HomeSort by: relevance | last modified time | path
    Searched refs:SIMPLEQ_CONCAT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_irq_work.c 68 SIMPLEQ_CONCAT(&todo, &iwc->iwc_todo);
  /src/sys/external/bsd/common/linux/
linux_tasklet.c 215 SIMPLEQ_CONCAT(&th, &tc->tc_head);
  /src/sys/kern/
subr_workqueue.c 181 SIMPLEQ_CONCAT(&tmp, &q->q_queue_pending);
  /src/share/man/man3/
Makefile 159 queue.3 SIMPLEQ_CONCAT.3 \
  /src/sys/arch/xen/xenbus/
xenbus_xs.c 697 SIMPLEQ_CONCAT(&events_to_proces, &watch_events);
  /src/sys/sys/
queue.h 380 #define SIMPLEQ_CONCAT(head1, head2) do { \

Completed in 14 milliseconds