Home
last modified time | relevance | path

Searched defs:rl (Results 1 – 25 of 111) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/lightnvm/
Dpblk-rl.c22 static void pblk_rl_kick_u_timer(struct pblk_rl *rl) in pblk_rl_kick_u_timer()
27 int pblk_rl_is_limit(struct pblk_rl *rl) in pblk_rl_is_limit()
36 int pblk_rl_user_may_insert(struct pblk_rl *rl, int nr_entries) in pblk_rl_user_may_insert()
50 void pblk_rl_inserted(struct pblk_rl *rl, int nr_entries) in pblk_rl_inserted()
58 int pblk_rl_gc_may_insert(struct pblk_rl *rl, int nr_entries) in pblk_rl_gc_may_insert()
68 void pblk_rl_user_in(struct pblk_rl *rl, int nr_entries) in pblk_rl_user_in()
77 void pblk_rl_werr_line_in(struct pblk_rl *rl) in pblk_rl_werr_line_in()
82 void pblk_rl_werr_line_out(struct pblk_rl *rl) in pblk_rl_werr_line_out()
87 void pblk_rl_gc_in(struct pblk_rl *rl, int nr_entries) in pblk_rl_gc_in()
92 void pblk_rl_out(struct pblk_rl *rl, int nr_user, int nr_gc) in pblk_rl_out()
[all …]
/kernel/linux/linux-4.19/drivers/lightnvm/
Dpblk-rl.c21 static void pblk_rl_kick_u_timer(struct pblk_rl *rl) in pblk_rl_kick_u_timer()
26 int pblk_rl_is_limit(struct pblk_rl *rl) in pblk_rl_is_limit()
35 int pblk_rl_user_may_insert(struct pblk_rl *rl, int nr_entries) in pblk_rl_user_may_insert()
49 void pblk_rl_inserted(struct pblk_rl *rl, int nr_entries) in pblk_rl_inserted()
57 int pblk_rl_gc_may_insert(struct pblk_rl *rl, int nr_entries) in pblk_rl_gc_may_insert()
67 void pblk_rl_user_in(struct pblk_rl *rl, int nr_entries) in pblk_rl_user_in()
76 void pblk_rl_werr_line_in(struct pblk_rl *rl) in pblk_rl_werr_line_in()
81 void pblk_rl_werr_line_out(struct pblk_rl *rl) in pblk_rl_werr_line_out()
86 void pblk_rl_gc_in(struct pblk_rl *rl, int nr_entries) in pblk_rl_gc_in()
91 void pblk_rl_out(struct pblk_rl *rl, int nr_user, int nr_gc) in pblk_rl_out()
[all …]
/kernel/linux/linux-5.10/drivers/s390/scsi/
Dzfcp_reqlist.h41 struct zfcp_reqlist *rl; in zfcp_reqlist_alloc() local
61 static inline int zfcp_reqlist_isempty(struct zfcp_reqlist *rl) in zfcp_reqlist_isempty()
75 static inline void zfcp_reqlist_free(struct zfcp_reqlist *rl) in zfcp_reqlist_free()
84 _zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) in _zfcp_reqlist_find()
105 zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) in zfcp_reqlist_find()
130 zfcp_reqlist_find_rm(struct zfcp_reqlist *rl, unsigned long req_id) in zfcp_reqlist_find_rm()
154 static inline void zfcp_reqlist_add(struct zfcp_reqlist *rl, in zfcp_reqlist_add()
172 static inline void zfcp_reqlist_move(struct zfcp_reqlist *rl, in zfcp_reqlist_move()
198 zfcp_reqlist_apply_for_all(struct zfcp_reqlist *rl, in zfcp_reqlist_apply_for_all()
/kernel/linux/linux-4.19/drivers/s390/scsi/
Dzfcp_reqlist.h41 struct zfcp_reqlist *rl; in zfcp_reqlist_alloc() local
61 static inline int zfcp_reqlist_isempty(struct zfcp_reqlist *rl) in zfcp_reqlist_isempty()
75 static inline void zfcp_reqlist_free(struct zfcp_reqlist *rl) in zfcp_reqlist_free()
84 _zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) in _zfcp_reqlist_find()
105 zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) in zfcp_reqlist_find()
130 zfcp_reqlist_find_rm(struct zfcp_reqlist *rl, unsigned long req_id) in zfcp_reqlist_find_rm()
154 static inline void zfcp_reqlist_add(struct zfcp_reqlist *rl, in zfcp_reqlist_add()
172 static inline void zfcp_reqlist_move(struct zfcp_reqlist *rl, in zfcp_reqlist_move()
198 zfcp_reqlist_apply_for_all(struct zfcp_reqlist *rl, in zfcp_reqlist_apply_for_all()
/kernel/linux/linux-4.19/crypto/
Dvmac.c103 #define ADD128(rh, rl, ih, il) \ argument
114 #define PMUL64(rh, rl, i1, i2) /* Assumes m doesn't overflow */ \ argument
123 #define MUL64(rh, rl, i1, i2) \ argument
148 #define nh_16(mp, kp, nw, rh, rl) \ argument
159 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument
174 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument
194 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument
253 #define nh_16(mp, kp, nw, rh, rl) \ argument
340 #define nh_16_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument
347 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument
[all …]
/kernel/linux/linux-5.10/crypto/
Dvmac.c103 #define ADD128(rh, rl, ih, il) \ argument
114 #define PMUL64(rh, rl, i1, i2) /* Assumes m doesn't overflow */ \ argument
123 #define MUL64(rh, rl, i1, i2) \ argument
148 #define nh_16(mp, kp, nw, rh, rl) \ argument
159 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument
174 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument
194 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument
253 #define nh_16(mp, kp, nw, rh, rl) \ argument
340 #define nh_16_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument
347 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument
[all …]
/kernel/linux/linux-5.10/include/linux/
Djump_label_ratelimit.h45 #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()
/kernel/linux/linux-4.19/drivers/net/ethernet/mellanox/mlx5/core/
Drl.c110 struct mlx5_rate_limit *rl) in find_rl_entry()
130 struct mlx5_rate_limit *rl) in mlx5_set_pp_rate_limit_cmd()
162 struct mlx5_rate_limit *rl) in mlx5_rl_add_rate()
208 void mlx5_rl_remove_rate(struct mlx5_core_dev *dev, struct mlx5_rate_limit *rl) in mlx5_rl_remove_rate()
278 struct mlx5_rate_limit rl = {0}; in mlx5_cleanup_rl_table() local
/kernel/linux/linux-5.10/fs/ntfs/
Drunlist.c60 static inline runlist_element *ntfs_rl_realloc(runlist_element *rl, in ntfs_rl_realloc()
106 static inline runlist_element *ntfs_rl_realloc_nofail(runlist_element *rl, in ntfs_rl_realloc_nofail()
741 runlist_element *rl; /* The output runlist. */ in ntfs_mapping_pairs_decompress() local
990 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn()
1039 runlist_element *ntfs_rl_find_vcn_nolock(runlist_element *rl, const VCN vcn) in ntfs_rl_find_vcn_nolock()
1118 const runlist_element *rl, const VCN first_vcn, in ntfs_get_size_for_mapping_pairs()
1310 const int dst_len, const runlist_element *rl, in ntfs_mapping_pairs_build()
1488 runlist_element *rl; in ntfs_rl_truncate_nolock() local
1635 runlist_element *rl, *rl_end, *rl_real_end, *trl; in ntfs_rl_punch_nolock() local
Drunlist.h41 runlist_element *rl; member
45 static inline void ntfs_init_runlist(runlist *rl) in ntfs_init_runlist()
Dlcnalloc.c37 const runlist_element *rl) in ntfs_cluster_free_from_rl_nolock()
142 runlist_element *rl = NULL; in ntfs_cluster_alloc() local
841 runlist_element *rl; in __ntfs_cluster_free() local
Dattrib.c77 runlist_element *rl; in ntfs_map_runlist_nolock() local
454 runlist_element *rl; in ntfs_attr_find_vcn_nolock() local
702 runlist_element *rl; in load_attribute_list() local
1531 runlist_element *rl; in ntfs_attr_make_non_resident() local
1901 runlist_element *rl, *rl2; in ntfs_attr_extend_allocation() local
Dlcnalloc.h119 const runlist_element *rl) in ntfs_cluster_free_from_rl()
Ddebug.h43 #define ntfs_debug_dump_runlist(rl) do {} while (0) argument
/kernel/linux/linux-4.19/fs/ntfs/
Drunlist.c74 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
Drunlist.h55 runlist_element *rl; member
59 static inline void ntfs_init_runlist(runlist *rl) in ntfs_init_runlist()
Dlcnalloc.c51 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
Dattrib.c91 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
Dlcnalloc.h133 const runlist_element *rl) in ntfs_cluster_free_from_rl()
Ddebug.h57 #define ntfs_debug_dump_runlist(rl) do {} while (0) argument
/kernel/linux/linux-5.10/arch/arm/mm/
Dproc-v7-3level.S57 #define rl r3 macro
60 #define rl r2 macro
/kernel/linux/linux-4.19/arch/arm/mm/
Dproc-v7-3level.S69 #define rl r3 macro
72 #define rl r2 macro
/kernel/linux/linux-4.19/block/
Dblk-core.c146 static void blk_clear_congested(struct request_list *rl, int sync) in blk_clear_congested()
160 static void blk_set_congested(struct request_list *rl, int sync) in blk_set_congested()
619 struct request_list *rl; in __blk_drain_queue() local
702 struct request_list *rl; in blk_set_queue_dying() local
872 int blk_init_rl(struct request_list *rl, struct request_queue *q, in blk_init_rl()
902 void blk_exit_rl(struct request_queue *q, struct request_list *rl) in blk_exit_rl()
1218 static inline void blk_free_request(struct request_list *rl, struct request *rq) in blk_free_request()
1263 static void __freed_request(struct request_list *rl, int sync) in __freed_request()
1282 static void freed_request(struct request_list *rl, bool sync, in freed_request()
1300 struct request_list *rl; in blk_update_nr_requests() local
[all …]
/kernel/linux/linux-4.19/include/linux/
Dblk-cgroup.h126 struct request_list rl; member
566 static inline void blk_put_rl(struct request_list *rl) in blk_put_rl()
580 static inline void blk_rq_set_rl(struct request *rq, struct request_list *rl) in blk_rq_set_rl()
603 #define blk_queue_for_each_rl(rl, q) \ argument
944 static inline void blk_put_rl(struct request_list *rl) { } in blk_put_rl()
945 static inline void blk_rq_set_rl(struct request *rq, struct request_list *rl) { } in blk_rq_set_rl()
951 #define blk_queue_for_each_rl(rl, q) \ argument
Djump_label_ratelimit.h35 unsigned long rl) in jump_label_rate_limit()

12345