Home
last modified time | relevance | path

Searched defs:k (Results 1 – 200 of 784) sorted by relevance

1234

/linux-4.4.14/include/asm-generic/
Dtermios.h70 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
77 struct ktermios *k) in kernel_termios_to_user_termios()
82 static inline int user_termios_to_kernel_termios_1(struct ktermios *k, in user_termios_to_kernel_termios_1()
89 struct ktermios *k) in kernel_termios_to_user_termios_1()
94 static inline int user_termios_to_kernel_termios(struct ktermios *k, in user_termios_to_kernel_termios()
101 struct ktermios *k) in kernel_termios_to_user_termios()
Dtermios-base.h65 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
69 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
72 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
73 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
Duaccess.h181 #define __put_user_fn(sz, u, k) __put_user_fn(sz, u, k) argument
243 #define __get_user_fn(sz, u, k) __get_user_fn(sz, u, k) argument
/linux-4.4.14/lib/
Dklist.c85 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 …]
Dbitmap.c48 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local
63 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_complement() local
86 unsigned k, lim = BITS_TO_LONGS(nbits); in __bitmap_shift_right() local
131 int k; in __bitmap_shift_left() local
156 unsigned int k; in __bitmap_and() local
172 unsigned int k; in __bitmap_or() local
183 unsigned int k; in __bitmap_xor() local
194 unsigned int k; in __bitmap_andnot() local
210 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local
225 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_subset() local
[all …]
Dinflate.c342 register int k; /* number of bits in current code */ in huft_build() local
603 register unsigned k; /* number of bits in bit buffer */ in inflate_codes() local
709 register unsigned k; /* number of bits in bit buffer */ in inflate_stored() local
845 register unsigned k; /* number of bits in bit buffer */ in inflate_dynamic() local
1040 register unsigned k; /* number of bits in bit buffer */ in inflate_block() local
1153 int k; /* byte being shifted into crc apparatus */ in makecrc() local
Dbch.c385 int k, pp = -1; in compute_error_locator_polynomial() local
437 int rem, c, r, p, k, param[m]; in solve_linear_system() local
512 int i, j, k; in find_affine4_roots() local
795 static void compute_trace_bk_mod(struct bch_control *bch, int k, in compute_trace_bk_mod()
838 static void factor_polynomial(struct bch_control *bch, int k, struct gf_poly *f, in factor_polynomial()
874 static int find_poly_roots(struct bch_control *bch, unsigned int k, in find_poly_roots()
919 const unsigned int k = 8*len+bch->ecc_bits; in chien_search() local
1054 const unsigned int k = 1 << deg(poly); in build_gf_tables() local
Dkobject.c767 void kset_init(struct kset *k) in kset_init()
809 int kset_register(struct kset *k) in kset_register()
829 void kset_unregister(struct kset *k) in kset_unregister()
849 struct kobject *k; in kset_find_obj() local
Doid_registry.c34 unsigned i, j, k, hash; in look_up_OID() local
Dtest_bpf.c95 __u32 k = ~0; in bpf_fill_maxinsns1() local
144 __u32 k = prandom_u32_state(&rnd); in bpf_fill_maxinsns3() local
392 int i = 0, j, k = 0; in bpf_fill_ld_abs_vlan_push_pop() local
Dts_kmp.c81 unsigned int k, q; in compute_prefix_tbl() local
/linux-4.4.14/drivers/md/bcache/
Dextents.c46 static bool __ptr_invalid(struct cache_set *c, const struct bkey *k) in __ptr_invalid()
67 static const char *bch_ptr_status(struct cache_set *c, const struct bkey *k) in bch_ptr_status()
96 void bch_extent_to_text(char *buf, size_t size, const struct bkey *k) in bch_extent_to_text()
125 static void bch_bkey_dump(struct btree_keys *keys, const struct bkey *k) in bch_bkey_dump()
148 bool __bch_btree_ptr_invalid(struct cache_set *c, const struct bkey *k) in __bch_btree_ptr_invalid()
165 static bool bch_btree_ptr_invalid(struct btree_keys *bk, const struct bkey *k) in bch_btree_ptr_invalid()
171 static bool btree_ptr_bad_expensive(struct btree *b, const struct bkey *k) in btree_ptr_bad_expensive()
203 static bool bch_btree_ptr_bad(struct btree_keys *bk, const struct bkey *k) in bch_btree_ptr_bad()
311 static void bch_subtract_dirty(struct bkey *k, in bch_subtract_dirty()
335 struct bkey *k = bch_btree_iter_next(iter); in bch_extent_insert_fixup() local
[all …]
Dbset.h236 static inline bool bkey_written(struct btree_keys *b, struct bkey *k) in bkey_written()
251 #define __set_bytes(i, k) (sizeof(*(i)) + (k) * sizeof(uint64_t)) argument
254 #define __set_blocks(i, k, block_bytes) \ argument
311 struct bkey *k, *end; member
338 #define for_each_key_filter(b, k, iter, filter) \ argument
342 #define for_each_key(b, k, iter) \ argument
390 static inline void bkey_init(struct bkey *k) in bkey_init()
408 static inline bool bch_cut_front(const struct bkey *where, struct bkey *k) in bch_cut_front()
414 static inline bool bch_cut_back(const struct bkey *where, struct bkey *k) in bch_cut_back()
435 static inline bool bch_ptr_invalid(struct btree_keys *b, const struct bkey *k) in bch_ptr_invalid()
[all …]
Dbtree.c93 #define PTR_HASH(c, k) \ argument
178 void bkey_put(struct cache_set *c, struct bkey *k) in bkey_put()
581 static unsigned btree_order(struct bkey *k) in btree_order()
586 static void mca_data_alloc(struct btree *b, struct bkey *k, gfp_t gfp) in mca_data_alloc()
601 struct bkey *k, gfp_t gfp) in mca_bucket_alloc()
818 static struct hlist_head *mca_hash(struct cache_set *c, struct bkey *k) in mca_hash()
823 static struct btree *mca_find(struct cache_set *c, struct bkey *k) in mca_find()
853 struct bkey *k) in mca_cannibalize()
889 struct bkey *k, int level) in mca_alloc()
969 struct bkey *k, int level, bool write, in bch_btree_node_get()
[all …]
Dbset.c21 struct bkey *k, *next; in bch_dump_bset() local
56 struct bkey *k; in __bch_count_data() local
67 struct bkey *k, *p = NULL; in __bch_check_keys() local
111 struct bkey *k = iter->data->k, *next = bkey_next(k); in bch_btree_iter_next_check() local
158 struct bkey *k = l->keys; in bch_keylist_pop() local
193 bool __bch_cut_front(const struct bkey *where, struct bkey *k) in __bch_cut_front()
213 bool __bch_cut_back(const struct bkey *where, struct bkey *k) in __bch_cut_back()
509 static unsigned bkey_to_cacheline(struct bset_tree *t, struct bkey *k) in bkey_to_cacheline()
516 struct bkey *k) in bkey_to_cacheline_offset()
547 static inline unsigned bfloat_mantissa(const struct bkey *k, in bfloat_mantissa()
[all …]
Dalloc.c453 void bch_bucket_free(struct cache_set *c, struct bkey *k) in bch_bucket_free()
463 struct bkey *k, int n, bool wait) in __bch_bucket_alloc_set()
496 struct bkey *k, int n, bool wait) in bch_bucket_alloc_set()
571 bool bch_alloc_sectors(struct cache_set *c, struct bkey *k, unsigned sectors, in bch_alloc_sectors()
689 struct task_struct *k = kthread_run(bch_allocator_thread, in bch_cache_allocator_start() local
Djournal.c269 struct bkey *k; in bch_journal_mark() local
315 struct bkey *k; in bch_journal_replay() local
469 struct bkey *k = &c->journal.key; in journal_reclaim() local
585 struct bkey *k = &c->journal.key; in journal_write_unlocked() local
Dwriteback.c324 static bool dirty_pred(struct keybuf *buf, struct bkey *k) in dirty_pred()
477 struct bkey *k) in sectors_dirty_init_fn()
Drequest.c39 static void bio_csum(struct bio *bio, struct bkey *k) in bio_csum()
215 struct bkey *k; in bch_data_insert_start() local
366 static struct hlist_head *iohash(struct cached_dev *dc, uint64_t k) in iohash()
508 static int cache_lookup_fn(struct btree_op *op, struct btree *b, struct bkey *k) in cache_lookup_fn()
Dsysfs.c447 struct bkey *k; in bch_root_usage() local
672 static void bch_cache_set_internal_release(struct kobject *k) in bch_cache_set_internal_release()
Dio.c47 struct bkey *k, unsigned ptr) in bch_submit_bbio()
Dsuper.c337 struct bkey *k, struct closure *parent) in uuid_io()
378 struct bkey *k = &j->uuid_bucket; in uuid_read() local
1553 struct bkey *k; in run_cache_set() local
1930 static ssize_t register_bcache(struct kobject *k, struct kobj_attribute *attr, in register_bcache()
/linux-4.4.14/arch/sparc/include/asm/
Dtermios.h66 #define user_termios_to_kernel_termios(k, u) \ argument
87 #define kernel_termios_to_user_termios(u, k) \ argument
108 #define user_termios_to_kernel_termios_1(k, u) \ argument
127 #define kernel_termios_to_user_termios_1(u, k) \ argument
/linux-4.4.14/arch/m32r/include/asm/
Dtermios.h46 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
48 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-4.4.14/arch/parisc/include/asm/
Dtermios.h46 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
48 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-4.4.14/arch/cris/include/asm/
Dtermios.h46 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
48 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-4.4.14/arch/ia64/include/asm/
Dtermios.h52 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
53 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
54 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
55 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux-4.4.14/arch/mips/include/asm/
Dtermios.h81 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-4.4.14/crypto/
Daes_generic.c1300 #define f_rn(bo, bi, n, k) do { \ argument
1307 #define f_nround(bo, bi, k) do {\ argument
1315 #define f_rl(bo, bi, n, k) do { \ argument
1322 #define f_lround(bo, bi, k) do {\ argument
1372 #define i_rn(bo, bi, n, k) do { \ argument
1379 #define i_nround(bo, bi, k) do {\ argument
1387 #define i_rl(bo, bi, n, k) do { \ argument
1394 #define i_lround(bo, bi, k) do {\ argument
Dgf128mul.c269 int i, j, k; in gf128mul_init_64k_lle() local
311 int i, j, k; in gf128mul_init_64k_bbe() local
405 int j, k; in gf128mul_init_4k_lle() local
427 int j, k; in gf128mul_init_4k_bbe() local
Dtwofish_common.c549 #define CALC_K(a, j, k, l, m, n) \ argument
562 #define CALC_K192(a, j, k, l, m, n) \ argument
575 #define CALC_K256(a, j, k, l, m, n) \ argument
586 int i, j, k; in __twofish_setkey() local
Dmd4.c63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
Dfcrypt.c66 #define ror56_64(k, n) \ argument
311 u64 k; /* k holds all 56 non-parity bits */ in fcrypt_setkey() local
Dcast5_generic.c412 static void key_schedule(u32 *x, u32 *z, u32 *k) in key_schedule()
493 u32 k[16]; in cast5_setkey() local
Dserpent_generic.c235 u32 *k = ctx->expkey; in __serpent_setkey() local
447 const u32 *k = ctx->expkey; in __serpent_encrypt() local
512 const u32 *k = ctx->expkey; in __serpent_decrypt() local
Darc4.c33 int i, j = 0, k = 0; in arc4_set_key() local
Dsalsa20_generic.c107 static void salsa20_keysetup(struct salsa20_ctx *ctx, const u8 *k, u32 kbytes) in salsa20_keysetup()
/linux-4.4.14/include/linux/
Dkey.h355 #define key_validate(k) 0 argument
356 #define key_serial(k) 0 argument
357 #define key_get(k) ({ NULL; }) argument
358 #define key_revoke(k) do { } while(0) argument
359 #define key_invalidate(k) do { } while(0) argument
360 #define key_put(k) do { } while(0) argument
361 #define key_ref_put(k) do { } while(0) argument
362 #define make_key_ref(k, p) NULL argument
363 #define key_ref_to_ptr(k) NULL argument
364 #define is_key_possessed(k) 0 argument
Djhash.h73 const u8 *k = key; in jhash() local
117 static inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2()
Dkobject.h187 static inline struct kset *kset_get(struct kset *k) in kset_get()
192 static inline void kset_put(struct kset *k) in kset_put()
Dmempolicy.h158 static inline void check_highest_zone(enum zone_type k) in check_highest_zone()
277 static inline void check_highest_zone(int k) in check_highest_zone()
Dzutil.h84 int k; in zlib_adler32() local
/linux-4.4.14/drivers/scsi/
Datp870u.c55 unsigned long adrcnt, k; in atp870u_intr_handle() local
1000 unsigned short int i, k; in fun_scam() local
1042 unsigned char i, j, k; in tscam() local
1294 unsigned char i, j, k, rmb, n; in is870() local
1820 unsigned char i, j, k, rmb, n, lvdmode; in is880() local
2514 int j, k; in atp870u_free_tables() local
2528 int c,k; in atp870u_init_tables() local
2566 unsigned char k, m, c; in atp870u_probe() local
3056 unsigned char j, k, c; in atp870u_abort() local
3219 unsigned char i, j, k, rmb, n, lvdmode; in is885() local
Dsg.c585 int mxsize, cmd_size, k; in sg_write() local
695 int k; in sg_new_write() local
767 int k, at_head; in sg_common_write() local
1202 int k, length; in sg_vma_fault() local
1242 int k, length; in sg_mmap() local
1406 u32 k; in sg_alloc() local
1827 int ret_sz = 0, i, k, rem_sz, num, mx_sc_elems; in sg_build_indirect() local
1915 int k; in sg_remove_scat() local
1935 int k, num; in sg_read_oxfer() local
1987 int k, num, rem; in sg_link_reserve() local
[all …]
Dppa.c180 int k; in ppa_wait() local
420 int k; in ppa_select() local
495 int k; in ppa_send_command() local
564 unsigned long k = dev->recon_tmo; in ppa_completion() local
881 int loop, old_mode, status, k, ppb = dev->base; in device_check() local
Du14-34f.c1085 unsigned int j = 0, k; in u14_34f_detect() local
1114 unsigned int k, pci_dir; in map_dma() local
1198 unsigned int k; in scsi_to_dev_dir() local
1251 unsigned int i, j, k; in u14_34f_queuecommand_lck() local
1396 unsigned int i, j, k, c, limit = 0; in u14_34f_eh_host_reset() local
1555 unsigned int i, j, k, y; in sort() local
1582 unsigned int k, n; in reorder() local
1682 unsigned int k, n, n_ready = 0, il[MAX_MAILBOXES]; in flush_dev() local
1721 unsigned int i, k, c, status, tstatus, reg, ret; in ihdlr() local
Dscsi_debug.c816 int k; in check_readiness() local
1548 int k, alloc_len; in resp_readcap16() local
1672 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local
2008 int k, alloc_len, msense_6, offset, len, target_dev_id; in resp_mode_sense() local
3480 int k, retval; in sdebug_q_cmd_complete() local
3540 int k, retval; in sdebug_q_cmd_hrt_complete() local
3662 int k, qmax, r_qmax; in stop_queued_cmnd() local
3707 int k; in stop_all_queued() local
3747 int k; in free_all_queued() local
3799 int k = 0; in scsi_debug_target_reset() local
[all …]
Deata.c1515 unsigned int addr, k; in add_pci_ports() local
1551 unsigned int j = 0, k; in eata2x_detect() local
1600 unsigned int k, pci_dir; in map_dma() local
1695 unsigned int k; in scsi_to_dev_dir() local
1753 unsigned int i, k; in eata2x_queuecommand_lck() local
1901 unsigned int i, time, k, c, limit = 0; in eata2x_eh_host_reset() local
2070 unsigned int i, j, k, y; in sort() local
2103 unsigned int k, n; in reorder() local
2243 unsigned int k, n, n_ready = 0, il[MAX_MAILBOXES]; in flush_dev() local
2287 unsigned int i, k, c, status, tstatus, reg; in ihdlr() local
Dimm.c172 int k; in imm_wait() local
540 int k; in imm_select() local
601 int k; in imm_send_command() local
1009 int loop, old_mode, status, k, ppb = dev->base; in device_check() local
Dconstants.c264 int arr_sz, k; in scsi_opcode_sa_name() local
1266 int k; in scsi_mlreturn_string() local
Dqlogicfas408.c183 int k; in ql_wai() local
262 unsigned long k; in ql_pcmd() local
Dscsi_common.c198 int add_sen_len, add_len, desc_len, k; in scsi_sense_desc_find() local
Dscsi_logging.c200 int len, k; in __scsi_format_command() local
222 int k; in scsi_print_command() local
/linux-4.4.14/fs/ubifs/
Dkey.h109 static inline void ino_key_init_flash(const struct ubifs_info *c, void *k, in ino_key_init_flash()
187 static inline void dent_key_init_flash(const struct ubifs_info *c, void *k, in dent_key_init_flash()
238 static inline void xent_key_init_flash(const struct ubifs_info *c, void *k, in xent_key_init_flash()
338 static inline int key_type_flash(const struct ubifs_info *c, const void *k) in key_type_flash()
350 static inline ino_t key_inum(const struct ubifs_info *c, const void *k) in key_inum()
362 static inline ino_t key_inum_flash(const struct ubifs_info *c, const void *k) in key_inum_flash()
385 static inline uint32_t key_hash_flash(const struct ubifs_info *c, const void *k) in key_hash_flash()
409 const void *k) in key_block_flash()
/linux-4.4.14/arch/s390/include/asm/
Dtermios.h20 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
21 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
/linux-4.4.14/arch/mn10300/include/uapi/asm/
Dtermios.h74 #define user_termios_to_kernel_termios(k, u) \ argument
76 #define kernel_termios_to_user_termios(u, k) \ argument
78 #define user_termios_to_kernel_termios_1(k, u) \ argument
80 #define kernel_termios_to_user_termios_1(u, k) \ argument
/linux-4.4.14/drivers/clk/sunxi/
Dclk-sun9i-core.c36 u8 *n_ret, u8 *k, u8 *m_ret, u8 *p_ret) in sun9i_a80_get_pll4_factors()
115 u8 *n, u8 *k, u8 *m, u8 *p) in sun9i_a80_get_gt_factors()
180 u8 *n, u8 *k, u8 *m, u8 *p) in sun9i_a80_get_ahb_factors()
266 u8 *n, u8 *k, u8 *m, u8 *p) in sun9i_a80_get_apb1_factors()
Dclk-sunxi.c250 u8 *n, u8 *k, u8 *m, u8 *p) in sun4i_get_pll1_factors()
301 u8 *n, u8 *k, u8 *m, u8 *p) in sun6i_a31_get_pll1_factors()
386 u8 *n, u8 *k, u8 *m, u8 *p) in sun8i_a23_get_pll1_factors()
434 u8 *n, u8 *k, u8 *m, u8 *p) in sun4i_get_pll5_factors()
466 u8 *n, u8 *k, u8 *m, u8 *p) in sun6i_a31_get_pll6_factors()
492 u8 *n, u8 *k, u8 *m, u8 *p) in sun5i_a13_get_ahb_factors()
531 u8 *n, u8 *k, u8 *m, u8 *p) in sun4i_get_apb1_factors()
575 u8 *n, u8 *k, u8 *m, u8 *p) in sun7i_a20_get_out_factors()
Dclk-sun8i-mbus.c30 u8 *n, u8 *k, u8 *m, u8 *p) in sun8i_a23_get_mbus_factors()
Dclk-factors.c47 u8 n = 1, k = 0, p = 0, m = 0; in clk_factors_recalc_rate() local
123 u8 n = 0, k = 0, m = 0, p = 0; in clk_factors_set_rate() local
/linux-4.4.14/tools/perf/util/
Dbitmap.c12 int k, w = 0, lim = bits/BITS_PER_LONG; in __bitmap_weight() local
26 int k; in __bitmap_or() local
Dalias.c6 static int alias_lookup_cb(const char *k, const char *v, in alias_lookup_cb()
/linux-4.4.14/arch/alpha/include/asm/
Dtermios.h74 #define user_termios_to_kernel_termios(k, u) \ argument
77 #define kernel_termios_to_user_termios(u, k) \ argument
/linux-4.4.14/arch/powerpc/crypto/
Dsha1-spe-asm.S111 #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-4.4.14/arch/powerpc/kernel/
Dcacheinfo.c133 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-4.4.14/arch/ia64/kernel/
Dsignal.c35 # define PUT_SIGSET(k,u) __copy_to_user((u)->sig, (k)->sig, sizeof(sigset_t)) argument
36 # define GET_SIGSET(k,u) __copy_from_user((k)->sig, (u)->sig, sizeof(sigset_t)) argument
38 # define PUT_SIGSET(k,u) __put_user((k)->sig[0], &(u)->sig[0]) argument
39 # define GET_SIGSET(k,u) __get_user((k)->sig[0], &(u)->sig[0]) argument
/linux-4.4.14/drivers/spi/
Dspi-sh-msiof.c214 int k; in sh_msiof_modify_ctr_wait() local
259 size_t k; in sh_msiof_spi_set_clk_regs() local
381 int k; in sh_msiof_spi_write_fifo_8() local
391 int k; in sh_msiof_spi_write_fifo_16() local
401 int k; in sh_msiof_spi_write_fifo_16u() local
411 int k; in sh_msiof_spi_write_fifo_32() local
421 int k; in sh_msiof_spi_write_fifo_32u() local
431 int k; in sh_msiof_spi_write_fifo_s32() local
441 int k; in sh_msiof_spi_write_fifo_s32u() local
451 int k; in sh_msiof_spi_read_fifo_8() local
[all …]
/linux-4.4.14/include/linux/input/
Dmatrix_keypad.h15 #define KEY_ROW(k) (((k) >> 24) & 0xff) argument
16 #define KEY_COL(k) (((k) >> 16) & 0xff) argument
17 #define KEY_VAL(k) ((k) & 0xffff) argument
/linux-4.4.14/kernel/
Dkthread.c59 static inline struct kthread *to_kthread(struct task_struct *k) in to_kthread()
64 static struct kthread *to_live_kthread(struct task_struct *k) in to_live_kthread()
400 static void __kthread_unpark(struct task_struct *k, struct kthread *kthread) in __kthread_unpark()
424 void kthread_unpark(struct task_struct *k) in kthread_unpark()
445 int kthread_park(struct task_struct *k) in kthread_park()
479 int kthread_stop(struct task_struct *k) in kthread_stop()
Daudit.h286 #define audit_to_watch(k, p, l, o) (-EINVAL) argument
287 #define audit_add_watch(k, l) (-EINVAL) argument
288 #define audit_remove_watch_rule(k) BUG() argument
292 #define audit_alloc_mark(k, p, l) (ERR_PTR(-EINVAL)) argument
295 #define audit_remove_mark_rule(k) argument
Drange.c126 int i, j, k = az - 1, nr_range = az; in clean_sort_range() local
/linux-4.4.14/include/uapi/linux/
Dfilter.h27 __u32 k; /* Generic multiuse field */ member
48 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument
51 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
Dbcache.h55 static inline __u64 KEY_OFFSET(const struct bkey *k) in KEY_OFFSET()
60 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v) in SET_KEY_OFFSET()
82 #define KEY_START(k) (KEY_OFFSET(k) - KEY_SIZE(k)) argument
83 #define START_KEY(k) KEY(KEY_INODE(k), KEY_START(k), 0) argument
98 static inline unsigned long bkey_u64s(const struct bkey *k) in bkey_u64s()
103 static inline unsigned long bkey_bytes(const struct bkey *k) in bkey_bytes()
116 static inline struct bkey *bkey_next(const struct bkey *k) in bkey_next()
122 static inline struct bkey *bkey_idx(const struct bkey *k, unsigned nr_keys) in bkey_idx()
Dgsmmux.h19 unsigned int k; member
/linux-4.4.14/drivers/net/wireless/orinoco/
Dhermes.c108 int k = CMD_BUSY_TIMEOUT; in hermes_issue_cmd() local
139 int k; in hermes_doicmd_wait() local
202 int k; in hermes_init() local
256 int k; in hermes_docmd_wait() local
319 int k; in hermes_allocate() local
370 int k; in hermes_bap_seek() local
/linux-4.4.14/arch/sh/kernel/
Dio_trapped.c49 int k, n; in register_trapped_io() local
117 int k, len; in match_trapped_io_handler() local
171 int k; in lookup_address() local
/linux-4.4.14/drivers/block/paride/
Dfriq.c79 { int h, l, k, ph; in friq_read_block_int() local
139 { int k; in friq_write_block() local
185 { int j, k, r; in friq_test_proto() local
Depia.c138 { int k, ph, a, b; in epia_read_block() local
198 { int ph, k, last, d; in epia_write_block() local
239 { int j, k, f; in epia_test_proto() local
Dfrpw.c76 { int h, l, k, ph; in frpw_read_block_int() local
142 { int k; in frpw_write_block() local
226 { int j, k, r; in frpw_test_proto() local
Depat.c99 { int k, ph, a, b; in epat_read_block() local
164 { int ph, k; in epat_write_block() local
253 { int k, j, f, cc; in epat_test_proto() local
Dktti.c56 { int k, a, b; in ktti_read_block() local
69 { int k; in ktti_write_block() local
Dfit2.c66 { int k, a, b, c, d; in fit2_read_block() local
92 { int k; in fit2_write_block() local
Dpt.c397 int k, e, s; in pt_poll_dsc() local
454 int i, k, flg; in pt_reset() local
487 int k, p; in pt_ready_wait() local
506 int j, k, l; in xs() local
520 int v, k; in xn() local
770 int k, n, r, p, s, t, b; in pt_read() local
867 int k, n, r, p, s, t, b; in pt_write() local
Don20.c89 { int k, l, h; in on20_read_block() local
106 { int k; in on20_write_block() local
Daten.c72 { int k, a, b, c, d; in aten_read_block() local
100 { int k; in aten_write_block() local
Dfit3.c97 { int k, a, b, c, d; in fit3_read_block() local
136 { int k; in fit3_write_block() local
Ddstr.c117 { int k, a, b; in dstr_read_block() local
159 { int k; in dstr_write_block() local
Don26.c188 { int k, a, b; in on26_read_block() local
237 { int k; in on26_write_block() local
Dparide.c172 int j, k; in default_test_proto() local
212 int k; in paride_register() local
354 int p, k, s, e; in pi_init() local
Dkbic.c136 { int k, a, b; in kbic_read_block() local
194 { int k; in kbic_write_block() local
Dpg.c322 int k; in pg_command() local
390 int i, k, err; in pg_reset() local
425 int k; in xs() local
481 int k, unit; in pg_detect() local
Dpcd.c411 int r, d, p, n, k, j; in pcd_completion() local
541 int i, k, flg; in pcd_reset() local
579 int k, p; in pcd_ready_wait() local
610 int k, s; in pcd_identify() local
688 int k, unit; in pcd_detect() local
Dpf.c538 int i, k, flg; in pf_reset() local
582 int j, k, l; in xs() local
596 int v, k; in xl() local
702 int k, unit; in pf_detect() local
Dparide.h118 static inline u16 pi_swab16( char *b, int k) in pi_swab16()
126 static inline u32 pi_swab32( char *b, int k) in pi_swab32()
Dcomm.c151 { int k; in comm_write_block() local
/linux-4.4.14/fs/ncpfs/
Dncplib_kernel.h141 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(S,m,i,n,k,U) argument
142 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(S,m,i,n,k,U) argument
154 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(m,i,n,k,U) argument
155 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(m,i,n,k,U) argument
/linux-4.4.14/drivers/hwmon/
Dads1015.c168 int k; in ads1015_remove() local
236 unsigned int k; in ads1015_get_channels_config() local
265 unsigned int k; in ads1015_probe() local
/linux-4.4.14/sound/soc/pxa/
Dhx4700.c89 struct snd_kcontrol *k, int event) in hx4700_spk_power()
96 struct snd_kcontrol *k, int event) in hx4700_hp_power()
Dmagician.c335 struct snd_kcontrol *k, int event) in magician_spk_power()
342 struct snd_kcontrol *k, int event) in magician_hp_power()
349 struct snd_kcontrol *k, int event) in magician_mic_bias()
Dcorgi.c204 struct snd_kcontrol *k, int event) in corgi_amp_event()
211 struct snd_kcontrol *k, int event) in corgi_mic_event()
Dtosa.c137 struct snd_kcontrol *k, int event) in tosa_hp_event()
/linux-4.4.14/sound/soc/omap/
Domap3pandora.c80 struct snd_kcontrol *k, int event) in omap3pandora_dac_event()
106 struct snd_kcontrol *k, int event) in omap3pandora_hp_event()
Dn810.c200 struct snd_kcontrol *k, int event) in n810_spk_event()
211 struct snd_kcontrol *k, int event) in n810_jack_event()
Drx51.c155 struct snd_kcontrol *k, int event) in rx51_spk_event()
168 struct snd_kcontrol *k, int event) in rx51_hp_event()
/linux-4.4.14/drivers/staging/wlan-ng/
Dp80211wep.c149 u32 i, j, k, crc, keylen; in wep_decrypt() local
222 u32 i, j, k, crc, keylen; in wep_encrypt() local
/linux-4.4.14/arch/sh/mm/
Dconsistent.c73 int k; in dma_generic_free_coherent() local
114 int k = strlen(name); in memchunk_cmdline_override() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv30.c66 calc_bias(struct nvkm_fb *fb, int k, int i, int j) in calc_bias()
78 calc_ref(struct nvkm_fb *fb, int l, int k, int i) in calc_ref()
/linux-4.4.14/drivers/net/hamradio/
Dscc.c342 int k; in flush_rx_FIFO() local
635 int k; in scc_isr() local
1090 int k; in is_grouped() local
1461 int chip, k; in z8530_init() local
1976 int k; in scc_net_seq_idx() local
1995 unsigned k; in scc_net_seq_next() local
2132 int k; in scc_cleanup_driver() local
/linux-4.4.14/arch/arm/mach-shmobile/
Dpm-rcar.c57 int k; in rcar_sysc_pwr_on_off() local
91 int k; in rcar_sysc_power() local
Dplatsmp-apmu.c58 int k; in apmu_power_off_poll() local
92 int k; in apmu_parse_cfg() local
Dplatsmp-scu.c82 int k; in shmobile_smp_scu_cpu_kill() local
/linux-4.4.14/sound/soc/codecs/
Drl6231.c98 int k; member
122 int i, k, red, n_t, pll_out, in_t, out_t; in rl6231_pll_calc() local
Dsn95031.c274 struct snd_kcontrol *k, int event) in sn95031_dmic12_event()
292 struct snd_kcontrol *k, int event) in sn95031_dmic34_event()
310 struct snd_kcontrol *k, int event) in sn95031_dmic56_event()
Dmax98088.c689 struct snd_kcontrol *k, int event) in max98088_pga_ina1_event()
695 struct snd_kcontrol *k, int event) in max98088_pga_ina2_event()
701 struct snd_kcontrol *k, int event) in max98088_pga_inb1_event()
707 struct snd_kcontrol *k, int event) in max98088_pga_inb2_event()
Dwm8978.c404 u32 k; member
415 unsigned int k, n_div, n_mod; in pll_factors() local
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_93cx6.c159 u_int k = 0; in ahc_read_seeprom() local
233 int i, k; in ahc_write_seeprom() local
/linux-4.4.14/arch/s390/kernel/
Dptrace.c885 unsigned long *k = kbuf; in s390_regs_get() local
914 const unsigned long *k = kbuf; in s390_regs_set() local
999 unsigned long *k = kbuf; in s390_last_break_get() local
1207 compat_ulong_t *k = kbuf; in s390_compat_regs_get() local
1236 const compat_ulong_t *k = kbuf; in s390_compat_regs_set() local
1271 compat_ulong_t *k = kbuf; in s390_compat_regs_high_get() local
1300 const compat_ulong_t *k = kbuf; in s390_compat_regs_high_set() local
1332 unsigned long *k = kbuf; in s390_compat_last_break_get() local
/linux-4.4.14/sound/pci/ctxfi/
Dctresource.c30 int i, j, k, n; in get_resource() local
64 unsigned int i, j, k, n; in put_resource() local
/linux-4.4.14/crypto/asymmetric_keys/
Drsa.c163 static int RSA_verify(const u8 *H, const u8 *EM, size_t k, size_t hash_size, in RSA_verify()
220 size_t k; in RSA_verify_signature() local
/linux-4.4.14/drivers/mtd/tests/
Dsubpagetest.c94 int err = 0, k; in write_eraseblock2() local
194 int err = 0, k; in verify_eraseblock2() local
Dspeedtest.c182 uint64_t k; in calc_speed() local
195 int err, i, blocks, j, k; in mtd_speedtest_init() local
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmem.c50 int i, k; in mlx5_ib_cont_pages() local
157 int i, k; in __mlx5_ib_populate_pas() local
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_isr.c356 int k = CSIO_EXTRA_VECS; in csio_add_msix_desc() local
383 int rv, i, j, k = 0; in csio_request_irqs() local
502 int i, j, k, n, min, cnt; in csio_enable_msix() local
/linux-4.4.14/sound/pci/mixart/
Dmixart_hwdep.c143 u32 k; in mixart_enum_connectors() local
261 u32 k; in mixart_enum_physio() local
317 u32 k; in mixart_first_init() local
/linux-4.4.14/drivers/pinctrl/sh-pfc/
Dcore.c182 unsigned int k; in sh_pfc_config_reg_helper() local
230 unsigned int k = 0; in sh_pfc_get_config_reg() local
276 unsigned int k; in sh_pfc_mark_to_enum() local
/linux-4.4.14/drivers/tty/vt/
Dconsolemap.c213 int i, j, k, glyph; in set_inverse_trans_unicode() local
436 int i, j, k; in con_unify_unimap() local
556 int j, k; in con_set_unimap() local
739 int i, j, k, ect; in con_get_unimap() local
/linux-4.4.14/include/crypto/
Dtwofish.h17 u32 s[4][256], w[8], k[32]; member
/linux-4.4.14/drivers/mtd/
Dssfdc.c80 int k; in get_chs() local
108 int ret, k, cis_sector; in get_valid_cis_sector() local
188 int k; in get_parity() local
/linux-4.4.14/arch/sh/kernel/cpu/shmobile/
Dcpuidle.c34 int k; in cpuidle_sleep_enter() local
/linux-4.4.14/arch/x86/entry/vdso/
Dvdso2c.h86 int k; in BITSFUNC() local
/linux-4.4.14/arch/mips/sibyte/bcm1480/
Dirq.c94 int i = 0, old_cpu, cpu, int_on, k; in bcm1480_set_affinity() local
157 int k; in ack_bcm1480_irq() local
/linux-4.4.14/drivers/acpi/acpica/
Dutownerid.c68 u32 k; in acpi_ut_allocate_owner_id() local
Dexconvrt.c291 u32 k = 0; in acpi_ex_convert_to_ascii() local
/linux-4.4.14/fs/minix/
Dbitmap.c46 int k = sb->s_blocksize_bits + 3; in minix_free_block() local
187 int k = sb->s_blocksize_bits + 3; in minix_free_inode() local
Ditree_common.c223 int k, err; in find_shared() local
352 int k = sb->s_blocksize_bits - 10; in nblocks() local
/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_core.c742 int k; in dsp_function() local
788 int k; in dsp_function() local
Ddsp_dtmf.c124 int k, n, i; in dsp_dtmf_goertzel_decode() local
/linux-4.4.14/sound/soc/tegra/
Dtegra_wm8903.c129 struct snd_kcontrol *k, int event) in tegra_wm8903_event_int_spk()
145 struct snd_kcontrol *k, int event) in tegra_wm8903_event_hp()
/linux-4.4.14/drivers/input/keyboard/
Dsh_keysc.c78 int k; in sh_keysc_map_dbg() local
95 int i, k, n; in sh_keysc_isr() local
/linux-4.4.14/drivers/edac/
Dedac_device_sysfs.c23 #define to_edacdev(k) container_of(k, struct edac_device_ctl_info, kobj) argument
113 #define to_ctl_info(k) container_of(k, struct edac_device_ctl_info, kobj) argument
329 #define to_instance(k) container_of(k, struct edac_device_instance, kobj) argument
415 #define to_block(k) container_of(k, struct edac_device_block, kobj) argument
Dedac_mc_sysfs.c145 #define to_csrow(k) container_of(k, struct csrow_info, dev) argument
163 #define to_channel(k) (container_of(k, struct dev_ch_attribute, attr)->channel) argument
475 #define to_dimm(k) container_of(k, struct dimm_info, dev) argument
627 #define to_mci(k) container_of(k, struct mem_ctl_info, dev) argument
/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.c47 #define SCRATCH_OFF(k) (SCRATCH_SP_OFFSET + 4 * (k)) argument
50 #define SEEN_MEM_WORD(k) (1 << (k)) argument
277 static u16 imm_offset(u32 k, struct jit_ctx *ctx) in imm_offset()
519 u32 k; in build_body() local
/linux-4.4.14/lib/raid6/
Dmktables.c58 int i, j, k; in main() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv10.c41 int i, j, k; in nv10_devinit_meminit() local
/linux-4.4.14/sound/pci/asihpi/
Dhpidebug.c62 int k; in hpi_debug_data() local
/linux-4.4.14/scripts/mod/
Dsumversion.c67 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
68 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument
69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
/linux-4.4.14/fs/hpfs/
Dalloc.c160 unsigned k = le32_to_cpu(bmp[i-1]); in alloc_in_bmp() local
367 unsigned k; in hpfs_check_free_dnodes() local
388 u32 k; in hpfs_check_free_dnodes() local
/linux-4.4.14/samples/bpf/
Dtracex3_kern.c35 #define S(k) if (n >= (1ull << k)) { i += k; n >>= k; } in log2l() argument
/linux-4.4.14/drivers/irqchip/
Dirq-renesas-irqc.c150 int k; in irqc_probe() local
266 int k; in irqc_remove() local
/linux-4.4.14/fs/squashfs/
Dzlib_wrapper.c69 int zlib_err, zlib_init = 0, k = 0; in zlib_uncompress() local
Dblock.c97 int bytes, compressed, b = 0, k = 0, avail, i; in squashfs_read_data() local
Dxz_wrapper.c137 int avail, total = 0, k = 0; in squashfs_xz_uncompress() local
/linux-4.4.14/arch/sparc/kernel/
Dptrace_32.c55 unsigned long *k = kbuf; in genregs32_get() local
133 const unsigned long *k = kbuf; in genregs32_set() local
/linux-4.4.14/net/ceph/
Dceph_hash.c25 const unsigned char *k = (const unsigned char *)str; in ceph_str_hash_rjenkins() local
/linux-4.4.14/sound/pci/emu10k1/
Dvoice.c52 int i, j, k, first_voice, last_voice, skip; in voice_alloc() local
/linux-4.4.14/scripts/
Dpnmtologo.c313 unsigned int i, j, k; in write_logo_vga16() local
353 unsigned int i, j, k; in write_logo_clut224() local
/linux-4.4.14/arch/microblaze/include/asm/
Dcpuinfo.h21 const unsigned k; member
28 const unsigned k; member
/linux-4.4.14/include/linux/mmc/
Dsh_mmcif.h137 int k; in sh_mmcif_boot_do_read_single() local
161 unsigned long k; in sh_mmcif_boot_do_read() local
/linux-4.4.14/drivers/cpuidle/
Dsysfs.c333 #define kobj_to_state_obj(k) container_of(k, struct cpuidle_state_kobj, kobj) argument
334 #define kobj_to_state(k) (kobj_to_state_obj(k)->state) argument
335 #define kobj_to_state_usage(k) (kobj_to_state_obj(k)->state_usage) argument
444 #define kobj_to_driver_kobj(k) container_of(k, struct cpuidle_driver_kobj, kobj) argument
/linux-4.4.14/tools/perf/tests/
Dkmod-path.c46 #define T(path, an, ae, k, c, n, e) \ argument
/linux-4.4.14/drivers/sh/intc/
Daccess.c17 int k; in intc_phys_to_virt() local
41 unsigned int k; in intc_get_reg() local
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dcapidtmf.c253 dword k; in capidtmf_goertzel_result() local
466 word i, j, k, flags; in capidtmf_recv_indication() local
/linux-4.4.14/fs/reiserfs/
Dhashes.c46 u32 k[] = { 0x9464a485, 0x542e1a94, 0x3e846bff, 0xb75bcfc3 }; in keyed_hash() local
/linux-4.4.14/scripts/selinux/genheaders/
Dgenheaders.c43 int i, j, k; in main() local
/linux-4.4.14/drivers/video/fbdev/
Dmaxinefb.c78 register unsigned int j, k; in maxinefb_ims332_read_register() local
/linux-4.4.14/sound/soc/intel/atom/
Dsst-atom-controls.c526 struct snd_kcontrol *k, int event) in sst_generic_modules_event()
612 struct snd_kcontrol *k, int event) in sst_swm_mixer_event()
957 struct snd_kcontrol *k, int event) in sst_set_be_modules()
975 struct snd_kcontrol *k, int event) in sst_set_media_path()
1012 struct snd_kcontrol *k, int event) in sst_set_media_loop()
/linux-4.4.14/drivers/scsi/libsas/
Dsas_phy.c141 int k; in sas_register_phys() local
/linux-4.4.14/tools/thermal/tmon/
Dsysfs.c292 int i, j, n, k = 0; in scan_tzones() local
350 int i, n, k = 0; in scan_cdevs() local
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Dhfcsusb.c953 int k; in fill_isoc_urb() local
977 int k, len, errcode, offset, num_isoc_packets, fifon, maxlen, in rx_iso_complete() local
1170 int k, tx_offset, num_isoc_packets, sink, remain, current_len, in tx_iso_complete() local
1390 int i, k, errcode; in start_isoc_chain() local
/linux-4.4.14/sound/core/
Dpcm_lib.c734 unsigned int k, struct snd_interval *c) in snd_interval_muldivk()
764 void snd_interval_mulkdiv(const struct snd_interval *a, unsigned int k, in snd_interval_mulkdiv()
809 unsigned int k; in snd_interval_ratnum() local
928 unsigned int k; in snd_interval_ratden() local
1026 unsigned int k; in snd_interval_list() local
1066 unsigned int k; in snd_interval_ranges() local
1146 unsigned int k; in snd_pcm_hw_rule_add() local
1564 unsigned int k; in _snd_pcm_hw_params_any() local
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dudbg_adb.c76 int k, t, on; in udbg_adb_local_getc() local
/linux-4.4.14/lib/reed_solomon/
Ddecode_rs.c21 int i, j, r, k, pad; variable
/linux-4.4.14/sound/soc/samsung/
Dsmartq_wm8987.c113 struct snd_kcontrol *k, in smartq_speaker_event()
/linux-4.4.14/arch/arc/include/asm/
Duaccess.h62 #define __get_user_fn(sz, u, k) \ argument
116 #define __put_user_fn(sz, u, k) \ argument
/linux-4.4.14/arch/x86/kernel/
Dptrace.c509 unsigned long *k = kbuf; in genregs_get() local
535 const unsigned long *k = kbuf; in genregs_set() local
1075 compat_ulong_t *k = kbuf; in genregs32_get() local
1103 const compat_ulong_t *k = kbuf; in genregs32_set() local
/linux-4.4.14/net/ax25/
Dsysctl_net_ax25.c154 int k; in ax25_register_dev_sysctl() local
/linux-4.4.14/arch/sh/boards/mach-migor/
Dlcd_qvga.c120 int k; in migor_lcd_qvga_setup() local
/linux-4.4.14/arch/arm/mach-davinci/
Dcp_intc.c162 unsigned j, k; in cp_intc_of_init() local
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dspu_profiler.c140 int cpu, node, k, num_samples, spu_num; in profile_spus() local
/linux-4.4.14/net/dccp/ccids/lib/
Dloss_interval.c65 int i, k = tfrc_lh_length(lh) - 1; /* k is as in rfc3448bis, 5.4 */ in tfrc_lh_calc_i_mean() local
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_est.c164 struct ip_vs_kstats *k = &stats->kstats; in ip_vs_zero_estimator() local
/linux-4.4.14/drivers/sh/clk/
Dcpg.c98 int k; in sh_clk_mstp_register() local
249 int k; in sh_clk_div_register_ops() local
/linux-4.4.14/drivers/isdn/hisax/
Dhfc_usb.c431 int k; in fill_isoc_urb() local
457 int i, k, errcode; in start_isoc_chain() local
547 int k, tx_offset, num_isoc_packets, sink, len, current_len, in tx_iso_complete() local
685 int k, len, errcode, offset, num_isoc_packets, fifon, maxlen, in rx_iso_complete() local
/linux-4.4.14/drivers/clk/berlin/
Dbg2q.c340 int k; in berlin2q_clock_setup() local
/linux-4.4.14/security/selinux/ss/
Dhashtab.c121 int (*apply)(void *k, void *d, void *args), in hashtab_map()
Davtab.c390 int (*insertf)(struct avtab *a, struct avtab_key *k, in avtab_read_item()
550 static int avtab_insertf(struct avtab *a, struct avtab_key *k, in avtab_insertf()
/linux-4.4.14/drivers/hid/
Dhid-debug.c634 unsigned i,k; in hid_dump_device() local
1028 int i, j, k; in hid_dump_input_mapping() local
Dhid-input.c102 unsigned int i, j, k, cur_idx = 0; in hidinput_find_key() local
1428 int i, k; in hidinput_cleanup_hidinput() local
1461 int i, j, k; in hidinput_connect() local
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_efuse.c239 u32 k = 0; in EFUSE_Read1Byte23a() local
281 u32 k = 0; in EFUSE_Write1Byte() local
/linux-4.4.14/drivers/input/joystick/
Dtmdc.c150 int i[2], j[2], t[2], p, k; in tmdc_read_packet() local
193 int i, k, l; in tmdc_parse_packet() local
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-topology.c708 struct snd_kcontrol *k, int event) in skl_tplg_vmixer_event()
731 struct snd_kcontrol *k, int event) in skl_tplg_mixer_event()
760 struct snd_kcontrol *k, int event) in skl_tplg_pga_event()
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c231 int i, k, tmp; in ehea_get_ethtool_stats() local
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/
Dclock-sh7264.c131 int k, ret = 0; in arch_clk_init() local
/linux-4.4.14/drivers/base/
Ddriver.c213 struct kobject *k = kset_find_obj(bus->p->drivers_kset, name); in driver_find() local
/linux-4.4.14/sound/isa/sb/
Demu8000_patch.c243 int k; in snd_emu8000_sample_new() local
/linux-4.4.14/fs/proc/
Dpage.c89 u64 k; in stable_page_flags() local
/linux-4.4.14/fs/jfs/
Djfs_txnmgr.c240 int k, size; in txInit() local
912 lid_t lid, next, llid, k; in txUnlock() local
1147 int k, n; in txCommit() local
2302 int k, nlock; in txUpdateMap() local
/linux-4.4.14/drivers/rtc/
Drtc-r9701.c58 int k, ret; in read_regs() local
/linux-4.4.14/drivers/staging/rdma/ehca/
Dipz_pt_fn.c104 int k, f = 0; in alloc_queue_pages() local
/linux-4.4.14/sound/soc/intel/boards/
Dcht_bsw_rt5672.c63 struct snd_kcontrol *k, int event) in platform_clock_control()

1234