Home
last modified time | relevance | path

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

/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_after() 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.c43 int k, lim = bits/BITS_PER_LONG; in __bitmap_empty() local
58 int k, lim = bits/BITS_PER_LONG; in __bitmap_full() local
74 int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local
89 int k, lim = bits/BITS_PER_LONG; in __bitmap_complement() local
112 int k, lim = BITS_TO_LONGS(bits), left = bits % BITS_PER_LONG; in __bitmap_shift_right() local
157 int k, lim = BITS_TO_LONGS(bits), left = bits % BITS_PER_LONG; in __bitmap_shift_left() local
185 int k; in __bitmap_and() local
196 int k; in __bitmap_or() local
207 int k; in __bitmap_xor() local
218 int k; in __bitmap_andnot() local
[all …]
Dreciprocal_div.c4 u32 reciprocal_value(u32 k) in reciprocal_value()
Dinflate.c339 register int k; /* number of bits in current code */ in huft_build() local
600 register unsigned k; /* number of bits in bit buffer */ in inflate_codes() local
706 register unsigned k; /* number of bits in bit buffer */ in inflate_stored() local
842 register unsigned k; /* number of bits in bit buffer */ in inflate_dynamic() local
1037 register unsigned k; /* number of bits in bit buffer */ in inflate_block() local
1150 int k; /* byte being shifted into crc apparatus */ in makecrc() local
Dkobject.c668 void kset_init(struct kset *k) in kset_init()
709 int kset_register(struct kset *k) in kset_register()
728 void kset_unregister(struct kset *k) in kset_unregister()
746 struct kobject *k; in kset_find_obj() local
Dts_kmp.c81 unsigned int k, q; in compute_prefix_tbl() local
/lib/reed_solomon/
Ddecode_rs.c21 int i, j, r, k, pad; variable
/lib/zlib_deflate/
Ddeftree.c374 int k /* node to move down */ in pqdownheap()