| /linux/drivers/s390/scsi/ |
| A D | zfcp_reqlist.h | 43 struct zfcp_reqlist *rl; in zfcp_reqlist_alloc() local 63 static inline int zfcp_reqlist_isempty(struct zfcp_reqlist *rl) in zfcp_reqlist_isempty() 77 static inline void zfcp_reqlist_free(struct zfcp_reqlist *rl) in zfcp_reqlist_free() 86 _zfcp_reqlist_find(struct zfcp_reqlist *rl, u64 req_id) in _zfcp_reqlist_find() 107 zfcp_reqlist_find(struct zfcp_reqlist *rl, u64 req_id) in zfcp_reqlist_find() 132 zfcp_reqlist_find_rm(struct zfcp_reqlist *rl, u64 req_id) in zfcp_reqlist_find_rm() 156 static inline void zfcp_reqlist_add(struct zfcp_reqlist *rl, in zfcp_reqlist_add() 174 static inline void zfcp_reqlist_move(struct zfcp_reqlist *rl, in zfcp_reqlist_move() 200 zfcp_reqlist_apply_for_all(struct zfcp_reqlist *rl, in zfcp_reqlist_apply_for_all()
|
| /linux/crypto/ |
| A D | vmac.c | 104 #define ADD128(rh, rl, ih, il) \ argument 124 #define MUL64(rh, rl, i1, i2) \ argument 149 #define nh_16(mp, kp, nw, rh, rl) \ argument 160 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 175 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument 254 #define nh_16(mp, kp, nw, rh, rl) \ argument 341 #define nh_16_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument 348 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument 361 u64 rh, rl, t, z = 0; in l3hash() local 408 u64 rh, rl; in vhash_blocks() local [all …]
|
| A D | camellia_generic.c | 319 #define ROLDQ(ll, lr, rl, rr, w0, w1, bits) ({ \ argument 327 #define ROLDQo32(ll, lr, rl, rr, w0, w1, bits) ({ \ argument 811 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ argument
|
| A D | crypto_user.c | 117 struct crypto_report_larval rl; in crypto_report_one() local
|
| /linux/include/linux/ |
| A D | jump_label_ratelimit.h | 45 #define DEFINE_STATIC_KEY_DEFERRED_TRUE(name, rl) \ argument 54 #define DEFINE_STATIC_KEY_DEFERRED_FALSE(name, rl) \ argument 73 #define DEFINE_STATIC_KEY_DEFERRED_TRUE(name, rl) \ argument 75 #define DEFINE_STATIC_KEY_DEFERRED_FALSE(name, rl) \ argument 91 unsigned long rl) in jump_label_rate_limit()
|
| A D | math64.h | 204 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 268 } u, rl, rh; in mul_u64_u32_div() local
|
| /linux/arch/arm/mm/ |
| A D | proc-v7-3level.S | 57 #define rl r3 macro 60 #define rl r2 macro
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | qos.c | 466 void mlx5e_mqprio_rl_free(struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_free() 471 int mlx5e_mqprio_rl_init(struct mlx5e_mqprio_rl *rl, struct mlx5_core_dev *mdev, u8 num_tc, in mlx5e_mqprio_rl_init() 519 void mlx5e_mqprio_rl_cleanup(struct mlx5e_mqprio_rl *rl) in mlx5e_mqprio_rl_cleanup() 529 int mlx5e_mqprio_rl_get_node_hw_id(struct mlx5e_mqprio_rl *rl, int tc, u32 *hw_id) in mlx5e_mqprio_rl_get_node_hw_id()
|
| /linux/arch/riscv/net/ |
| A D | bpf_jit.h | 569 static inline u32 rv_amoadd_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) in rv_amoadd_w() 574 static inline u32 rv_amoand_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) in rv_amoand_w() 579 static inline u32 rv_amoor_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) in rv_amoor_w() 584 static inline u32 rv_amoxor_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) in rv_amoxor_w() 594 static inline u32 rv_lr_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) in rv_lr_w() 599 static inline u32 rv_sc_w(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) in rv_sc_w() 877 static inline u32 rv_amoadd_d(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) in rv_amoadd_d() 882 static inline u32 rv_amoand_d(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) in rv_amoand_d() 887 static inline u32 rv_amoor_d(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) in rv_amoor_d() 902 static inline u32 rv_lr_d(u8 rd, u8 rs2, u8 rs1, u8 aq, u8 rl) in rv_lr_d() [all …]
|
| /linux/fs/dlm/ |
| A D | rcom.c | 418 struct rcom_lock *rl) in pack_rcom_lock() 452 struct rcom_lock *rl; in dlm_send_rcom_lock() local 477 struct rcom_lock *rl; in receive_rcom_lock() local
|
| /linux/tools/testing/selftests/kvm/ |
| A D | kvm_create_max_vcpus.c | 47 struct rlimit rl; in main() local
|
| /linux/drivers/slimbus/ |
| A D | slimbus.h | 128 u8 rl; member 140 #define DEFINE_SLIM_LDEST_TXN(name, mc, rl, la, msg) \ argument 144 #define DEFINE_SLIM_BCAST_TXN(name, mc, rl, la, msg) \ argument 148 #define DEFINE_SLIM_EDEST_TXN(name, mc, rl, la, msg) \ argument
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | rl.c | 316 struct mlx5_rate_limit *rl) in mlx5_rl_add_rate() 333 void mlx5_rl_remove_rate(struct mlx5_core_dev *dev, struct mlx5_rate_limit *rl) in mlx5_rl_remove_rate()
|
| /linux/arch/arm/vfp/ |
| A D | vfp.h | 73 u64 rh, rma, rmb, rl; in mul64to128() local 105 u64 rh, rl; in vfp_hi64multiply64() local
|
| /linux/drivers/hwmon/ |
| A D | asc7621.c | 799 #define PREAD(name, n, pri, rm, rl, m, s, r) \ argument 804 #define PWRITE(name, n, pri, rm, rl, m, s, r) \ argument 813 #define PWRITEM(name, n, pri, rm, rl, m, s, r) \ argument
|
| /linux/tools/perf/bench/ |
| A D | epoll-ctl.c | 319 struct rlimit rl, prevrl; in bench_epoll_ctl() local
|
| A D | epoll-wait.c | 434 struct rlimit rl, prevrl; in bench_epoll_wait() local
|
| /linux/fs/qnx4/ |
| A D | inode.c | 161 int rd, rl; in qnx4_checkroot() local
|
| /linux/sound/usb/usx2y/ |
| A D | usbus428ctldefs.h | 68 rl; member
|
| /linux/drivers/nvme/target/ |
| A D | trace.c | 42 u16 rl = get_unaligned_le16(cdw10 + 12); in nvmet_trace_get_lba_status() local
|
| /linux/arch/s390/kvm/ |
| A D | guestdbg.c | 475 s32 rl = *((s32 *) (opcode + 1)); in per_fetched_addr() local
|
| /linux/fs/ |
| A D | binfmt_flat.c | 341 static void old_reloc(unsigned long rl) in old_reloc()
|
| /linux/drivers/video/fbdev/ |
| A D | metronomefb.c | 276 unsigned char rl; in load_waveform() local
|
| /linux/sound/soc/codecs/ |
| A D | rt1305.c | 993 unsigned int rh, rl, rhl, r0ohm; in rt1305_calibrate() local
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_rtbitmap.h | 340 # define xfs_rtfree_blocks(t,rb,rl) (-ENOSYS) argument
|