Re: Scheduling - More questions

Peter Syrowatka (syro@mycity.at)
Mon, 29 Mar 1999 08:40:42 +0200


Livia Catarina Soares wrote:
>
> Dear Colleagues
>
>
> 2- The function "sys_sched_yield" is defined in sched.c and
> it uses the variable counter. I could not find where this
> function is called
>
> QUESTION: Do you know where it happens??

take a look to :

strfind : String ´sys_sched_yield´ found in * Files :
*********** ./arch/alpha/kernel/entry.S
.quad sys_sched_setparam, sys_sched_getparam,
sys_sched_setscheduler, sys_sched_getscheduler, sys_sched_yield
*********** ./arch/i386/kernel/entry.S
.long SYMBOL_NAME(sys_sched_yield)
*********** ./arch/m68k/kernel/entry.S
.long SYMBOL_NAME(sys_sched_yield)
*********** ./arch/ppc/kernel/misc.S
.long sys_sched_yield
*********** ./kernel/sched.c
asmlinkage int sys_sched_yield(void)
strfind : done !

-- 
SYRO

UNIX is user-friendly ... it's just selective about who its friends are !!

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/