Searched refs:list_first_or_null_rcu (Results 1 – 20 of 20) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nf_flow_table_xdp.c | 40 ft_elem = list_first_or_null_rcu(&iter->head, in nf_flowtable_by_dev()
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | iomap.c | 46 ops = list_first_or_null_rcu(&iomap_head, typeof(*ops), list); in __get_nfit_res() 388 ops = list_first_or_null_rcu(&iomap_head, typeof(*ops), list); in __wrap_acpi_evaluate_object()
|
| /linux/kernel/livepatch/ |
| H A D | patch.c | 62 func = list_first_or_null_rcu(&ops->func_stack, struct klp_func, in klp_ftrace_handler()
|
| /linux/tools/testing/cxl/test/ |
| H A D | mock.c | 34 return list_first_or_null_rcu(&mock, struct cxl_mock_ops, list); in unregister_cxl_mock_ops()
|
| /linux/net/kcm/ |
| H A D | kcmproc.c | 23 return list_first_or_null_rcu(&knet->mux_list, in kcm_get_first()
|
| /linux/include/linux/ |
| H A D | rculist.h | 436 #define list_first_or_null_rcu(ptr, type, member) \ macro
|
| /linux/drivers/base/power/ |
| H A D | wakeup.c | 278 return list_first_or_null_rcu(&wakeup_sources, struct wakeup_source, entry); in wakeup_sources_walk_start()
|
| /linux/net/hsr/ |
| H A D | hsr_framereg.c | 796 node = list_first_or_null_rcu(&hsr->node_db, in hsr_get_next_node()
|
| /linux/mm/ |
| H A D | zswap.c | 438 pool = list_first_or_null_rcu(&zswap_pools, typeof(*pool), list); in __zswap_pool_current()
|
| /linux/drivers/nvme/target/ |
| H A D | pr.c | 273 first_reg = list_first_or_null_rcu(&pr->registrant_list, in nvmet_pr_unregister_one()
|
| /linux/drivers/nvme/host/ |
| H A D | multipath.c | 342 return list_first_or_null_rcu(&head->list, struct nvme_ns, siblings); in nvme_next_ns()
|
| /linux/kernel/trace/ |
| H A D | trace_osnoise.c | 88 return !!list_first_or_null_rcu(&osnoise_instances, in osnoise_has_registered_instances()
|
| /linux/net/ncsi/ |
| H A D | ncsi-manage.c | 1563 nc = list_first_or_null_rcu(&ndp->channel_queue, in ncsi_process_next_channel()
|
| /linux/net/xdp/ |
| H A D | xsk.c | 587 xs = list_first_or_null_rcu(&pool->xsk_tx_list, struct xdp_sock, tx_list); in xsk_tx_peek_release_desc_batch()
|
| /linux/Documentation/RCU/ |
| H A D | whatisRCU.rst | 1024 list_first_or_null_rcu
|
| /linux/drivers/md/ |
| H A D | dm-thin.c | 2333 tc = list_first_or_null_rcu(&pool->active_thins, struct thin_c, list); in get_first_thin()
|
| /linux/net/core/ |
| H A D | dev.c | 8675 lower = list_first_or_null_rcu(&dev->adj_list.lower, in netdev_lower_get_first_private_rcu() 8694 upper = list_first_or_null_rcu(&dev->adj_list.upper, in netdev_master_upper_dev_get_rcu()
|
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 5777 while ((conn = list_first_or_null_rcu(head, struct hci_conn, list))) { in hci_disconnect_all_sync()
|
| /linux/net/ipv6/ |
| H A D | route.c | 5370 rt = list_first_or_null_rcu(&rt_last->fib6_siblings, in ip6_route_mpath_notify()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 11565 req = list_first_or_null_rcu(&rdev->sched_scan_req_list, in nl80211_stop_sched_scan()
|