Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDtaskqueue.h94 #define TASK_INITIALIZER(priority, func, context) \ macro
/trueos/sys/kern/
HDkern_conf.c1360 static struct task dev_dtr_task = TASK_INITIALIZER(0, destroy_dev_tq, NULL);
/trueos/share/man/man9/
HDMakefile1351 taskqueue.9 TASK_INITIALIZER.9 \
/trueos/sys/netinet/
HDip_carp.c319 TASK_INITIALIZER(0, carp_send_ad_all, NULL);
HDin_mcast.c189 static struct task imo_gc_task = TASK_INITIALIZER(0, inp_gcmoptions, NULL);