Searched refs:list_for_each_entry_rcu (Results 1 - 25 of 321) sorted by last modified time

1234567891011>>

/linux-master/net/ipv4/
H A Daf_inet.c272 list_for_each_entry_rcu(answer, &inetsw[sock->type], list) {
/linux-master/net/core/
H A Dgro.c249 list_for_each_entry_rcu(ptype, head, list) { function
459 list_for_each_entry_rcu(ptype, head, list) { function
555 list_for_each_entry_rcu(ptype, offload_head, list) { function
569 list_for_each_entry_rcu(ptype, offload_head, list) { function
/linux-master/net/bridge/
H A Dbr_forward.c209 list_for_each_entry_rcu(p, &br->port_list, list) {
H A Dbr_netlink.c36 list_for_each_entry_rcu(v, &vg->vlan_list, vlist) {
375 list_for_each_entry_rcu(v, &vg->vlan_list, vlist) {
425 list_for_each_entry_rcu(v, &vg->vlan_list, vlist) {
/linux-master/kernel/bpf/
H A Dcore.c812 list_for_each_entry_rcu(ksym, &bpf_kallsyms, lnode) {
/linux-master/fs/btrfs/
H A Dvolumes.c2672 list_for_each_entry_rcu(device, &fs_devices->devices, dev_list) {
H A Dioctl.c521 list_for_each_entry_rcu(device, &fs_info->fs_devices->devices,
2872 list_for_each_entry_rcu(device, &fs_devices->devices, dev_list) {
/linux-master/drivers/nvme/host/
H A Dmultipath.c213 list_for_each_entry_rcu(ns, &head->list, siblings) {
246 list_for_each_entry_rcu(ns, &head->list, siblings) {
360 list_for_each_entry_rcu(ns, &head->list, siblings) {
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1381 list_for_each_entry_rcu(rd, &f->remotes, list) {
2773 list_for_each_entry_rcu(rdst, &f->remotes, list) {
4795 list_for_each_entry_rcu(fdb, &nh->fdb_list, nh_list) {
/linux-master/arch/s390/mm/
H A Dgmap.c530 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2277 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2342 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2395 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2430 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
/linux-master/kernel/
H A Dworkqueue.c598 list_for_each_entry_rcu((pwq), &(wq)->pwqs, pwqs_node, \
6240 list_for_each_entry_rcu(wq, &workqueues, list)
6263 list_for_each_entry_rcu(wq, &workqueues, list) {
/linux-master/fs/nfs/
H A Dinode.c941 list_for_each_entry_rcu(pos, &ctx->lock_context.list, list) {
1138 list_for_each_entry_rcu(pos, &nfsi->open_files, list) {
/linux-master/kernel/sched/
H A Dfair.c4168 list_for_each_entry_rcu(tg, &task_groups, list) {
6019 list_for_each_entry_rcu(cfs_rq, &cfs_b->throttled_cfs_rq,
6481 list_for_each_entry_rcu(tg, &task_groups, list) {
6507 list_for_each_entry_rcu(tg, &task_groups, list) {
/linux-master/net/wireless/
H A Dnl80211.c8734 list_for_each_entry_rcu(rdev, &cfg80211_rdev_list, list) {
19928 list_for_each_entry_rcu(rdev, &cfg80211_rdev_list, list) {
19931 list_for_each_entry_rcu(sched_scan_req,
19941 list_for_each_entry_rcu(wdev, &rdev->wiphy.wdev_list, list) {
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c534 list_for_each_entry_rcu(inc, &ipvs->sctp_apps[hash], p_list) {
/linux-master/net/mac80211/
H A Dtx.c347 list_for_each_entry_rcu(sdata, &local->interfaces, list) {
369 list_for_each_entry_rcu(sta, &local->sta_list, list) {
2376 list_for_each_entry_rcu(tmp_sdata, &local->interfaces, list) {
3280 list_for_each_entry_rcu(sta, &local->sta_list, list)
3292 list_for_each_entry_rcu(sta, &local->sta_list, list) {
4417 list_for_each_entry_rcu(sta, &local->sta_list, list) {
H A Drx.c844 list_for_each_entry_rcu(sdata, &local->mon_list, u.mntr.list) {
4090 list_for_each_entry_rcu(sdata, &local->interfaces, list) {
5295 list_for_each_entry_rcu(sdata, &local->interfaces, list) {
H A Dscan.c506 list_for_each_entry_rcu(sdata, &local->interfaces, list) {
H A Dmlme.c1019 list_for_each_entry_rcu(other, &local->interfaces, list) {
7495 list_for_each_entry_rcu(sdata, &local->interfaces, list) {
H A Dchan.c284 list_for_each_entry_rcu(sta, &sdata->local->sta_list, list) {
411 list_for_each_entry_rcu(sta, &local->sta_list,
1988 list_for_each_entry_rcu(ctx, &local->chanctx_list, list)
/linux-master/net/bluetooth/
H A Dhci_sync.c2535 list_for_each_entry_rcu(params, list, action)
2548 list_for_each_entry_rcu(params, list, action) { function
6533 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) {
6539 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) {
6547 list_for_each_entry_rcu(link, &hdev->conn_hash.list, list) {
6563 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) {
H A Dhci_event.c6946 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) {
H A Dhci_conn.c1963 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) {
2772 list_for_each_entry_rcu(hcon, &h->list, list) {
/linux-master/mm/
H A Dzswap.c299 list_for_each_entry_rcu(pool, &zswap_pools, list)
529 list_for_each_entry_rcu(pool, &zswap_pools, list) {
/linux-master/lib/
H A Dstackdepot.c552 list_for_each_entry_rcu(stack, bucket, hash_list) { function

Completed in 491 milliseconds

1234567891011>>