/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_reqlist.h | 40 struct zfcp_reqlist *rl; in zfcp_reqlist_alloc() local 60 static inline int zfcp_reqlist_isempty(struct zfcp_reqlist *rl) in zfcp_reqlist_isempty() 74 static inline void zfcp_reqlist_free(struct zfcp_reqlist *rl) in zfcp_reqlist_free() 83 _zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) in _zfcp_reqlist_find() 104 zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) in zfcp_reqlist_find() 129 zfcp_reqlist_find_rm(struct zfcp_reqlist *rl, unsigned long req_id) in zfcp_reqlist_find_rm() 153 static inline void zfcp_reqlist_add(struct zfcp_reqlist *rl, in zfcp_reqlist_add() 171 static inline void zfcp_reqlist_move(struct zfcp_reqlist *rl, in zfcp_reqlist_move()
|
/linux-4.4.14/crypto/ |
D | vmac.c | 66 #define ADD128(rh, rl, ih, il) \ argument 77 #define PMUL64(rh, rl, i1, i2) /* Assumes m doesn't overflow */ \ argument 86 #define MUL64(rh, rl, i1, i2) \ argument 111 #define nh_16(mp, kp, nw, rh, rl) \ argument 122 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 137 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument 157 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 216 #define nh_16(mp, kp, nw, rh, rl) \ argument 303 #define nh_16_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument 310 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument [all …]
|
D | camellia_generic.c | 340 #define ROLDQ(ll, lr, rl, rr, w0, w1, bits) ({ \ argument 348 #define ROLDQo32(ll, lr, rl, rr, w0, w1, bits) ({ \ argument 832 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ argument
|
D | crypto_user.c | 146 struct crypto_report_larval rl; in crypto_report_one() local
|
/linux-4.4.14/fs/ntfs/ |
D | runlist.c | 74 static inline runlist_element *ntfs_rl_realloc(runlist_element *rl, in ntfs_rl_realloc() 120 static inline runlist_element *ntfs_rl_realloc_nofail(runlist_element *rl, in ntfs_rl_realloc_nofail() 755 runlist_element *rl; /* The output runlist. */ in ntfs_mapping_pairs_decompress() local 1004 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn() 1053 runlist_element *ntfs_rl_find_vcn_nolock(runlist_element *rl, const VCN vcn) in ntfs_rl_find_vcn_nolock() 1132 const runlist_element *rl, const VCN first_vcn, in ntfs_get_size_for_mapping_pairs() 1324 const int dst_len, const runlist_element *rl, in ntfs_mapping_pairs_build() 1502 runlist_element *rl; in ntfs_rl_truncate_nolock() local 1649 runlist_element *rl, *rl_end, *rl_real_end, *trl; in ntfs_rl_punch_nolock() local
|
D | runlist.h | 55 runlist_element *rl; member 59 static inline void ntfs_init_runlist(runlist *rl) in ntfs_init_runlist()
|
D | lcnalloc.c | 51 const runlist_element *rl) in ntfs_cluster_free_from_rl_nolock() 156 runlist_element *rl = NULL; in ntfs_cluster_alloc() local 855 runlist_element *rl; in __ntfs_cluster_free() local
|
D | attrib.c | 91 runlist_element *rl; in ntfs_map_runlist_nolock() local 468 runlist_element *rl; in ntfs_attr_find_vcn_nolock() local 716 runlist_element *rl; in load_attribute_list() local 1545 runlist_element *rl; in ntfs_attr_make_non_resident() local 1915 runlist_element *rl, *rl2; in ntfs_attr_extend_allocation() local
|
D | lcnalloc.h | 133 const runlist_element *rl) in ntfs_cluster_free_from_rl()
|
D | debug.h | 57 #define ntfs_debug_dump_runlist(rl) do {} while (0) argument
|
D | mft.c | 474 runlist_element *rl; in ntfs_sync_mft_mirror() local 678 runlist_element *rl; in write_mft_record_nolock() local 1285 runlist_element *rl, *rl2 = NULL; in ntfs_mft_bitmap_extend_allocation_nolock() local 1721 runlist_element *rl, *rl2; in ntfs_mft_data_extend_allocation_nolock() local
|
D | aops.c | 193 runlist_element *rl; in ntfs_read_block() local 560 runlist_element *rl; in ntfs_write_block() local 931 runlist_element *rl; in ntfs_write_mst_block() local
|
D | debug.c | 134 void ntfs_debug_dump_runlist(const runlist_element *rl) in ntfs_debug_dump_runlist()
|
D | logfile.c | 732 runlist_element *rl; in ntfs_empty_logfile() local
|
D | compress.c | 490 runlist_element *rl; in ntfs_read_compressed_block() local
|
D | file.c | 595 runlist_element *rl, *rl2; in ntfs_prepare_pages_for_non_resident_write() local
|
D | super.c | 1093 runlist_element *rl, rl2[2]; in check_mft_mirror() local
|
/linux-4.4.14/arch/arm/mm/ |
D | proc-v7-3level.S | 69 #define rl r3 macro 72 #define rl r2 macro
|
/linux-4.4.14/block/ |
D | blk-core.c | 66 static void blk_clear_congested(struct request_list *rl, int sync) in blk_clear_congested() 80 static void blk_set_congested(struct request_list *rl, int sync) in blk_set_congested() 459 struct request_list *rl; in __blk_drain_queue() local 523 struct request_list *rl; in blk_set_queue_dying() local 615 int blk_init_rl(struct request_list *rl, struct request_queue *q, in blk_init_rl() 637 void blk_exit_rl(struct request_list *rl) in blk_exit_rl() 890 static inline void blk_free_request(struct request_list *rl, struct request *rq) in blk_free_request() 935 static void __freed_request(struct request_list *rl, int sync) in __freed_request() 954 static void freed_request(struct request_list *rl, unsigned int flags) in freed_request() 972 struct request_list *rl; in blk_update_nr_requests() local [all …]
|
D | blk-cgroup.c | 405 struct request_list *__blk_queue_next_rl(struct request_list *rl, in __blk_queue_next_rl()
|
/linux-4.4.14/include/linux/ |
D | blk-cgroup.h | 122 struct request_list rl; member 463 static inline void blk_put_rl(struct request_list *rl) in blk_put_rl() 477 static inline void blk_rq_set_rl(struct request *rq, struct request_list *rl) in blk_rq_set_rl() 500 #define blk_queue_for_each_rl(rl, q) \ argument 774 static inline void blk_put_rl(struct request_list *rl) { } in blk_put_rl() 775 static inline void blk_rq_set_rl(struct request *rq, struct request_list *rl) { } in blk_rq_set_rl() 781 #define blk_queue_for_each_rl(rl, q) \ argument
|
D | jump_label_ratelimit.h | 31 unsigned long rl) in jump_label_rate_limit()
|
D | math64.h | 183 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 229 } u, rl, rh; in mul_u64_u32_div() local
|
D | blkdev.h | 156 struct request_list *rl; /* rl this rq is alloced from */ member 625 static inline bool blk_rl_full(struct request_list *rl, bool sync) in blk_rl_full() 632 static inline void blk_set_rl_full(struct request_list *rl, bool sync) in blk_set_rl_full() 639 static inline void blk_clear_rl_full(struct request_list *rl, bool sync) in blk_clear_rl_full()
|
/linux-4.4.14/net/can/ |
D | af_can.c | 474 struct hlist_head *rl; in can_rx_register() local 542 struct hlist_head *rl; in can_rx_unregister() local
|
/linux-4.4.14/fs/f2fs/ |
D | gc.h | 108 struct request_list *rl = &q->root_rl; in is_idle() local
|
/linux-4.4.14/fs/dlm/ |
D | rcom.c | 388 struct rcom_lock *rl) in pack_rcom_lock() 422 struct rcom_lock *rl; in dlm_send_rcom_lock() local
|
D | lock.c | 5577 struct rcom_lock *rl = (struct rcom_lock *) rc->rc_buf; in receive_rcom_lock_args() local 5627 struct rcom_lock *rl = (struct rcom_lock *) rc->rc_buf; in dlm_recover_master_copy() local 5708 struct rcom_lock *rl = (struct rcom_lock *) rc->rc_buf; in dlm_recover_process_copy() local
|
/linux-4.4.14/arch/arm/vfp/ |
D | vfp.h | 76 u64 rh, rma, rmb, rl; in mul64to128() local 108 u64 rh, rl; in vfp_hi64multiply64() local
|
/linux-4.4.14/drivers/hwmon/ |
D | asc7621.c | 813 #define PREAD(name, n, pri, rm, rl, m, s, r) \ argument 818 #define PWRITE(name, n, pri, rm, rl, m, s, r) \ argument 827 #define PWRITEM(name, n, pri, rm, rl, m, s, r) \ argument
|
/linux-4.4.14/fs/qnx4/ |
D | inode.c | 155 int rd, rl; in qnx4_checkroot() local
|
/linux-4.4.14/net/ipv4/ |
D | inetpeer.c | 285 struct inet_peer *rr, *rl, *rlr, *rll; in peer_avl_rebalance() local
|
/linux-4.4.14/fs/ |
D | binfmt_flat.c | 383 static void old_reloc(unsigned long rl) in old_reloc()
|
/linux-4.4.14/kernel/ |
D | jump_label.c | 112 unsigned long rl) in jump_label_rate_limit()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | metronomefb.c | 276 unsigned char rl; in load_waveform() local
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 481 unsigned short rl; in dcon_resumeline_store() local
|
/linux-4.4.14/arch/x86/kvm/ |
D | i8254.c | 63 u64 rl, rh; in muldiv64() local
|
/linux-4.4.14/fs/ocfs2/ |
D | refcounttree.c | 1249 struct ocfs2_refcount_list *rl = &rb->rf_records; in ocfs2_change_refcount_rec() local 1419 static int ocfs2_find_refcount_split_pos(struct ocfs2_refcount_list *rl, in ocfs2_find_refcount_split_pos() 1462 struct ocfs2_refcount_list *rl = &rb->rf_records; in ocfs2_divide_leaf_refcount_block() local
|
/linux-4.4.14/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 301 int rl, rh; in nolock_regw_read() local
|
/linux-4.4.14/sound/oss/ |
D | swarm_cs4297a.c | 1187 unsigned char l, r, rl, rr, vidx; in mixer_ioctl() local
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 541 u32 rl = RL_COUNTER; in create_ptd_atl() local
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_main.c | 1089 unsigned long rl; in fill_bitmap_rle_bits() local
|
D | drbd_receiver.c | 4310 u64 rl; in recv_bm_rle_bits() local
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pciercx-defs.h | 1040 uint32_t rl:1; member
|