Home
last modified time | relevance | path

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

/lib/
Dklist.c84 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 …]
Dtest_string.c9 unsigned i, j, k; in memset16_selftest() local
45 unsigned i, j, k; in memset32_selftest() local
81 unsigned i, j, k; in memset64_selftest() local
Dbitmap.c49 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local
67 unsigned int k, lim = bits / BITS_PER_LONG; in __bitmap_or_equal() local
84 unsigned int k, lim = BITS_TO_LONGS(bits); in __bitmap_complement() local
104 unsigned k, lim = BITS_TO_LONGS(nbits); in __bitmap_shift_right() local
149 int k; in __bitmap_shift_left() local
174 unsigned int k; in __bitmap_and() local
190 unsigned int k; in __bitmap_or() local
201 unsigned int k; in __bitmap_xor() local
212 unsigned int k; in __bitmap_andnot() local
228 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local
[all …]
Dinflate.c343 register int k; /* number of bits in current code */ in huft_build() local
604 register unsigned k; /* number of bits in bit buffer */ in inflate_codes() local
710 register unsigned k; /* number of bits in bit buffer */ in inflate_stored() local
846 register unsigned k; /* number of bits in bit buffer */ in inflate_dynamic() local
1041 register unsigned k; /* number of bits in bit buffer */ in inflate_block() local
1154 int k; /* byte being shifted into crc apparatus */ in makecrc() local
Dbch.c395 int k, pp = -1; in compute_error_locator_polynomial() local
447 int rem, c, r, p, k, param[BCH_MAX_M]; in solve_linear_system() local
522 int i, j, k; in find_affine4_roots() local
805 static void compute_trace_bk_mod(struct bch_control *bch, int k, in compute_trace_bk_mod()
848 static void factor_polynomial(struct bch_control *bch, int k, struct gf_poly *f, in factor_polynomial()
884 static int find_poly_roots(struct bch_control *bch, unsigned int k, in find_poly_roots()
929 const unsigned int k = 8*len+bch->ecc_bits; in chien_search() local
1064 const unsigned int k = 1 << deg(poly); in build_gf_tables() local
Doid_registry.c30 unsigned i, j, k, hash; in look_up_OID() local
Dkobject.c814 void kset_init(struct kset *k) in kset_init()
856 int kset_register(struct kset *k) in kset_register()
876 void kset_unregister(struct kset *k) in kset_unregister()
896 struct kobject *k; in kset_find_obj() local
Dtest_hash.c71 int k; in test_int_hash() local
Dts_kmp.c77 unsigned int k, q; in compute_prefix_tbl() local
Dtest_xarray.c572 unsigned long i, j, k; in check_multi_store() local
964 unsigned long i, j, k; in check_find_1() local
1034 unsigned long i, j, k; in check_find_3() local
Dtest_bpf.c91 __u32 k = ~0; in bpf_fill_maxinsns1() local
140 __u32 k = prandom_u32_state(&rnd); in bpf_fill_maxinsns3() local
Dtest_rhashtable.c273 unsigned int i, j, k; in test_rhltable() local
Ddecompress_bunzip2.c162 i, j, k, t, runPos, symCount, symTotal, nSelectors, *byteCount; in get_next_block() local
/lib/raid6/
Dmktables.c55 int i, j, k; in main() local
/lib/crypto/
Darc4.c15 int i, j = 0, k = 0; in arc4_setkey() local
Ddes.c623 static unsigned long des_ekey(u32 *pe, const u8 *k) in des_ekey()
714 static void dkey(u32 *pe, const u8 *k) in dkey()
/lib/reed_solomon/
Ddecode_rs.c15 int i, j, r, k, pad; variable
/lib/zlib_deflate/
Ddeftree.c374 int k /* node to move down */ in pqdownheap()