Home
last modified time | relevance | path

Searched refs:cb_head (Results 1 – 25 of 36) sorted by relevance

12

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Ddebug.c25 static struct debug_cb_list_head cb_head; variable
39 frr_each (debug_cb_list, &cb_head, cb) in DECLARE_LIST()
53 debug_cb_list_init(&cb_head); in debug_init()
56 debug_cb_list_add_head(&cb_head, cb); in debug_init()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Ddebug.c25 static struct debug_cb_list_head cb_head; variable
39 frr_each (debug_cb_list, &cb_head, cb) in DECLARE_LIST()
53 debug_cb_list_init(&cb_head); in debug_init()
56 debug_cb_list_add_head(&cb_head, cb); in debug_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/rcu/
H A Dsync.c47 call_rcu(&rsp->cb_head, rcu_sync_func); in rcu_sync_call()
75 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); in rcu_sync_func()
150 rcu_sync_func(&rsp->cb_head); in rcu_sync_enter()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/rcu/
H A Dsync.c47 call_rcu(&rsp->cb_head, rcu_sync_func); in rcu_sync_call()
75 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); in rcu_sync_func()
150 rcu_sync_func(&rsp->cb_head); in rcu_sync_enter()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/rcu/
H A Dsync.c47 call_rcu(&rsp->cb_head, rcu_sync_func); in rcu_sync_call()
75 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); in rcu_sync_func()
150 rcu_sync_func(&rsp->cb_head); in rcu_sync_enter()
/dports/devel/pecl-event/event-3.0.6/php8/classes/
H A Dhttp.c302 http->cb_head = NULL; in PHP_EVENT_METHOD()
387 php_event_http_cb_t *cb_head; in PHP_EVENT_METHOD() local
409 cb_head = http->cb_head; in PHP_EVENT_METHOD()
410 http->cb_head = cb; in PHP_EVENT_METHOD()
411 cb->next = cb_head; in PHP_EVENT_METHOD()
/dports/devel/pecl-event/event-3.0.6/php5/classes/
H A Dhttp.c278 http->cb_head = NULL;
385 php_event_http_cb_t *cb_head;
411 cb_head = http->cb_head;
412 http->cb_head = cb;
413 cb->next = cb_head;
/dports/devel/pecl-event/event-3.0.6/php7/classes/
H A Dhttp.c320 http->cb_head = NULL; in PHP_METHOD()
405 php_event_http_cb_t *cb_head; in PHP_METHOD() local
427 cb_head = http->cb_head; in PHP_METHOD()
428 http->cb_head = cb; in PHP_METHOD()
429 cb->next = cb_head; in PHP_METHOD()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Drcu_sync.h22 struct rcu_head cb_head; member
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Drcu_sync.h22 struct rcu_head cb_head; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Drcu_sync.h22 struct rcu_head cb_head; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/audio/
H A Daudio.c760 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_notify_capture()
1557 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_run_capture()
1829 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_cleanup()
1990 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
2006 QLIST_INIT (&cap->cb_head); in AUD_add_capture()
2035 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
2057 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in AUD_del_capture()
2063 if (!cap->cb_head.lh_first) { in AUD_del_capture()
H A Daudio_int.h184 QLIST_HEAD (cb_listhead, capture_callback) cb_head;
/dports/devel/pecl-event/event-3.0.6/php8/src/
H A Dstructs.h130 php_event_http_cb_t *cb_head; /* Linked list of attached callbacks */ member
/dports/devel/pecl-event/event-3.0.6/php7/src/
H A Dstructs.h130 php_event_http_cb_t *cb_head; /* Linked list of attached callbacks */ member
/dports/emulators/qemu/qemu-6.2.0/audio/
H A Daudio.c424 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_notify_capture()
1324 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_run_capture()
1583 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in free_audio_state()
1859 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1870 QLIST_INIT (&cap->cb_head); in AUD_add_capture()
1891 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1904 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in AUD_del_capture()
1910 if (!cap->cb_head.lh_first) { in AUD_del_capture()
/dports/emulators/qemu60/qemu-6.0.0/audio/
H A Daudio.c423 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_notify_capture()
1323 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_run_capture()
1582 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in free_audio_state()
1848 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1859 QLIST_INIT (&cap->cb_head); in AUD_add_capture()
1880 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1893 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in AUD_del_capture()
1899 if (!cap->cb_head.lh_first) { in AUD_del_capture()
/dports/emulators/qemu5/qemu-5.2.0/audio/
H A Daudio.c441 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_notify_capture()
1351 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_run_capture()
1615 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in free_audio_state()
1880 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1892 QLIST_INIT (&cap->cb_head); in AUD_add_capture()
1913 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1926 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in AUD_del_capture()
1932 if (!cap->cb_head.lh_first) { in AUD_del_capture()
/dports/emulators/qemu-utils/qemu-4.2.1/audio/
H A Daudio.c425 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_notify_capture()
1326 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_run_capture()
1567 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in free_audio_state()
1817 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1829 QLIST_INIT (&cap->cb_head); in AUD_add_capture()
1846 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1859 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in AUD_del_capture()
1865 if (!cap->cb_head.lh_first) { in AUD_del_capture()
/dports/emulators/qemu42/qemu-4.2.1/audio/
H A Daudio.c425 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_notify_capture()
1326 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_run_capture()
1567 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in free_audio_state()
1817 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1829 QLIST_INIT (&cap->cb_head); in AUD_add_capture()
1846 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1859 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in AUD_del_capture()
1865 if (!cap->cb_head.lh_first) { in AUD_del_capture()
H A Daudio_int.h197 QLIST_HEAD (cb_listhead, capture_callback) cb_head;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/audio/
H A Daudio.c440 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_notify_capture()
1344 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_run_capture()
1578 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in free_audio_state()
1828 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1840 QLIST_INIT (&cap->cb_head); in AUD_add_capture()
1861 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1874 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in AUD_del_capture()
1880 if (!cap->cb_head.lh_first) { in AUD_del_capture()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/audio/
H A Daudio.c440 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_notify_capture()
1344 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_run_capture()
1576 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in free_audio_state()
1826 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1838 QLIST_INIT (&cap->cb_head); in AUD_add_capture()
1859 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1872 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in AUD_del_capture()
1878 if (!cap->cb_head.lh_first) { in AUD_del_capture()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/audio/
H A Daudio.c424 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_notify_capture()
1324 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_run_capture()
1583 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in free_audio_state()
1859 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1870 QLIST_INIT (&cap->cb_head); in AUD_add_capture()
1891 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1904 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in AUD_del_capture()
1910 if (!cap->cb_head.lh_first) { in AUD_del_capture()
/dports/devel/pecl-event/event-3.0.6/php5/src/
H A Dstructs.h159 php_event_http_cb_t *cb_head; member

12