Home
last modified time | relevance | path

Searched refs:read_seqretry (Results 1 – 25 of 125) sorted by relevance

12345

/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dinetpeer.c121 } else if (unlikely(read_seqretry(&base->lock, seq))) { in lookup()
190 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dinetpeer.c121 } else if (unlikely(read_seqretry(&base->lock, seq))) { in lookup()
190 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dinetpeer.c121 } else if (unlikely(read_seqretry(&base->lock, seq))) { in lookup()
190 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer()
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dseqlock.h41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local…
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dseqlock.h41 #define read_seqretry_irqrestore(lock, iv, flags) ({ int ret = read_seqretry(lock, iv); local…
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/phonet/
H A Dsysctl.c48 } while (read_seqretry(&local_port_range_lock, seq)); in phonet_get_local_port_range()
/dports/multimedia/libv4l/linux-5.13-rc2/net/phonet/
H A Dsysctl.c48 } while (read_seqretry(&local_port_range_lock, seq)); in phonet_get_local_port_range()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/phonet/
H A Dsysctl.c48 } while (read_seqretry(&local_port_range_lock, seq)); in phonet_get_local_port_range()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.h73 } while (read_seqretry(&clock->lock, seq)); in mlx5_timecounter_cyc2time()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.h73 } while (read_seqretry(&clock->lock, seq)); in mlx5_timecounter_cyc2time()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.h73 } while (read_seqretry(&clock->lock, seq)); in mlx5_timecounter_cyc2time()
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Dneighbour.h457 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
491 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
554 } while (read_seqretry(&n->ha_lock, seq)); in neigh_ha_snapshot()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Dneighbour.h457 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
491 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
554 } while (read_seqretry(&n->ha_lock, seq)); in neigh_ha_snapshot()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Dneighbour.h457 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
491 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
554 } while (read_seqretry(&n->ha_lock, seq)); in neigh_ha_snapshot()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfs/
H A Dnamespace.c85 if (read_seqretry(&rename_lock, seq)) { in nfs_path()
126 if (read_seqretry(&rename_lock, seq)) in nfs_path()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfs/
H A Dnamespace.c85 if (read_seqretry(&rename_lock, seq)) { in nfs_path()
126 if (read_seqretry(&rename_lock, seq)) in nfs_path()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfs/
H A Dnamespace.c85 if (read_seqretry(&rename_lock, seq)) { in nfs_path()
126 if (read_seqretry(&rename_lock, seq)) in nfs_path()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.c90 } while (read_seqretry(&dev->txwait_lock, seq)); in hfi1_put_txreq()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.c90 } while (read_seqretry(&dev->txwait_lock, seq)); in hfi1_put_txreq()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.c90 } while (read_seqretry(&dev->txwait_lock, seq)); in hfi1_put_txreq()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dseqlock.h858 static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) in read_seqretry() function
1158 return !(seq & 1) && read_seqretry(lock, seq); in need_seqretry()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dseqlock.h858 static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) in read_seqretry() function
1158 return !(seq & 1) && read_seqretry(lock, seq); in need_seqretry()
/dports/multimedia/v4l-utils/linux-5.13-rc2/block/
H A Dbadblocks.c121 if (read_seqretry(&bb->lock, seq)) in badblocks_check()
500 if (read_seqretry(&bb->lock, seq)) in badblocks_show()
/dports/multimedia/v4l_compat/linux-5.13-rc2/block/
H A Dbadblocks.c121 if (read_seqretry(&bb->lock, seq)) in badblocks_check()
500 if (read_seqretry(&bb->lock, seq)) in badblocks_show()
/dports/multimedia/libv4l/linux-5.13-rc2/block/
H A Dbadblocks.c121 if (read_seqretry(&bb->lock, seq)) in badblocks_check()
500 if (read_seqretry(&bb->lock, seq)) in badblocks_show()

12345