/linux-6.14.4/fs/bcachefs/ |
D | siphash.h | 76 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l)) argument 79 #define SipHash24(_k, _p, _l) SipHash((_k), 2, 4, (_p), (_l)) argument 82 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c), 4, 8, (_p), (_l)) argument 85 #define SipHash48(_k, _p, _l) SipHash((_k), 4, 8, (_p), (_l)) argument
|
D | btree_node_scan.c | 110 static int found_btree_node_cmp_cookie(const void *_l, const void *_r) in found_btree_node_cmp_cookie() 131 static int found_btree_node_cmp_pos(const void *_l, const void *_r) in found_btree_node_cmp_pos() 147 static inline void found_btree_node_swap(void *_l, void *_r, void *arg) in found_btree_node_swap() 478 static int found_btree_node_range_start_cmp(const void *_l, const void *_r) in found_btree_node_range_start_cmp()
|
D | journal_sb.c | 11 static int u64_cmp(const void *_l, const void *_r) in u64_cmp() 93 static int u64_range_cmp(const void *_l, const void *_r) in u64_range_cmp()
|
D | btree_write_buffer.h | 37 static inline int wb_key_cmp(const void *_l, const void *_r) in wb_key_cmp()
|
D | dirent.c | 65 static bool dirent_cmp_key(struct bkey_s_c _l, const void *_r) in dirent_cmp_key() 74 static bool dirent_cmp_bkey(struct bkey_s_c _l, struct bkey_s_c _r) in dirent_cmp_bkey()
|
D | btree_write_buffer.c | 51 static int wb_key_seq_cmp(const void *_l, const void *_r) in wb_key_seq_cmp() 60 static inline bool wb_key_eq(const void *_l, const void *_r) in wb_key_eq()
|
D | clock.c | 11 struct io_timer **_l = (struct io_timer **)l; in io_timer_cmp() local
|
D | journal_seq_blacklist.c | 98 static int journal_seq_blacklist_table_cmp(const void *_l, const void *_r) in journal_seq_blacklist_table_cmp()
|
D | xattr.c | 44 static bool xattr_cmp_key(struct bkey_s_c _l, const void *_r) in xattr_cmp_key() 54 static bool xattr_cmp_bkey(struct bkey_s_c _l, struct bkey_s_c _r) in xattr_cmp_bkey()
|
D | disk_accounting.h | 105 static inline int accounting_pos_cmp(const void *_l, const void *_r) in accounting_pos_cmp()
|
D | recovery.c | 294 static int journal_sort_seq_cmp(const void *_l, const void *_r) in journal_sort_seq_cmp()
|
D | ec.c | 1038 struct ec_stripe_heap_entry *_l = (struct ec_stripe_heap_entry *)l; in ec_stripes_heap_cmp() local 1047 struct ec_stripe_heap_entry *_l = (struct ec_stripe_heap_entry *)l; in ec_stripes_heap_swap() local 1636 static int unsigned_cmp(const void *_l, const void *_r) in unsigned_cmp()
|
D | disk_groups.c | 9 static int group_cmp(const void *_l, const void *_r) in group_cmp()
|
D | replicas.c | 253 #define entry_cmp(_l, _r) memcmp(_l, _r, entry_size) in __replicas_entry_idx() argument
|
D | reflink.c | 68 bool bch2_reflink_p_merge(struct bch_fs *c, struct bkey_s _l, struct bkey_s_c _r) in bch2_reflink_p_merge()
|
/linux-6.14.4/fs/ocfs2/ |
D | dlmglue.c | 3199 # define lock_num_prmode(_l) ((_l)->l_lock_prmode.ls_gets) in ocfs2_dlm_seq_show() argument 3200 # define lock_num_exmode(_l) ((_l)->l_lock_exmode.ls_gets) in ocfs2_dlm_seq_show() argument 3201 # define lock_num_prmode_failed(_l) ((_l)->l_lock_prmode.ls_fail) in ocfs2_dlm_seq_show() argument 3202 # define lock_num_exmode_failed(_l) ((_l)->l_lock_exmode.ls_fail) in ocfs2_dlm_seq_show() argument 3203 # define lock_total_prmode(_l) ((_l)->l_lock_prmode.ls_total) in ocfs2_dlm_seq_show() argument 3204 # define lock_total_exmode(_l) ((_l)->l_lock_exmode.ls_total) in ocfs2_dlm_seq_show() argument 3205 # define lock_max_prmode(_l) ((_l)->l_lock_prmode.ls_max) in ocfs2_dlm_seq_show() argument 3206 # define lock_max_exmode(_l) ((_l)->l_lock_exmode.ls_max) in ocfs2_dlm_seq_show() argument 3207 # define lock_refresh(_l) ((_l)->l_lock_refresh) in ocfs2_dlm_seq_show() argument 3208 # define lock_last_prmode(_l) ((_l)->l_lock_prmode.ls_last) in ocfs2_dlm_seq_show() argument [all …]
|
/linux-6.14.4/arch/x86/include/asm/ |
D | dmi.h | 19 #define dmi_remap(_x, _l) memremap(_x, _l, MEMREMAP_WB) argument
|
/linux-6.14.4/arch/powerpc/mm/ptdump/ |
D | bats.c | 58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d) argument
|
/linux-6.14.4/include/linux/ |
D | lwq.h | 82 #define lwq_for_each_safe(_n, _t1, _t2, _l, _member) \ argument
|
D | turris-omnia-mcu-interface.h | 247 #define OMNIA_CMD_LED_MODE_LED(_l) FIELD_PREP(OMNIA_CMD_LED_MODE_LED_MASK, _l) argument 254 #define OMNIA_CMD_LED_STATE_LED(_l) FIELD_PREP(OMNIA_CMD_LED_STATE_LED_MASK, _l) argument
|
/linux-6.14.4/drivers/md/bcache/ |
D | extents.c | 41 struct btree_iter_set *_l = (struct btree_iter_set *)l; in new_bch_key_sort_cmp() local 262 struct btree_iter_set *_l = (struct btree_iter_set *)l; in new_bch_extent_sort_cmp() local
|
D | movinggc.c | 187 struct bucket **_l = (struct bucket **)l; in new_bucket_cmp() local
|
/linux-6.14.4/drivers/scsi/bfa/ |
D | bfa_fcbuild.h | 28 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
|
/linux-6.14.4/drivers/isdn/capi/ |
D | capiutil.c | 516 unsigned _l = cmsg->l; in protocol_message_2_pars() local
|
/linux-6.14.4/drivers/clk/qcom/ |
D | gcc-ipq806x.c | 226 #define NSS_PLL_RATE(f, _l, _m, _n, i) \ argument
|