/Linux-v4.19/drivers/md/bcache/ |
D | extents.c | 47 static bool __ptr_invalid(struct cache_set *c, const struct bkey *k) in __ptr_invalid() 68 static const char *bch_ptr_status(struct cache_set *c, const struct bkey *k) in bch_ptr_status() 97 void bch_extent_to_text(char *buf, size_t size, const struct bkey *k) in bch_extent_to_text() 126 static void bch_bkey_dump(struct btree_keys *keys, const struct bkey *k) in bch_bkey_dump() 149 bool __bch_btree_ptr_invalid(struct cache_set *c, const struct bkey *k) in __bch_btree_ptr_invalid() 166 static bool bch_btree_ptr_invalid(struct btree_keys *bk, const struct bkey *k) in bch_btree_ptr_invalid() 173 static bool btree_ptr_bad_expensive(struct btree *b, const struct bkey *k) in btree_ptr_bad_expensive() 205 static bool bch_btree_ptr_bad(struct btree_keys *bk, const struct bkey *k) in bch_btree_ptr_bad() 313 static void bch_subtract_dirty(struct bkey *k, in bch_subtract_dirty() 337 struct bkey *k = bch_btree_iter_next(iter); in bch_extent_insert_fixup() local [all …]
|
D | bset.h | 244 static inline bool bkey_written(struct btree_keys *b, struct bkey *k) in bkey_written() 261 #define __set_bytes(i, k) (sizeof(*(i)) + (k) * sizeof(uint64_t)) argument 264 #define __set_blocks(i, k, block_bytes) \ argument 323 struct bkey *k, *end; member 353 #define for_each_key_filter(b, k, iter, filter) \ argument 357 #define for_each_key(b, k, iter) \ argument 407 static inline void bkey_init(struct bkey *k) in bkey_init() 425 static inline bool bch_cut_front(const struct bkey *where, struct bkey *k) in bch_cut_front() 431 static inline bool bch_cut_back(const struct bkey *where, struct bkey *k) in bch_cut_back() 452 static inline bool bch_ptr_invalid(struct btree_keys *b, const struct bkey *k) in bch_ptr_invalid() [all …]
|
D | btree.c | 99 #define PTR_HASH(c, k) \ argument 184 void bkey_put(struct cache_set *c, struct bkey *k) in bkey_put() 588 static unsigned int btree_order(struct bkey *k) in btree_order() 593 static void mca_data_alloc(struct btree *b, struct bkey *k, gfp_t gfp) in mca_data_alloc() 608 struct bkey *k, gfp_t gfp) in mca_bucket_alloc() 833 static struct hlist_head *mca_hash(struct cache_set *c, struct bkey *k) in mca_hash() 838 static struct btree *mca_find(struct cache_set *c, struct bkey *k) in mca_find() 868 struct bkey *k) in mca_cannibalize() 904 struct bkey *k, int level) in mca_alloc() 984 struct bkey *k, int level, bool write, in bch_btree_node_get() [all …]
|
D | bset.c | 23 struct bkey *k, *next; in bch_dump_bset() local 58 struct bkey *k; in __bch_count_data() local 69 struct bkey *k, *p = NULL; in __bch_check_keys() local 113 struct bkey *k = iter->data->k, *next = bkey_next(k); in bch_btree_iter_next_check() local 160 struct bkey *k = l->keys; in bch_keylist_pop() local 195 bool __bch_cut_front(const struct bkey *where, struct bkey *k) in __bch_cut_front() 215 bool __bch_cut_back(const struct bkey *where, struct bkey *k) in __bch_cut_back() 536 static unsigned int bkey_to_cacheline(struct bset_tree *t, struct bkey *k) in bkey_to_cacheline() 543 struct bkey *k) in bkey_to_cacheline_offset() 588 static inline unsigned int bfloat_mantissa(const struct bkey *k, in bfloat_mantissa() [all …]
|
/Linux-v4.19/include/asm-generic/ |
D | termios.h | 71 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios() 78 struct ktermios *k) in kernel_termios_to_user_termios() 83 static inline int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1() 90 struct ktermios *k) in kernel_termios_to_user_termios_1() 95 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios() 102 struct ktermios *k) in kernel_termios_to_user_termios()
|
D | termios-base.h | 66 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) argument 73 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 74 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/Linux-v4.19/lib/ |
D | klist.c | 85 void klist_init(struct klist *k, void (*get)(struct klist_node *), in klist_init() 95 static void add_head(struct klist *k, struct klist_node *n) in add_head() 102 static void add_tail(struct klist *k, struct klist_node *n) in add_tail() 109 static void klist_node_init(struct klist *k, struct klist_node *n) in klist_node_init() 123 void klist_add_head(struct klist_node *n, struct klist *k) in klist_add_head() 135 void klist_add_tail(struct klist_node *n, struct klist *k) in klist_add_tail() 149 struct klist *k = knode_klist(pos); in klist_add_behind() local 165 struct klist *k = knode_klist(pos); in klist_add_before() local 212 struct klist *k = knode_klist(n); in klist_put() local 281 void klist_iter_init_node(struct klist *k, struct klist_iter *i, in klist_iter_init_node() [all …]
|
D | test_string.c | 8 unsigned i, j, k; in memset16_selftest() local 44 unsigned i, j, k; in memset32_selftest() local 80 unsigned i, j, k; in memset64_selftest() local
|
D | bitmap.c | 53 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local 68 unsigned int k, lim = BITS_TO_LONGS(bits); in __bitmap_complement() local 88 unsigned k, lim = BITS_TO_LONGS(nbits); in __bitmap_shift_right() local 133 int k; in __bitmap_shift_left() local 158 unsigned int k; in __bitmap_and() local 174 unsigned int k; in __bitmap_or() local 185 unsigned int k; in __bitmap_xor() local 196 unsigned int k; in __bitmap_andnot() local 212 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local 227 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_subset() local [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dcn_calc_auto.c | 42 int k; in scaler_settings_calculation() local 125 int k; in mode_support_and_system_configuration() local 995 int k; in display_pipe_configuration() local 1153 int k; in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() local
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | termios.h | 67 #define user_termios_to_kernel_termios(k, u) \ argument 88 #define kernel_termios_to_user_termios(u, k) \ argument 109 #define user_termios_to_kernel_termios_1(k, u) \ argument 128 #define kernel_termios_to_user_termios_1(u, k) \ argument
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | termios.h | 53 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 54 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 55 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 56 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | termios.h | 47 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 48 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument 49 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument 50 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
|
/Linux-v4.19/crypto/ |
D | aes_generic.c | 1305 #define f_rn(bo, bi, n, k) do { \ argument 1312 #define f_nround(bo, bi, k) do {\ argument 1320 #define f_rl(bo, bi, n, k) do { \ argument 1327 #define f_lround(bo, bi, k) do {\ argument 1375 #define i_rn(bo, bi, n, k) do { \ argument 1382 #define i_nround(bo, bi, k) do {\ argument 1390 #define i_rl(bo, bi, n, k) do { \ argument 1397 #define i_lround(bo, bi, k) do {\ argument
|
D | speck.c | 35 static __always_inline void speck128_round(u64 *x, u64 *y, u64 k) in speck128_round() 44 static __always_inline void speck128_unround(u64 *x, u64 *y, u64 k) in speck128_unround() 97 u64 k; in crypto_speck128_setkey() local 147 static __always_inline void speck64_round(u32 *x, u32 *y, u32 k) in speck64_round() 156 static __always_inline void speck64_unround(u32 *x, u32 *y, u32 k) in speck64_unround() 209 u32 k; in crypto_speck64_setkey() local
|
/Linux-v4.19/arch/mips/include/asm/ |
D | termios.h | 81 static inline int user_termios_to_kernel_termios(struct ktermios __user *k, in user_termios_to_kernel_termios() 88 struct ktermios *k) in kernel_termios_to_user_termios() 93 static inline int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1() 100 struct ktermios *k) in kernel_termios_to_user_termios_1()
|
/Linux-v4.19/include/linux/ |
D | key.h | 408 #define key_validate(k) 0 argument 409 #define key_serial(k) 0 argument 410 #define key_get(k) ({ NULL; }) argument 411 #define key_revoke(k) do { } while(0) argument 412 #define key_invalidate(k) do { } while(0) argument 413 #define key_put(k) do { } while(0) argument 414 #define key_ref_put(k) do { } while(0) argument 415 #define make_key_ref(k, p) NULL argument 416 #define key_ref_to_ptr(k) NULL argument 417 #define is_key_possessed(k) 0 argument
|
/Linux-v4.19/fs/ubifs/ |
D | key.h | 115 static inline void ino_key_init_flash(const struct ubifs_info *c, void *k, in ino_key_init_flash() 194 static inline void dent_key_init_flash(const struct ubifs_info *c, void *k, in dent_key_init_flash() 246 static inline void xent_key_init_flash(const struct ubifs_info *c, void *k, in xent_key_init_flash() 346 static inline int key_type_flash(const struct ubifs_info *c, const void *k) in key_type_flash() 358 static inline ino_t key_inum(const struct ubifs_info *c, const void *k) in key_inum() 370 static inline ino_t key_inum_flash(const struct ubifs_info *c, const void *k) in key_inum_flash() 393 static inline uint32_t key_hash_flash(const struct ubifs_info *c, const void *k) in key_hash_flash() 417 const void *k) in key_block_flash()
|
/Linux-v4.19/drivers/scsi/ |
D | atp870u.c | 124 unsigned long adrcnt, k; in atp870u_intr_handle() local 935 unsigned short int i, k; in fun_scam() local 969 unsigned char i, j, k; in tscam() local 1191 int j, k; in atp870u_free_tables() local 1205 int c,k; in atp870u_init_tables() local 1256 unsigned char k, host_id; in atp870_init() local 1307 unsigned char k, m, host_id; in atp880_init() local 1392 unsigned char k, m, c; in atp885_init() local 1587 unsigned char j, k, c; in atp870u_abort() local 1715 unsigned char i, j, k, rmb, n; in atp_is() local
|
/Linux-v4.19/tools/lib/ |
D | bitmap.c | 12 int k, w = 0, lim = bits/BITS_PER_LONG; in __bitmap_weight() local 26 int k; in __bitmap_or() local 65 unsigned int k; in __bitmap_and() local
|
/Linux-v4.19/arch/s390/include/asm/ |
D | termios.h | 21 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument 22 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | cacheinfo.c | 133 static struct cache_index_dir *kobj_to_cache_index_dir(struct kobject *k) in kobj_to_cache_index_dir() 521 static ssize_t cache_index_show(struct kobject *k, struct attribute *attr, char *buf) in cache_index_show() 530 static struct cache *index_kobj_to_cache(struct kobject *k) in index_kobj_to_cache() 539 static ssize_t size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in size_show() 556 static ssize_t line_size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in line_size_show() 572 static ssize_t nr_sets_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in nr_sets_show() 588 static ssize_t associativity_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in associativity_show() 604 static ssize_t type_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in type_show() 616 static ssize_t level_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in level_show() 630 static ssize_t shared_cpu_map_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in shared_cpu_map_show()
|
/Linux-v4.19/arch/powerpc/crypto/ |
D | sha1-spe-asm.S | 111 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument 135 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 161 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 185 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 213 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
|
/Linux-v4.19/arch/ia64/kernel/ |
D | signal.c | 36 # define PUT_SIGSET(k,u) __copy_to_user((u)->sig, (k)->sig, sizeof(sigset_t)) argument 37 # define GET_SIGSET(k,u) __copy_from_user((k)->sig, (u)->sig, sizeof(sigset_t)) argument 39 # define PUT_SIGSET(k,u) __put_user((k)->sig[0], &(u)->sig[0]) argument 40 # define GET_SIGSET(k,u) __get_user((k)->sig[0], &(u)->sig[0]) argument
|
/Linux-v4.19/arch/parisc/kernel/ |
D | ptrace.c | 378 __u64 *k = kbuf; in fpr_get() local 407 const __u64 *k = kbuf; in fpr_set() local 513 unsigned long *k = kbuf; in gpr_get() local 541 const unsigned long *k = kbuf; in gpr_set() local 593 compat_ulong_t *k = kbuf; in gpr32_get() local 622 const compat_ulong_t *k = kbuf; in gpr32_set() local
|