Home
last modified time | relevance | path

Searched refs:get_background_proc (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dkern_resource.c136 static int get_background_proc(struct proc *curp, struct proc *targetp, int *priority);
280 error = get_background_proc(curp, p, &low); in getpriority()
715 get_background_proc(struct proc *curp, struct proc *targetp, int *priority) in get_background_proc() function