Lines Matching refs:tclass_for_proc
287 static TAILQ_HEAD(, tclass_for_proc) tfp_head =
290 struct tclass_for_proc { struct
291 TAILQ_ENTRY(tclass_for_proc) tfp_link;
310 static struct tclass_for_proc * argument
313 struct tclass_for_proc *tfp; in find_tfp_by_pid()
326 static struct tclass_for_proc *
329 struct tclass_for_proc *tfp; in find_tfp_by_pname()
343 struct tclass_for_proc *tfp = NULL; in set_tclass_for_curr_proc()
377 struct tclass_for_proc *tfp, *tvar; in purge_tclass_for_proc()
391 kfree_type(struct tclass_for_proc, tfp); in purge_tclass_for_proc()
407 free_tclass_for_proc(struct tclass_for_proc *tfp) in free_tclass_for_proc()
414 kfree_type(struct tclass_for_proc, tfp); in free_tclass_for_proc()
424 struct tclass_for_proc *tfp, *tvar; in flush_tclass_for_proc()
440 static struct tclass_for_proc *
443 struct tclass_for_proc *tfp; in alloc_tclass_for_proc()
449 tfp = kalloc_type(struct tclass_for_proc, Z_NOWAIT | Z_ZERO); in alloc_tclass_for_proc()
484 struct tclass_for_proc *tfp; in set_pid_tclass()
573 struct tclass_for_proc *tfp; in set_pname_tclass()
644 struct tclass_for_proc *tfp; in get_pid_tclass()
677 struct tclass_for_proc *tfp; in get_pname_tclass()
700 struct tclass_for_proc *tfp = NULL; in delete_tclass_for_pid_pname()
806 struct tclass_for_proc *tfp; in sogetopt_tcdbg()