Searched refs:list_for_each_entry_rcu (Results 276 - 300 of 321) sorted by relevance

<<111213

/linux-master/drivers/base/power/
H A Dmain.c44 list_for_each_entry_rcu(pos, head, member, \
/linux-master/mm/
H A Dpage-writeback.c2187 list_for_each_entry_rcu(bdi, &bdi_list, bdi_list)
H A Dvmalloc.c2674 list_for_each_entry_rcu(vb, &vbq->free, free_list) {
2719 list_for_each_entry_rcu(vb, &vbq->free, free_list) {
/linux-master/drivers/net/
H A Dgtp.c1682 list_for_each_entry_rcu(gtp, &gn->gtp_dev_list, list) {
H A Dgeneve.c1165 list_for_each_entry_rcu(gs, &gn->sock_list, list) {
/linux-master/net/ipv4/
H A Daf_inet.c272 list_for_each_entry_rcu(answer, &inetsw[sock->type], list) {
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c706 list_for_each_entry_rcu(dest, &svc->destinations, n_list) {
2446 list_for_each_entry_rcu(dest, &svc->destinations, n_list) {
/linux-master/fs/nfs/
H A Ddir.c686 list_for_each_entry_rcu (ctx, &nfsi->open_files, list)
705 list_for_each_entry_rcu (ctx, &nfsi->open_files, list)
/linux-master/net/sched/
H A Dcls_flower.c272 list_for_each_entry_rcu(filter, &mask->filters, list) {
324 list_for_each_entry_rcu(mask, &head->masks, list) {
/linux-master/drivers/md/
H A Ddm-thin.c661 list_for_each_entry_rcu(tc, &pool->active_thins, list)
2824 list_for_each_entry_rcu(tc, &pool->active_thins, list) {
/linux-master/include/linux/
H A Dnetdevice.h3004 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list)
4542 list_for_each_entry_rcu(ha, &dev->dev_addrs.list, list)
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c839 list_for_each_entry_rcu(trans, &mlxsw_core->emad.trans_list, list) {
2973 list_for_each_entry_rcu(rxl_item, &mlxsw_core->rx_listener_list, list) {
/linux-master/fs/btrfs/
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) {
H A Dsuper.c1605 list_for_each_entry_rcu(device, &fs_devices->devices, dev_list) {
/linux-master/fs/ext4/
H A Dmballoc.c4951 list_for_each_entry_rcu(tmp_pa, &lg->lg_prealloc_list[i],
5843 list_for_each_entry_rcu(pa, &lg->lg_prealloc_list[order],
5927 list_for_each_entry_rcu(tmp_pa, &lg->lg_prealloc_list[order],
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c921 list_for_each_entry_rcu(eh, &sw->event_handlers, list) {
/linux-master/drivers/infiniband/hw/hfi1/
H A Dverbs.c478 list_for_each_entry_rcu(p, &mcast->qp_list, list) {
/linux-master/kernel/sched/
H A Drt.c2761 list_for_each_entry_rcu(child, &tg->children, siblings) {
/linux-master/drivers/virtio/
H A Dvirtio_mem.c1339 list_for_each_entry_rcu(vm, &virtio_mem_devices, next) {
/linux-master/drivers/infiniband/hw/mlx5/
H A Ddevx.c2499 list_for_each_entry_rcu(item, fd_list, xa_list) { function
/linux-master/net/ipv6/
H A Dip6mr.c107 list_for_each_entry_rcu(mrt, &net->ipv6.mr6_tables, list, \
/linux-master/net/bridge/
H A Dbr_vlan.c2001 list_for_each_entry_rcu(v, &vg->vlan_list, vlist) {
/linux-master/net/netlink/
H A Daf_netlink.c324 list_for_each_entry_rcu(tmp, &nn->netlink_tap_all, list) {
/linux-master/drivers/iommu/intel/
H A Ddmar.c393 list_for_each_entry_rcu(dmaru, &dmar_drhd_units, list,
/linux-master/kernel/printk/
H A Dprintk.c4114 list_for_each_entry_rcu(dumper, &dump_list, list) {

Completed in 521 milliseconds

<<111213