Searched refs:kfree_rcu (Results 101 - 125 of 317) sorted by relevance

1234567891011>>

/linux-master/net/psample/
H A Dpsample.c162 kfree_rcu(group, rcu);
/linux-master/fs/afs/
H A Dvolume.c252 kfree_rcu(volume, rcu);
/linux-master/fs/adfs/
H A Dsuper.c97 kfree_rcu(asb, rcu);
/linux-master/net/mac80211/
H A Dibss.c257 kfree_rcu(presp, rcu_head);
362 kfree_rcu(presp, rcu_head);
509 kfree_rcu(old_presp, rcu_head);
710 kfree_rcu(presp, rcu_head);
H A Dmesh.c1152 kfree_rcu(old_bcn, rcu_head);
1238 kfree_rcu(bcn, rcu_head);
1536 kfree_rcu(tmp_csa_settings, rcu_head);
1572 kfree_rcu(tmp_csa_settings, rcu_head);
H A Dcfg.c947 kfree_rcu(old, rcu_head);
970 kfree_rcu(old, rcu_head);
1003 kfree_rcu(old, rcu_head);
1238 kfree_rcu(old, rcu_head);
1487 kfree_rcu(old, rcu_head);
1631 kfree_rcu(old_beacon, rcu_head);
1633 kfree_rcu(old_probe_resp, rcu_head);
1635 kfree_rcu(old_fils_discovery, rcu_head);
1637 kfree_rcu(old_unsol_bcast_probe_resp, rcu_head);
4325 kfree_rcu(old_qos_ma
[all...]
/linux-master/net/ipv6/
H A Dseg6_hmac.c54 kfree_rcu(hinfo, rcu);
H A Dip6_flowlabel.c299 kfree_rcu(sfl, rcu);
576 kfree_rcu(sfl, rcu);
H A Dioam6.c25 kfree_rcu(ns, rcu);
30 kfree_rcu(sc, rcu);
/linux-master/net/sched/
H A Dcls_fw.c153 kfree_rcu(head, rcu);
H A Dact_ife.c436 kfree_rcu(p, rcu);
629 kfree_rcu(p, rcu);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c360 kfree_rcu(ref, rcu_head);
/linux-master/drivers/dma-buf/
H A Ddma-fence.c571 * kfree_rcu() on @fence.
575 kfree_rcu(fence, rcu);
/linux-master/include/linux/
H A Drcupdate.h967 * kfree_rcu() - kfree an object after a grace period.
976 * The kfree_rcu() function handles this issue. Rather than encoding a
977 * function address in the embedded rcu_head structure, kfree_rcu() instead
994 #define kfree_rcu(ptr, rhf) kvfree_rcu_arg_2(ptr, rhf) macro
/linux-master/net/wireless/
H A Dscan.c89 kfree_rcu(ies, rcu_head);
92 kfree_rcu(ies, rcu_head);
1168 kfree_rcu(req, rcu_head);
1809 kfree_rcu((struct cfg80211_bss_ies *)old, rcu_head);
1830 kfree_rcu((struct cfg80211_bss_ies *)f, rcu_head);
1847 kfree_rcu((struct cfg80211_bss_ies *)old, rcu_head);
1930 kfree_rcu(ies, rcu_head);
1971 kfree_rcu(ies, rcu_head);
1974 kfree_rcu(ies, rcu_head);
/linux-master/net/netlabel/
H A Dnetlabel_unlabeled.c509 kfree_rcu(entry, rcu);
569 kfree_rcu(entry, rcu);
/linux-master/net/ipv4/
H A Dtcp_metrics.c913 kfree_rcu(tm, rcu_head);
955 kfree_rcu(tm, rcu_head);
/linux-master/net/802/
H A Dmrp.c852 kfree_rcu(port, rcu);
927 kfree_rcu(app, rcu);
/linux-master/drivers/target/
H A Dtarget_core_device.c126 * pointer can be kfree_rcu() by the final se_lun->lun_group put via
383 kfree_rcu(orig, rcu_head);
447 kfree_rcu(orig, rcu_head);
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c660 kfree_rcu(addr, rcu);
849 kfree_rcu(addr, rcu);
/linux-master/net/mac802154/
H A Dllsec.c470 kfree_rcu(devkey, rcu);
524 kfree_rcu(pos, rcu);
/linux-master/net/bluetooth/
H A D6lowpan.c94 kfree_rcu(peer, rcu);
1022 kfree_rcu(peer, rcu);
H A Dhci_core.c1113 kfree_rcu(key, rcu);
1123 kfree_rcu(k, rcu);
1133 kfree_rcu(k, rcu);
1143 kfree_rcu(b, rcu);
1444 kfree_rcu(key, rcu);
1461 kfree_rcu(k, rcu);
1479 kfree_rcu(k, rcu);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c469 kfree_rcu(e, rcu);
480 kfree_rcu(d, rcu);
1129 kfree_rcu(r, rcu);
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c1299 kfree_rcu(mr, rcu);
1388 kfree_rcu(mr, rcu);
1449 kfree_rcu(mr, rcu);

Completed in 707 milliseconds

1234567891011>>