Home
last modified time | relevance | path

Searched refs:list_first_or_null_rcu (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/hsr/
Dhsr_framereg.c64 node = list_first_or_null_rcu(&hsr->self_node_db, struct hsr_node, in hsr_addr_is_self()
112 oldnode = list_first_or_null_rcu(self_node_db, in hsr_create_self_node()
416 node = list_first_or_null_rcu(&hsr->node_db, in hsr_get_next_node()
/linux-4.1.27/include/linux/
Drculist.h288 #define list_first_or_null_rcu(ptr, type, member) \ macro
/linux-4.1.27/kernel/livepatch/
Dcore.c336 func = list_first_or_null_rcu(&ops->func_stack, struct klp_func, in klp_ftrace_handler()
/linux-4.1.27/net/bluetooth/
D6lowpan.c183 peer = list_first_or_null_rcu(&dev->peers, struct lowpan_peer, in peer_lookup_dst()
/linux-4.1.27/drivers/net/
Dmacvlan.c439 vlan = list_first_or_null_rcu(&port->vlans, in macvlan_handle_frame()
/linux-4.1.27/net/core/
Ddev.c4966 lower = list_first_or_null_rcu(&dev->adj_list.lower, in netdev_lower_get_first_private_rcu()
4985 upper = list_first_or_null_rcu(&dev->adj_list.upper, in netdev_master_upper_dev_get_rcu()