Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dsync.c47 call_rcu_hurry(&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()
/openbmc/linux/include/linux/
H A Drcu_sync.h22 struct rcu_head cb_head; member
/openbmc/qemu/audio/
H A Daudio.c408 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_notify_capture()
1360 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in audio_run_capture()
1629 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in free_audio_state()
1866 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1876 QLIST_INIT (&cap->cb_head); in AUD_add_capture()
1897 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries); in AUD_add_capture()
1911 for (cb = cap->cb_head.lh_first; cb; cb = cb->entries.le_next) { in AUD_del_capture()
1917 if (!cap->cb_head.lh_first) { in AUD_del_capture()
H A Daudio_int.h209 QLIST_HEAD (cb_listhead, capture_callback) cb_head;