Lines Matching refs:tclass_for_proc
286 static TAILQ_HEAD(, tclass_for_proc) tfp_head =
289 struct tclass_for_proc { struct
290 TAILQ_ENTRY(tclass_for_proc) tfp_link;
309 static struct tclass_for_proc * argument
312 struct tclass_for_proc *tfp; in find_tfp_by_pid()
325 static struct tclass_for_proc *
328 struct tclass_for_proc *tfp; in find_tfp_by_pname()
342 struct tclass_for_proc *tfp = NULL; in set_tclass_for_curr_proc()
376 struct tclass_for_proc *tfp, *tvar; in purge_tclass_for_proc()
390 kfree_type(struct tclass_for_proc, tfp); in purge_tclass_for_proc()
406 free_tclass_for_proc(struct tclass_for_proc *tfp) in free_tclass_for_proc()
413 kfree_type(struct tclass_for_proc, tfp); in free_tclass_for_proc()
423 struct tclass_for_proc *tfp, *tvar; in flush_tclass_for_proc()
439 static struct tclass_for_proc *
442 struct tclass_for_proc *tfp; in alloc_tclass_for_proc()
448 tfp = kalloc_type(struct tclass_for_proc, Z_NOWAIT | Z_ZERO); in alloc_tclass_for_proc()
478 struct tclass_for_proc *tfp; in set_pid_tclass()
568 struct tclass_for_proc *tfp; in set_pname_tclass()
638 struct tclass_for_proc *tfp; in get_pid_tclass()
671 struct tclass_for_proc *tfp; in get_pname_tclass()
694 struct tclass_for_proc *tfp = NULL; in delete_tclass_for_pid_pname()
800 struct tclass_for_proc *tfp; in sogetopt_tcdbg()