/linux/arch/arc/include/asm/ |
H A D | spinlock.h | 79 static inline void arch_read_lock(arch_rwlock_t *rw) in arch_read_lock() argument 109 static inline int arch_read_trylock(arch_rwlock_t *rw) in arch_read_trylock() argument 134 static inline void arch_write_lock(arch_rwlock_t *rw) in arch_write_lock() argument 167 arch_write_trylock(arch_rwlock_t * rw) arch_write_trylock() argument 193 arch_read_unlock(arch_rwlock_t * rw) arch_read_unlock() argument 213 arch_write_unlock(arch_rwlock_t * rw) arch_write_unlock() argument 298 arch_read_trylock(arch_rwlock_t * rw) arch_read_trylock() argument 322 arch_write_trylock(arch_rwlock_t * rw) arch_write_trylock() argument 346 arch_read_lock(arch_rwlock_t * rw) arch_read_lock() argument 352 arch_write_lock(arch_rwlock_t * rw) arch_write_lock() argument 358 arch_read_unlock(arch_rwlock_t * rw) arch_read_unlock() argument 369 arch_write_unlock(arch_rwlock_t * rw) arch_write_unlock() argument [all...] |
/linux/arch/s390/include/asm/ |
H A D | spinlock.h | 118 #define arch_read_relax(rw) barrier() argument 119 #define arch_write_relax(rw) barrier() argument 124 static inline void arch_read_lock(arch_rwlock_t *rw) in arch_read_lock() argument 133 static inline void arch_read_unlock(arch_rwlock_t *rw) in arch_read_unlock() argument 138 static inline void arch_write_lock(arch_rwlock_t *rw) in arch_write_lock() argument 146 arch_write_unlock(arch_rwlock_t * rw) arch_write_unlock() argument 152 arch_read_trylock(arch_rwlock_t * rw) arch_read_trylock() argument 160 arch_write_trylock(arch_rwlock_t * rw) arch_write_trylock() argument [all...] |
/linux/arch/sh/include/asm/ |
H A D | spinlock-cas.h | 52 static inline void arch_read_lock(arch_rwlock_t *rw) in arch_read_lock() argument 59 static inline void arch_read_unlock(arch_rwlock_t *rw) in arch_read_unlock() argument 66 static inline void arch_write_lock(arch_rwlock_t *rw) in arch_write_lock() argument 71 static inline void arch_write_unlock(arch_rwlock_t *rw) in arch_write_unlock() argument 76 arch_read_trylock(arch_rwlock_t * rw) arch_read_trylock() argument 84 arch_write_trylock(arch_rwlock_t * rw) arch_write_trylock() argument [all...] |
H A D | spinlock-llsc.h | 90 static inline void arch_read_lock(arch_rwlock_t *rw) in arch_read_lock() argument 108 static inline void arch_read_unlock(arch_rwlock_t *rw) in arch_read_unlock() argument 124 static inline void arch_write_lock(arch_rwlock_t *rw) in arch_write_lock() argument 142 static inline void arch_write_unlock(arch_rwlock_t *rw) in arch_write_unlock() argument 152 static inline int arch_read_trylock(arch_rwlock_t *rw) in arch_read_trylock() argument 175 arch_write_trylock(arch_rwlock_t * rw) arch_write_trylock() argument [all...] |
/linux/arch/powerpc/include/asm/ |
H A D | simple_spinlock.h | 159 static inline long __arch_read_trylock(arch_rwlock_t *rw) in __arch_read_trylock() argument 183 static inline long __arch_write_trylock(arch_rwlock_t *rw) in __arch_write_trylock() argument 203 static inline void arch_read_lock(arch_rwlock_t *rw) in arch_read_lock() argument 217 static inline void arch_write_lock(arch_rwlock_t *rw) in arch_write_lock() argument 231 arch_read_trylock(arch_rwlock_t * rw) arch_read_trylock() argument 236 arch_write_trylock(arch_rwlock_t * rw) arch_write_trylock() argument 241 arch_read_unlock(arch_rwlock_t * rw) arch_read_unlock() argument 257 arch_write_unlock(arch_rwlock_t * rw) arch_write_unlock() argument [all...] |
/linux/arch/parisc/include/asm/ |
H A D | spinlock.h | 79 static inline int arch_read_trylock(arch_rwlock_t *rw) in arch_read_trylock() argument 103 static inline int arch_write_trylock(arch_rwlock_t *rw) in arch_write_trylock() argument 127 arch_read_lock(arch_rwlock_t * rw) arch_read_lock() argument 133 arch_write_lock(arch_rwlock_t * rw) arch_write_lock() argument 139 arch_read_unlock(arch_rwlock_t * rw) arch_read_unlock() argument 150 arch_write_unlock(arch_rwlock_t * rw) arch_write_unlock() argument [all...] |
/linux/fs/smb/client/ |
H A D | dfs.h | 47 struct dfs_ref_walk *rw; in ref_walk_alloc() local 55 static inline void ref_walk_init(struct dfs_ref_walk *rw, in ref_walk_init() argument 73 ref_walk_free(struct dfs_ref_walk * rw) ref_walk_free() argument 85 ref_walk_advance(struct dfs_ref_walk * rw) ref_walk_advance() argument 97 ref_walk_next_tgt(struct dfs_ref_walk * rw) ref_walk_next_tgt() argument 118 ref_walk_get_tgt(struct dfs_ref_walk * rw,struct dfs_info3_param * tgt) ref_walk_get_tgt() argument 126 ref_walk_set_tgt_hint(struct dfs_ref_walk * rw) ref_walk_set_tgt_hint() argument 132 ref_walk_set_tcon(struct dfs_ref_walk * rw,struct cifs_tcon * tcon) ref_walk_set_tcon() argument 145 ref_walk_mark_end(struct dfs_ref_walk * rw) ref_walk_mark_end() argument [all...] |
H A D | dfs.c | 89 struct dfs_ref_walk *rw, in parse_dfs_target() argument 101 static int setup_dfs_ref(struct dfs_info3_param *tgt, struct dfs_ref_walk *rw) in setup_dfs_ref() argument 133 __dfs_referral_walk(struct dfs_ref_walk * rw) __dfs_referral_walk() argument 183 dfs_referral_walk(struct cifs_mount_ctx * mnt_ctx,struct dfs_ref_walk ** rw) dfs_referral_walk() argument 205 struct dfs_ref_walk *rw = NULL; __dfs_mount_share() local [all...] |
/linux/block/ |
H A D | blk-throttle.c | 91 static uint64_t tg_bps_limit(struct throtl_grp *tg, int rw) in tg_bps_limit() argument 101 static unsigned int tg_iops_limit(struct throtl_grp *tg, int rw) in tg_iops_limit() argument 164 bool rw = bio_data_dir(bio); in throtl_qnode_add_bio() local 226 struct throtl_grp **tg_to_put, bool rw) in throtl_pop_queued() argument 272 int rw; throtl_pd_alloc() local 341 int rw; tg_update_has_rules() local 508 throtl_start_new_slice_with_credit(struct throtl_grp * tg,bool rw,unsigned long start) throtl_start_new_slice_with_credit() argument 529 throtl_start_new_slice(struct throtl_grp * tg,bool rw,bool clear) throtl_start_new_slice() argument 545 throtl_set_slice_end(struct throtl_grp * tg,bool rw,unsigned long jiffy_end) throtl_set_slice_end() argument 551 throtl_extend_slice(struct throtl_grp * tg,bool rw,unsigned long jiffy_end) throtl_extend_slice() argument 565 throtl_slice_used(struct throtl_grp * tg,bool rw) throtl_slice_used() argument 613 throtl_trim_bps(struct throtl_grp * tg,bool rw,unsigned long time_elapsed) throtl_trim_bps() argument 634 throtl_trim_iops(struct throtl_grp * tg,bool rw,unsigned long time_elapsed) throtl_trim_iops() argument 656 throtl_trim_slice(struct throtl_grp * tg,bool rw) throtl_trim_slice() argument 710 __tg_update_carryover(struct throtl_grp * tg,bool rw,long long * bytes,int * ios) __tg_update_carryover() argument 769 bool rw = bio_data_dir(bio); tg_within_iops_limit() local 792 bool rw = bio_data_dir(bio); tg_within_bps_limit() local 850 tg_update_slice(struct throtl_grp * tg,bool rw) tg_update_slice() argument 861 bool rw = bio_data_dir(bio); tg_dispatch_bps_time() local 880 bool rw = bio_data_dir(bio); tg_dispatch_iops_time() local 900 bool rw = bio_data_dir(bio); tg_dispatch_time() local 938 bool rw = bio_data_dir(bio); throtl_add_bio_tg() local 994 start_parent_slice_with_credit(struct throtl_grp * child_tg,struct throtl_grp * parent_tg,bool rw) start_parent_slice_with_credit() argument 1003 tg_dispatch_one_bio(struct throtl_grp * tg,bool rw) tg_dispatch_one_bio() argument 1214 int rw; blk_throtl_dispatch_work_fn() local 1723 tg_within_limit(struct throtl_grp * tg,struct bio * bio,bool rw) tg_within_limit() argument 1758 bool rw = bio_data_dir(bio); __blk_throtl_bio() local [all...] |
/linux/arch/sparc/include/asm/ |
H A D | spinlock_32.h | 79 static inline void __arch_read_lock(arch_rwlock_t *rw) in __arch_read_lock() argument 99 static inline void __arch_read_unlock(arch_rwlock_t *rw) in __arch_read_unlock() argument 119 static inline void arch_write_lock(arch_rwlock_t *rw) in arch_write_lock() argument 142 static inline int arch_write_trylock(arch_rwlock_t *rw) in arch_write_trylock() argument 162 __arch_read_trylock(arch_rwlock_t * rw) __arch_read_trylock() argument [all...] |
/linux/arch/arm/include/asm/ |
H A D | spinlock.h | 139 static inline void arch_write_lock(arch_rwlock_t *rw) in arch_write_lock() argument 158 static inline int arch_write_trylock(arch_rwlock_t *rw) in arch_write_trylock() argument 182 static inline void arch_write_unlock(arch_rwlock_t *rw) in arch_write_unlock() argument 207 static inline void arch_read_lock(arch_rwlock_t *rw) in arch_read_lock() argument 227 arch_read_unlock(arch_rwlock_t * rw) arch_read_unlock() argument 248 arch_read_trylock(arch_rwlock_t * rw) arch_read_trylock() argument [all...] |
/linux/arch/sparc/kernel/ |
H A D | process_32.c | 118 struct reg_window32 *rw = (struct reg_window32 *) r->u_regs[14]; in show_regs() local 149 struct reg_window32 *rw; show_stack() local 372 struct reg_window32 *rw; global() local [all...] |
H A D | process_64.c | 108 struct reg_window32 __user *rw; in show_regwindow32() local 132 struct reg_window __user *rw; in show_regwindow() local 206 struct reg_window *rw; in __global_reg_self() local 661 struct reg_window *rw; __get_wchan() local [all...] |
/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_spi.c | 35 sja1105_spi_rw_mode_t rw, u64 reg_addr, u8 *buf, in sja1105_xfer() argument 116 sja1105_spi_rw_mode_t rw, u64 reg_addr, in sja1105_xfer_buf() argument 132 sja1105_spi_rw_mode_t rw, u6 in sja1105_xfer_u64() argument 151 sja1105_xfer_u32(const struct sja1105_private * priv,sja1105_spi_rw_mode_t rw,u64 reg_addr,u32 * value,struct ptp_system_timestamp * ptp_sts) sja1105_xfer_u32() argument [all...] |
/linux/kernel/trace/ |
H A D | trace_mmiotrace.c | 169 struct mmiotrace_rw *rw; in mmio_print_rw() local 294 __trace_mmiotrace_rw(struct trace_array * tr,struct mmiotrace_rw * rw) __trace_mmiotrace_rw() argument 314 mmio_trace_rw(struct mmiotrace_rw * rw) mmio_trace_rw() argument [all...] |
/linux/drivers/firmware/arm_scmi/ |
H A D | raw_mode.c | 339 struct scmi_xfer_raw_waiter *rw = NULL; in scmi_xfer_raw_waiter_get() local 361 struct scmi_xfer_raw_waiter *rw) in scmi_xfer_raw_waiter_put() argument 374 scmi_xfer_raw_waiter_enqueue(struct scmi_raw_mode_info * raw,struct scmi_xfer_raw_waiter * rw) scmi_xfer_raw_waiter_enqueue() argument 396 struct scmi_xfer_raw_waiter *rw = NULL; scmi_xfer_raw_waiter_dequeue() local 447 struct scmi_xfer_raw_waiter *rw; scmi_xfer_raw_worker() local 618 struct scmi_xfer_raw_waiter *rw; scmi_do_xfer_raw_start() local 1111 struct scmi_xfer_raw_waiter *rw; scmi_xfer_raw_worker_init() local [all...] |
/linux/fs/bcachefs/ |
H A D | compress.c | 42 int rw; member 45 static struct bbuf __bounce_alloc(struct bch_fs *c, unsigned size, int rw) in __bounce_alloc() argument 81 struct bvec_iter start, int rw) in __bio_map_or_bounce() argument 144 bio_map_or_bounce(struct bch_fs * c,struct bio * bio,int rw) bio_map_or_bounce() argument [all...] |
H A D | clock.h | 13 int rw) in bch2_increment_clock() argument
|
H A D | sb-members.h | 162 int rw, unsigned ref_idx) in bch2_get_next_online_dev() argument 176 #define __for_each_online_member(_c, _ca, state_mask, rw, ref_idx) \ argument 291 int rw, unsigned ref_idx) in bch2_dev_get_ioref() argument
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | rw.rst | 4 .. _rw: global() target
|
/linux/arch/powerpc/lib/ |
H A D | locks.c | 46 void splpar_rw_yield(arch_rwlock_t *rw) in splpar_rw_yield() argument
|
/linux/drivers/i2c/busses/ |
H A D | i2c-ali1563.c | 186 union i2c_smbus_data *data, u8 rw) in ali1563_block() argument 233 unsigned short flags, char rw, u8 cmd, in ali1563_access() argument [all...] |
/linux/arch/s390/lib/ |
H A D | spinlock.c | 308 void arch_read_lock_wait(arch_rwlock_t *rw) in arch_read_lock_wait() argument 329 void arch_write_lock_wait(arch_rwlock_t *rw) in arch_write_lock_wait() argument [all...] |
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | priv.h | 13 bool rw; member
|
/linux/include/net/libeth/ |
H A D | cache.h | 60 #define libeth_cacheline_set_assert(type, ro, rw, c) \ argument
|