Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/tools/testing/nvdimm/test/
Diomap.c48 ops = list_first_or_null_rcu(&iomap_head, typeof(*ops), list); in get_nfit_res()
/linux-4.4.14/include/linux/
Drculist.h285 #define list_first_or_null_rcu(ptr, type, member) \ macro
/linux-4.4.14/kernel/livepatch/
Dcore.c343 func = list_first_or_null_rcu(&ops->func_stack, struct klp_func, in klp_ftrace_handler()
/linux-4.4.14/mm/
Dzswap.c502 pool = list_first_or_null_rcu(&zswap_pools, typeof(*pool), list); in __zswap_pool_current()
/linux-4.4.14/net/bluetooth/
D6lowpan.c180 peer = list_first_or_null_rcu(&dev->peers, struct lowpan_peer, in peer_lookup_dst()
/linux-4.4.14/drivers/net/
Dmacvlan.c440 vlan = list_first_or_null_rcu(&port->vlans, in macvlan_handle_frame()
/linux-4.4.14/net/core/
Ddev.c5133 lower = list_first_or_null_rcu(&dev->adj_list.lower, in netdev_lower_get_first_private_rcu()
5152 upper = list_first_or_null_rcu(&dev->adj_list.upper, in netdev_master_upper_dev_get_rcu()