Home
last modified time | relevance | path

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

12345678910>>...18

/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.c92 #define PTR_HASH(c, k) \ argument
177 void bkey_put(struct cache_set *c, struct bkey *k) in bkey_put()
576 static unsigned btree_order(struct bkey *k) in btree_order()
581 static void mca_data_alloc(struct btree *b, struct bkey *k, gfp_t gfp) in mca_data_alloc()
596 struct bkey *k, gfp_t gfp) in mca_bucket_alloc()
816 static struct hlist_head *mca_hash(struct cache_set *c, struct bkey *k) in mca_hash()
821 static struct btree *mca_find(struct cache_set *c, struct bkey *k) in mca_find()
851 struct bkey *k) in mca_cannibalize()
887 struct bkey *k, int level) in mca_alloc()
967 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.c452 void bch_bucket_free(struct cache_set *c, struct bkey *k) in bch_bucket_free()
462 struct bkey *k, int n, bool wait) in __bch_bucket_alloc_set()
495 struct bkey *k, int n, bool wait) in bch_bucket_alloc_set()
579 bool bch_alloc_sectors(struct cache_set *c, struct bkey *k, unsigned sectors, in bch_alloc_sectors()
697 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
/drivers/scsi/
Datp870u.c124 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
Dsg.c575 int mxsize, cmd_size, k; in sg_write() local
686 int k; in sg_new_write() local
758 int k, at_head; in sg_common_write() local
1204 int k, length; in sg_vma_fault() local
1244 int k, length; in sg_mmap() local
1415 u32 k; in sg_alloc() local
1850 int ret_sz = 0, i, k, rem_sz, num, mx_sc_elems; in sg_build_indirect() local
1939 int k; in sg_remove_scat() local
1959 int k, num; in sg_read_oxfer() local
2011 int k, num, rem; in sg_link_reserve() local
[all …]
Dppa.c181 int k; in ppa_wait() local
421 int k; in ppa_select() local
496 int k; in ppa_send_command() local
565 unsigned long k = dev->recon_tmo; in ppa_completion() local
882 int loop, old_mode, status, k, ppb = dev->base; in device_check() local
/drivers/clk/sunxi-ng/
Dccu_nk.c19 unsigned int *n, unsigned int *k) in ccu_nk_find_best()
69 unsigned long rate, n, k; in ccu_nk_recalc_rate() local
92 unsigned int n, k; in ccu_nk_round_rate() local
113 unsigned int n, k; in ccu_nk_set_rate() local
/drivers/spi/
Dspi-sh-msiof.c213 int k; in sh_msiof_modify_ctr_wait() local
258 size_t k; in sh_msiof_spi_set_clk_regs() local
383 int k; in sh_msiof_spi_write_fifo_8() local
393 int k; in sh_msiof_spi_write_fifo_16() local
403 int k; in sh_msiof_spi_write_fifo_16u() local
413 int k; in sh_msiof_spi_write_fifo_32() local
423 int k; in sh_msiof_spi_write_fifo_32u() local
433 int k; in sh_msiof_spi_write_fifo_s32() local
443 int k; in sh_msiof_spi_write_fifo_s32u() local
453 int k; in sh_msiof_spi_read_fifo_8() local
[all …]
/drivers/net/wireless/intersil/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
/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
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
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
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
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
Dfit2.c66 { int k, a, b, c, d; in fit2_read_block() local
92 { int k; in fit2_write_block() local
Dktti.c56 { int k, a, b; in ktti_read_block() local
69 { int k; in ktti_write_block() local
Dfit3.c97 { int k, a, b, c, d; in fit3_read_block() local
136 { int k; in fit3_write_block() local
Don20.c89 { int k, l, h; in on20_read_block() local
106 { int k; in on20_write_block() local
/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
/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
/drivers/staging/wlan-ng/
Dp80211wep.c149 u32 i, j, k, crc, keylen; in wep_decrypt() local
223 u32 i, j, k, crc, keylen; in wep_encrypt() local
/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()

12345678910>>...18