Searched refs:srvl_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/caif/ |
H A D | cfmuxl.c | 26 struct list_head srvl_list; member 57 INIT_LIST_HEAD(&this->srvl_list); in cfmuxl_create() 94 old = get_from_id(&muxl->srvl_list, linkid); in cfmuxl_set_uplayer() 98 list_add_rcu(&up->node, &muxl->srvl_list); in cfmuxl_set_uplayer() 130 up = get_from_id(&muxl->srvl_list, id); in get_up() 163 up = get_from_id(&muxl->srvl_list, id); in cfmuxl_remove_uplayer() 253 list_for_each_entry_rcu(layer, &muxl->srvl_list, node) { in cfmuxl_ctrlcmd()
|
/kernel/linux/linux-6.6/net/caif/ |
H A D | cfmuxl.c | 26 struct list_head srvl_list; member 57 INIT_LIST_HEAD(&this->srvl_list); in cfmuxl_create() 94 old = get_from_id(&muxl->srvl_list, linkid); in cfmuxl_set_uplayer() 98 list_add_rcu(&up->node, &muxl->srvl_list); in cfmuxl_set_uplayer() 130 up = get_from_id(&muxl->srvl_list, id); in get_up() 163 up = get_from_id(&muxl->srvl_list, id); in cfmuxl_remove_uplayer() 253 list_for_each_entry_rcu(layer, &muxl->srvl_list, node) { in cfmuxl_ctrlcmd()
|
Completed in 2 milliseconds