/linux/drivers/md/bcache/ |
A 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() 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 480 bool __bch_extent_invalid(struct cache_set *c, const struct bkey *k) in __bch_extent_invalid() [all …]
|
A 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 408 static inline void bkey_init(struct bkey *k) in bkey_init() 426 static inline bool bch_cut_front(const struct bkey *where, struct bkey *k) in bch_cut_front() 432 static inline bool bch_cut_back(const struct bkey *where, struct bkey *k) in bch_cut_back() 470 size_t size, const struct bkey *k) in bch_bkey_to_text() [all …]
|
A D | btree.c | 1194 struct bkey *k) in __bch_btree_mark_key() 1276 struct bkey *k; in btree_gc_mark_node() local 1333 struct bkey *k; in btree_gc_coalesce() local 1535 struct bkey *k; in btree_gc_count_keys() local 1576 struct bkey *k; in btree_gc_recurse() local 1726 uint64_t *k; in bch_btree_gc_finish() local 1917 struct bkey *k, *p; in bch_btree_check_thread() local 2461 struct bkey *k; in bch_btree_insert() local 2506 struct bkey *k; in bch_btree_map_nodes_recurse() local 2539 struct bkey *k; in bch_btree_map_keys_recurse() local [all …]
|
A 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 161 struct bkey *k = l->keys; in bch_keylist_pop() local 197 bool __bch_cut_front(const struct bkey *where, struct bkey *k) in __bch_cut_front() 217 bool __bch_cut_back(const struct bkey *where, struct bkey *k) in __bch_cut_back() 539 struct bkey *k) in bkey_to_cacheline_offset() 693 struct bkey *prev = NULL, *k = t->data->start; in bch_bset_build_written_tree() local 785 struct bkey *k) in bch_bset_fix_lookup_table() [all …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | hashmap.c | 13 static size_t hash_fn(const void *k, void *ctx) in hash_fn() 55 const void *oldk, *k = (const void *)(long)i; in test_hashmap_generic() local 94 long k = (long)entry->key; in test_hashmap_generic() local 107 const void *oldk, *k = (const void *)(long)i; in test_hashmap_generic() local 142 long k = (long)entry->key; in test_hashmap_generic() local 165 const void *oldk, *k; in test_hashmap_generic() local 201 const void *oldk, *k; in test_hashmap_generic() local 254 static size_t collision_hash_fn(const void *k, void *ctx) in collision_hash_fn() 336 void *k = (void *)0; in test_hashmap_empty() local
|
/linux/lib/ |
A D | klist.c | 84 void klist_init(struct klist *k, void (*get)(struct klist_node *), in klist_init() 94 static void add_head(struct klist *k, struct klist_node *n) in add_head() 101 static void add_tail(struct klist *k, struct klist_node *n) in add_tail() 108 static void klist_node_init(struct klist *k, struct klist_node *n) in klist_node_init() 122 void klist_add_head(struct klist_node *n, struct klist *k) in klist_add_head() 134 void klist_add_tail(struct klist_node *n, struct klist *k) in klist_add_tail() 148 struct klist *k = knode_klist(pos); in klist_add_behind() local 164 struct klist *k = knode_klist(pos); in klist_add_before() local 211 struct klist *k = knode_klist(n); in klist_put() local 280 void klist_iter_init_node(struct klist *k, struct klist_iter *i, in klist_iter_init_node() [all …]
|
/linux/include/asm-generic/ |
A 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()
|
A 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/crypto/ |
A D | aes_generic.c | 1147 #define f_rn(bo, bi, n, k) do { \ argument 1154 #define f_nround(bo, bi, k) do {\ argument 1162 #define f_rl(bo, bi, n, k) do { \ argument 1169 #define f_lround(bo, bi, k) do {\ argument 1217 #define i_rn(bo, bi, n, k) do { \ argument 1224 #define i_nround(bo, bi, k) do {\ argument 1232 #define i_rl(bo, bi, n, k) do { \ argument 1239 #define i_lround(bo, bi, k) do {\ argument
|
/linux/drivers/gpu/drm/amd/display/dc/calcs/ |
A D | dcn_calc_auto.c | 42 int k; in scaler_settings_calculation() local 125 int k; in mode_support_and_system_configuration() local 1020 int k; in display_pipe_configuration() local 1178 int k; in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() local
|
/linux/arch/alpha/include/asm/ |
A D | termios.h | 75 #define user_termios_to_kernel_termios(k, u) \ argument 78 #define kernel_termios_to_user_termios(u, k) \ argument 81 #define user_termios_to_kernel_termios_1(k, u) \ argument 84 #define kernel_termios_to_user_termios_1(u, k) \ argument
|
/linux/arch/sparc/include/asm/ |
A 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/tools/lib/ |
A D | bitmap.c | 10 int k, w = 0, lim = bits/BITS_PER_LONG; in __bitmap_weight() local 24 int k; in __bitmap_or() local 63 unsigned int k; in __bitmap_and() local 78 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local 93 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local
|
/linux/arch/parisc/include/asm/ |
A 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/arch/ia64/include/asm/ |
A 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/arch/mips/include/asm/ |
A 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/tools/testing/selftests/net/ |
A D | devlink_port_split.py | 105 def split(k, port, should_fail=False): argument 181 def create_split_group(port, k): argument 190 def split_unsplittable_port(port, k): argument 202 def split_splittable_port(port, k, lanes, dev): argument
|
/linux/fs/ubifs/ |
A D | key.h | 103 static inline void ino_key_init_flash(const struct ubifs_info *c, void *k, in ino_key_init_flash() 181 static inline void dent_key_init_flash(const struct ubifs_info *c, void *k, in dent_key_init_flash() 233 static inline void xent_key_init_flash(const struct ubifs_info *c, void *k, in xent_key_init_flash() 333 static inline int key_type_flash(const struct ubifs_info *c, const void *k) in key_type_flash() 345 static inline ino_t key_inum(const struct ubifs_info *c, const void *k) in key_inum() 357 static inline ino_t key_inum_flash(const struct ubifs_info *c, const void *k) in key_inum_flash() 380 static inline uint32_t key_hash_flash(const struct ubifs_info *c, const void *k) in key_hash_flash() 404 const void *k) in key_block_flash()
|
/linux/drivers/scsi/ |
A D | atp870u.c | 126 unsigned long adrcnt, k; in atp870u_intr_handle() local 984 unsigned short int i, k; in fun_scam() local 1018 unsigned char i, j, k; in tscam() local 1240 int j, k; in atp870u_free_tables() local 1256 int c,k; in atp870u_init_tables() local 1310 unsigned char k, host_id; in atp870_init() local 1362 unsigned char k, m, host_id; in atp880_init() local 1448 unsigned char k, m, c; in atp885_init() local 1646 unsigned char j, k, c; in atp870u_abort() local 1773 unsigned char i, j, k, rmb, n; in atp_is() local
|
/linux/arch/powerpc/kernel/ |
A D | cacheinfo.c | 135 static struct cache_index_dir *kobj_to_cache_index_dir(struct kobject *k) in kobj_to_cache_index_dir() 572 static ssize_t cache_index_show(struct kobject *k, struct attribute *attr, char *buf) in cache_index_show() 581 static struct cache *index_kobj_to_cache(struct kobject *k) in index_kobj_to_cache() 590 static ssize_t size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in size_show() 607 static ssize_t line_size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in line_size_show() 623 static ssize_t nr_sets_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in nr_sets_show() 639 static ssize_t associativity_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in associativity_show() 655 static ssize_t type_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in type_show() 667 static ssize_t level_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in level_show() 682 show_shared_cpumap(struct kobject *k, struct kobj_attribute *attr, char *buf, bool list) in show_shared_cpumap() [all …]
|
/linux/arch/ia64/kernel/ |
A 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/drivers/gpu/drm/amd/display/dc/dml/ |
A D | display_mode_vba.c | 181 unsigned int k; in get_total_immediate_flip_bw() local 194 unsigned int k; in get_total_prefetch_bw() local 391 unsigned int j, k; in fetch_pipe_params() local 844 unsigned int k; in PixelClockAdjustmentForProgressiveToInterlaceUnit() local 873 unsigned int k; in ModeSupportAndSystemConfiguration() local
|
/linux/include/linux/ |
A D | key.h | 492 #define key_validate(k) 0 argument 493 #define key_serial(k) 0 argument 494 #define key_get(k) ({ NULL; }) argument 495 #define key_revoke(k) do { } while(0) argument 496 #define key_invalidate(k) do { } while(0) argument 497 #define key_put(k) do { } while(0) argument 498 #define key_ref_put(k) do { } while(0) argument 499 #define make_key_ref(k, p) NULL argument 500 #define key_ref_to_ptr(k) NULL argument 501 #define is_key_possessed(k) 0 argument
|
/linux/arch/s390/include/asm/ |
A 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/arch/powerpc/crypto/ |
A D | sha1-spe-asm.S | 106 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument 130 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 156 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 180 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 208 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
|