Searched refs:llc_event_q (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_llc.c | 1533 list_for_each_entry_safe(qentry, q, &lgr->llc_event_q, list) { in smc_llc_event_flush() 1649 if (!list_empty(&lgr->llc_event_q)) { in smc_llc_event_work() 1650 qentry = list_first_entry(&lgr->llc_event_q, in smc_llc_event_work() 1724 list_add_tail(&qentry->list, &lgr->llc_event_q); in smc_llc_enqueue() 1784 INIT_LIST_HEAD(&lgr->llc_event_q); in smc_llc_lgr_init()
|
H A D | smc_core.h | 259 struct list_head llc_event_q; member 262 /* protects llc_event_q */
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_llc.c | 1859 list_for_each_entry_safe(qentry, q, &lgr->llc_event_q, list) { in smc_llc_event_flush() 2002 if (!list_empty(&lgr->llc_event_q)) { in smc_llc_event_work() 2003 qentry = list_first_entry(&lgr->llc_event_q, in smc_llc_event_work() 2079 list_add_tail(&qentry->list, &lgr->llc_event_q); in smc_llc_enqueue() 2144 INIT_LIST_HEAD(&lgr->llc_event_q); in smc_llc_lgr_init()
|
H A D | smc_core.h | 321 struct list_head llc_event_q; member 324 /* protects llc_event_q */
|
Completed in 10 milliseconds