Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dtaskqueue.h95 #define TASK_INITIALIZER(priority, func, context) \ macro
/freebsd-10-stable/sys/kern/
Dkern_conf.c1412 static struct task dev_dtr_task = TASK_INITIALIZER(0, destroy_dev_tq, NULL);
/freebsd-10-stable/share/man/man9/
DMakefile1365 taskqueue.9 TASK_INITIALIZER.9 \
/freebsd-10-stable/sys/netinet/
Dip_carp.c319 TASK_INITIALIZER(0, carp_send_ad_all, NULL);
Din_mcast.c189 static struct task imo_gc_task = TASK_INITIALIZER(0, inp_gcmoptions, NULL);