Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 3316) sorted by relevance

12345678910>>...133

/linux/fs/ubifs/
H A Dmaster.c199 if (c->zroot.lnum >= c->leb_cnt || c->zroot.lnum < c->main_first || in validate_master()
211 if (c->gc_lnum >= c->leb_cnt || c->gc_lnum < c->main_first) { in validate_master()
216 if (c->ihead_lnum >= c->leb_cnt || c->ihead_lnum < c->main_first || in validate_master()
229 if (c->lpt_lnum < c->lpt_first || c->lpt_lnum > c->lpt_last || in validate_master()
230 c->lpt_offs < 0 || c->lpt_offs + c->nnode_sz > c->leb_size) { in validate_master()
235 if (c->nhead_lnum < c->lpt_first || c->nhead_lnum > c->lpt_last || in validate_master()
242 if (c->ltab_lnum < c->lpt_first || c->ltab_lnum > c->lpt_last || in validate_master()
244 c->ltab_offs + c->ltab_sz > c->leb_size) { in validate_master()
251 c->lsave_offs + c->lsave_sz > c->leb_size)) { in validate_master()
256 if (c->lscan_lnum < c->main_first || c->lscan_lnum >= c->leb_cnt) { in validate_master()
[all …]
H A Dsuper.c526 c->leb_cnt = c->vi.size; in init_constants_early()
678 c->main_bytes = (long long)c->main_lebs * c->leb_size; in init_constants_sb()
751 c->idx_leb_size = c->leb_size - c->max_idx_node_sz; in init_constants_sb()
768 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master()
806 err = ubifs_change_one_lp(c, c->gc_lnum, c->leb_size, 0, in take_gc_lnum()
1283 if (c->empty && (c->ro_mount || c->ro_media)) { in mount_ubifs()
1560 c->vi.ubi_num, c->vi.vol_id, c->vi.name, in mount_ubifs()
1565 c->leb_size, c->leb_size >> 10, c->min_io_size, in mount_ubifs()
1583 c->lpt_lebs, c->lpt_first, c->lpt_last); in mount_ubifs()
1585 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
[all …]
H A Dlpt_commit.c99 c->lpt_cnext = first_dirty_cnode(c, c->nroot); in get_cnodes_to_commit()
118 ubifs_assert(c, cnt == c->dirty_nn_cnt + c->dirty_pn_cnt); in get_cnodes_to_commit()
134 ubifs_assert(c, lnum >= c->lpt_first && lnum <= c->lpt_last); in upd_ltab()
691 else if (c->ltab[i].free + c->ltab[i].dirty == c->leb_size) in need_write_all()
716 c->ltab[i].free + c->ltab[i].dirty == c->leb_size) { in lpt_tgc_start()
767 ubifs_assert(c, c->big_lpt); in populate_lsave()
770 ubifs_add_lpt_dirt(c, c->lsave_lnum, c->lsave_sz); in populate_lsave()
945 ubifs_add_lpt_dirt(c, c->ltab_lnum, c->ltab_sz); in make_ltab_dirty()
970 ubifs_add_lpt_dirt(c, c->lsave_lnum, c->lsave_sz); in make_lsave_dirty()
1158 c->ltab[i].free + c->ltab[i].dirty == c->leb_size) in lpt_gc()
[all …]
H A Dbudget.c94 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability()
168 idx_size = c->bi.old_idx_sz + c->bi.idx_growth + c->bi.uncommitted_idx; in ubifs_calc_min_idx_lebs()
326 lebs = c->lst.empty_lebs + c->freeable_cnt + c->idx_gc_cnt - in do_budget_space()
447 ubifs_assert(c, c->bi.dd_growth >= 0); in ubifs_budget_space()
449 if (unlikely(c->bi.nospace) && (c->bi.nospace_rp || !can_use_rp(c))) { in ubifs_budget_space()
492 if (can_use_rp(c) || c->rp_size == 0) in ubifs_budget_space()
538 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_release_budget()
551 ubifs_assert(c, c->bi.min_idx_lebs < c->main_lebs); in ubifs_release_budget()
575 c->bi.dd_growth += c->bi.page_budget; in ubifs_convert_page_budget()
667 ubifs_assert(c, c->bi.min_idx_lebs == ubifs_calc_min_idx_lebs(c)); in ubifs_get_free_space_nolock()
[all …]
H A Dsb.c152 c->max_leb_cnt = c->leb_cnt; in create_default_filesystem()
461 ubifs_idx_node_sz(c, c->fanout) > c->leb_size) { in validate_sb()
468 c->log_lebs - c->lpt_lebs - c->orph_lebs)) { in validate_sb()
474 c->orph_lebs + c->main_lebs != c->leb_cnt) { in validate_sb()
661 ubifs_assert(c, !c->ro_media || c->ro_mount); in ubifs_read_superblock()
757 if (c->leb_cnt < c->vi.size && c->leb_cnt < c->max_leb_cnt) { in ubifs_read_superblock()
769 c->log_bytes = (long long)c->log_lebs * c->leb_size; in ubifs_read_superblock()
772 c->lpt_last = c->lpt_first + c->lpt_lebs - 1; in ubifs_read_superblock()
774 c->orph_last = c->orph_first + c->orph_lebs - 1; in ubifs_read_superblock()
776 c->main_lebs -= c->log_lebs + c->lpt_lebs + c->orph_lebs; in ubifs_read_superblock()
[all …]
H A Dcommit.c62 if (c->mounting || c->remounting_rw) in nothing_to_commit()
69 if (c->zroot.znode && ubifs_zn_dirty(c->zroot.znode)) in nothing_to_commit()
93 ubifs_assert(c, c->dirty_pn_cnt == 0); in nothing_to_commit()
94 ubifs_assert(c, c->dirty_nn_cnt == 0); in nothing_to_commit()
115 ubifs_assert(c, !c->ro_media && !c->ro_mount); in do_commit()
172 c->mst_node->cmt_no = cpu_to_le64(c->cmt_no); in do_commit()
180 c->mst_node->lpt_lnum = cpu_to_le32(c->lpt_lnum); in do_commit()
181 c->mst_node->lpt_offs = cpu_to_le32(c->lpt_offs); in do_commit()
648 key_read(c, ubifs_idx_key(c, idx), &l_key); in dbg_check_old_index()
715 ubifs_dump_node(c, idx, ubifs_idx_node_sz(c, c->fanout)); in dbg_check_old_index()
[all …]
H A Dlog.c94 h = (long long)c->lhead_lnum * c->leb_size + c->lhead_offs; in empty_log_bytes()
136 ubifs_assert(c, c->replaying && c->ro_mount); in ubifs_add_bud()
180 ubifs_assert(c, !c->ro_media && !c->ro_mount); in ubifs_add_bud_to_log()
187 if (empty_log_bytes(c) - c->ref_node_alsz < c->min_log_bytes) { in ubifs_add_bud_to_log()
204 if (c->bud_bytes + c->leb_size - offs > c->max_bud_bytes) { in ubifs_add_bud_to_log()
234 if (c->lhead_offs > c->leb_size - c->ref_node_alsz) { in ubifs_add_bud_to_log()
235 c->lhead_lnum = ubifs_next_log_lnum(c, c->lhead_lnum); in ubifs_add_bud_to_log()
236 ubifs_assert(c, c->lhead_lnum != c->ltail_lnum); in ubifs_add_bud_to_log()
422 c->lhead_lnum = ubifs_next_log_lnum(c, c->lhead_lnum); in ubifs_log_start_commit()
423 ubifs_assert(c, c->lhead_lnum != c->ltail_lnum); in ubifs_log_start_commit()
[all …]
H A Dlpt.c51 n = c->main_lebs + c->max_leb_cnt - c->leb_cnt; in do_calc_lpt_geom()
99 c->lpt_sz = (long long)c->pnode_cnt * c->pnode_sz; in do_calc_lpt_geom()
100 c->lpt_sz += (long long)c->nnode_cnt * c->nnode_sz; in do_calc_lpt_geom()
101 c->lpt_sz += c->ltab_sz; in do_calc_lpt_geom()
103 c->lpt_sz += c->lsave_sz; in do_calc_lpt_geom()
141 if (c->ltab_sz > c->leb_size) { in ubifs_calc_lpt_geom()
184 if (c->lpt_sz > c->leb_size) { in calc_dflt_lpt_geom()
492 ubifs_add_lpt_dirt(c, c->lpt_lnum, c->nnode_sz); in ubifs_add_nnode_dirt()
495 ubifs_add_lpt_dirt(c, c->ltab_lnum, c->ltab_sz); in ubifs_add_nnode_dirt()
638 ubifs_assert(c, !c->ltab); in ubifs_create_dflt_lpt()
[all …]
H A Dtnc_commit.c135 if (c->enext == c->cnext) in fill_gap()
287 c->ileb_len = c->leb_size; in layout_leb_in_gaps()
307 c->leb_size - c->ileb_len, in layout_leb_in_gaps()
314 err = ubifs_change_one_lp(c, lnum, c->leb_size - c->ileb_len, dirt, in layout_leb_in_gaps()
318 err = ubifs_leb_change(c, lnum, c->ileb_buf, c->ileb_len); in layout_leb_in_gaps()
339 cnt -= (c->leb_size - c->ihead_offs) / c->max_idx_node_sz; in get_leb_cnt()
384 ubifs_dump_budg(c, &c->bi); in layout_in_gaps()
463 lnum = c->ilebs[c->ileb_nxt++]; in layout_in_empty_space()
648 znode = c->enext = c->cnext; in get_znodes_to_commit()
700 c->ilebs[c->ileb_cnt++] = lnum; in alloc_idx_lebs()
[all …]
H A Dfind.c58 n = c->lst.empty_lebs + c->freeable_cnt - in valuable()
163 if (c->pnodes_have >= c->pnode_cnt) in scan_for_dirty()
174 ubifs_assert(c, data.lnum >= c->main_first && data.lnum < c->leb_cnt); in scan_for_dirty()
234 lebs = c->lst.empty_lebs + c->idx_gc_cnt; in ubifs_find_dirty_leb()
317 ubifs_assert(c, lp->dirty >= c->dead_wm || in ubifs_find_dirty_leb()
443 if (c->pnodes_have >= c->pnode_cnt) in do_find_free_space()
454 ubifs_assert(c, data.lnum >= c->main_first && data.lnum < c->leb_cnt); in do_find_free_space()
497 lebs = c->lst.empty_lebs + c->freeable_cnt + c->idx_gc_cnt - in ubifs_find_free_space()
634 ubifs_assert(c, data.lnum >= c->main_first && data.lnum < c->leb_cnt); in scan_for_leb_for_idx()
843 if (c->pnodes_have >= c->pnode_cnt) in find_dirty_idx_leb()
[all …]
H A Dorphan.c253 c->cmt_orphans = c->new_orphans; in ubifs_orphan_start_commit()
276 avail_lebs = c->orph_lebs - (c->ohead_lnum - c->orph_first) - 1; in avail_orphs()
320 err = ubifs_leb_change(c, c->ohead_lnum, c->orph_buf, len); in do_write_orph_node()
328 err = ubifs_write_node(c, c->orph_buf, len, c->ohead_lnum, in do_write_orph_node()
368 ubifs_assert(c, c->orph_buf); in write_orph_node()
389 ubifs_assert(c, c->ohead_offs + len <= c->leb_size); in write_orph_node()
390 ubifs_assert(c, c->ohead_lnum >= c->orph_first); in write_orph_node()
391 ubifs_assert(c, c->ohead_lnum <= c->orph_last); in write_orph_node()
461 ubifs_assert(c, cnt == c->tot_orphans - c->new_orphans); in consolidate()
463 c->ohead_lnum = c->orph_first; in consolidate()
[all …]
H A Dio.c110 ubifs_assert(c, !c->ro_media && !c->ro_mount); in ubifs_leb_write()
130 ubifs_assert(c, !c->ro_media && !c->ro_mount); in ubifs_leb_change()
150 ubifs_assert(c, !c->ro_media && !c->ro_mount); in ubifs_leb_unmap()
169 ubifs_assert(c, !c->ro_media && !c->ro_mount); in ubifs_leb_map()
560 struct ubifs_info *c = wbuf->c; in ubifs_wbuf_sync_nolock() local
575 ubifs_assert(c, !c->ro_media && !c->ro_mount); in ubifs_wbuf_sync_nolock()
672 ubifs_assert(c, !c->ro_media && !c->ro_mount); in ubifs_bg_wbufs_sync()
742 struct ubifs_info *c = wbuf->c; in ubifs_wbuf_write_nolock() local
756 ubifs_assert(c, !c->ro_media && !c->ro_mount); in ubifs_wbuf_write_nolock()
967 ubifs_assert(c, !c->ro_media && !c->ro_mount); in ubifs_write_node_hmac()
[all …]
/linux/fs/jffs2/
H A Dwbuf.c285 jeb = &c->blocks[c->wbuf_ofs / c->sector_size]; in jffs2_wbuf_recover()
453 memmove(c->wbuf, c->wbuf + (start - c->wbuf_ofs), end - start); in jffs2_wbuf_recover()
567 c->wbuf_ofs, c->wbuf_len); in jffs2_wbuf_recover()
599 wbuf_jeb = &c->blocks[c->wbuf_ofs / c->sector_size]; in __jffs2_flush_wbuf()
610 c->wbuf_len = PAD(c->wbuf_len); in __jffs2_flush_wbuf()
614 memset(c->wbuf + c->wbuf_len, 0, c->wbuf_pagesize - c->wbuf_len); in __jffs2_flush_wbuf()
632 mtd_write(c->mtd, c->wbuf_ofs, c->wbuf_pagesize, &retlen, in __jffs2_flush_wbuf()
638 ret = mtd_write(c->mtd, c->wbuf_ofs, c->wbuf_pagesize, in __jffs2_flush_wbuf()
843 c->wbuf_ofs, c->wbuf_ofs + c->wbuf_len); in jffs2_flash_writev()
1260 c->flash_size = c->mtd->size; in jffs2_dataflash_setup()
[all …]
H A Dnodemgmt.c29 avail = c->dirty_size + c->free_size + c->unchecked_size + in jffs2_rp_can_write()
30 c->erasing_size - c->resv_blocks_write * c->sector_size in jffs2_rp_can_write()
38 c->erasing_size, c->unchecked_size, in jffs2_rp_can_write()
118 …dirty = c->dirty_size + c->erasing_size - c->nr_erasing_blocks * c->sector_size + c->unchecked_siz… in jffs2_reserve_space()
143 avail = c->free_size + c->dirty_size + c->erasing_size + c->unchecked_size; in jffs2_reserve_space()
162 c->free_size, c->dirty_size, c->wasted_size, in jffs2_reserve_space()
163 c->used_size, c->erasing_size, c->bad_size, in jffs2_reserve_space()
164 c->free_size + c->dirty_size + in jffs2_reserve_space()
166 c->erasing_size + c->bad_size, in jffs2_reserve_space()
346 if (!(c->wbuf_ofs % c->sector_size) && !c->wbuf_len) in jffs2_find_nextblock()
[all …]
H A Dbuild.c329 c->resv_blocks_write = c->resv_blocks_deletion + (size / c->sector_size); in jffs2_calc_trigger_levels()
353 c->nospc_dirty_size = c->sector_size + (c->flash_size / 100); in jffs2_calc_trigger_levels()
356 c->flash_size / 1024, c->sector_size / 1024, c->nr_blocks); in jffs2_calc_trigger_levels()
358 c->resv_blocks_deletion, c->resv_blocks_deletion*c->sector_size/1024); in jffs2_calc_trigger_levels()
360 c->resv_blocks_write, c->resv_blocks_write*c->sector_size/1024); in jffs2_calc_trigger_levels()
362 c->resv_blocks_gctrigger, c->resv_blocks_gctrigger*c->sector_size/1024); in jffs2_calc_trigger_levels()
364 c->resv_blocks_gcmerge, c->resv_blocks_gcmerge*c->sector_size/1024); in jffs2_calc_trigger_levels()
366 c->resv_blocks_gcbad, c->resv_blocks_gcbad*c->sector_size/1024); in jffs2_calc_trigger_levels()
379 c->free_size = c->flash_size; in jffs2_do_mount_fs()
380 c->nr_blocks = c->flash_size / c->sector_size; in jffs2_do_mount_fs()
[all …]
H A Derase.c52 c->erasing_size -= c->sector_size; in jffs2_erase_block()
53 c->dirty_size += c->sector_size; in jffs2_erase_block()
81 c->erasing_size -= c->sector_size; in jffs2_erase_block()
82 c->dirty_size += c->sector_size; in jffs2_erase_block()
129 c->erasing_size += c->sector_size; in jffs2_erase_pending_blocks()
184 c->erasing_size -= c->sector_size; in jffs2_erase_failed()
185 c->dirty_size += c->sector_size; in jffs2_erase_failed()
195 c->erasing_size -= c->sector_size; in jffs2_erase_failed()
196 c->bad_size += c->sector_size; in jffs2_erase_failed()
454 c->erasing_size -= c->sector_size; in jffs2_mark_erased_block()
[all …]
/linux/arch/mips/kernel/
H A Dcpu-probe.c280 unsigned int probability = c->tlbsize / c->tlbsizevtlb; in calculate_ftlb_probability()
481 c->tlbsizevtlb = c->tlbsize; in decode_config1()
544 c->htw_seq = 0; in decode_config3()
584 c->tlbsizevtlb = c->tlbsize; in decode_config4()
590 c->tlbsize = c->tlbsizevtlb; in decode_config4()
615 c->tlbsize += c->tlbsizeftlbways * c->tlbsizeftlbsets; in decode_config4()
1047 c->tlbsize = 64; in cpu_probe_legacy()
1067 c->tlbsize = 64; in cpu_probe_legacy()
1115 c->tlbsize = 48; in cpu_probe_legacy()
1440 mm_config(c); in cpu_probe_mips()
[all …]
/linux/fs/bcachefs/
H A Dsuper.c191 c = NULL; in bch2_dev_to_fs()
196 return c; in bch2_dev_to_fs()
207 return c; in __bch2_uuid_to_fs()
218 if (c) in bch2_uuid_to_fs()
222 return c; in bch2_uuid_to_fs()
597 kvfree(c); in __bch2_fs_free()
736 if (!c) { in bch2_fs_alloc()
838 strscpy(c->name, name.buf, sizeof(c->name)); in bch2_fs_alloc()
862 c->block_bits = ilog2(block_sectors(c)); in bch2_fs_alloc()
956 return c; in bch2_fs_alloc()
[all …]
/linux/arch/x86/kernel/cpu/
H A Damd.c100 if (c->x86_model == 9 || c->x86_model == 10) { in init_amd_k5()
122 if (c->x86_model == 6 && c->x86_stepping == 1) { in init_amd_k6()
152 (c->x86_model == 8 && c->x86_stepping < 8)) { in init_amd_k6()
171 if ((c->x86_model == 8 && c->x86_stepping > 7) || in init_amd_k6()
172 c->x86_model == 9 || c->x86_model == 13) { in init_amd_k6()
211 if (c->x86_model >= 6 && c->x86_model <= 10) { in init_amd_k7()
224 if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) { in init_amd_k7()
405 c->x86 >= 0x15 && c->x86 <= 0x17) { in bsp_init_amd()
600 if (c->x86 == 0x16 && c->x86_model <= 0xf) in early_init_amd()
1197 if (c->x86 == 0x17 && ((c->x86_model >= 0x30 && c->x86_model < 0x40) || in amd_get_highest_perf()
[all …]
/linux/drivers/most/
H A Dmost_cdev.c191 while (c->dev && !ch_get_mbo(c, &mbo)) { in comp_write()
196 if (wait_event_interruptible(c->wq, ch_has_mbo(c) || !c->dev)) in comp_write()
214 if (c->mbo_offs >= c->cfg->buffer_size || in comp_write()
290 if (!c->dev || !kfifo_is_empty(&c->fifo)) in comp_poll()
293 if (!c->dev || !kfifo_is_empty(&c->fifo) || ch_has_mbo(c)) in comp_poll()
325 if (!c) in comp_disconnect_channel()
359 if (!c) in comp_rx_completion()
363 if (!c->access_ref || !c->dev) { in comp_rx_completion()
425 if (c) in comp_probe()
432 c = kzalloc(sizeof(*c), GFP_KERNEL); in comp_probe()
[all …]
H A Dcore.c567 ret = comp->probe_channel(c->iface, c->channel_id, &c->cfg, name, in link_channel_to_component()
853 c->pipe0.comp->tx_completion(c->iface, c->channel_id); in arm_mbo()
856 c->pipe1.comp->tx_completion(c->iface, c->channel_id); in arm_mbo()
963 if (c->pipe0.refs && c->pipe1.refs && in channel_has_mbo()
996 if (c->pipe0.refs && c->pipe1.refs && in most_get_mbo()
1101 if (c->pipe0.refs + c->pipe1.refs > 0) in most_start_channel()
1111 if (c->iface->configure(c->iface, c->channel_id, &c->cfg)) { in most_start_channel()
1136 c->pipe1.num_buffers = c->cfg.num_buffers - c->pipe0.num_buffers; in most_start_channel()
1185 if (c->iface->poison_channel(c->iface, c->channel_id)) { in most_stop_channel()
1318 c = kzalloc(sizeof(*c), GFP_KERNEL); in most_register_interface()
[all …]
/linux/tools/include/linux/
H A Dctype.h27 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument
29 #define islower(c) ((__ismask(c)&(_L)) != 0) argument
31 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument
33 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument
34 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument
41 #define isdigit(c) __builtin_isdigit(c) argument
45 return '0' <= c && c <= '9'; in __isdigit()
47 #define isdigit(c) __isdigit(c) argument
64 #define tolower(c) __tolower(c) argument
65 #define toupper(c) __toupper(c) argument
[all …]
/linux/kernel/bpf/
H A Dmemalloc.c159 if (c->objcg) in get_memcg()
201 c->free_cnt++; in add_obj_to_free_list()
420 c->waiting_for_gp_tail = c->free_by_rcu_tail; in check_free_by_rcu()
442 alloc_bulk(c, c->batch, NUMA_NO_NODE, true); in bpf_mem_refill()
486 c->low_watermark = max(32 * 256 / c->unit_size, 1); in init_refill_work()
487 c->high_watermark = max(96 * 256 / c->unit_size, 3); in init_refill_work()
489 c->batch = max((c->high_watermark - c->low_watermark) / 4 * 3, 1); in init_refill_work()
501 if (!c->percpu_size && c->unit_size <= 256) in prefill_mem_cache()
548 c->tgt = c; in bpf_mem_alloc_init()
570 c->tgt = c; in bpf_mem_alloc_init()
[all …]
/linux/include/linux/
H A Dctype.h26 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument
27 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument
29 #define islower(c) ((__ismask(c)&(_L)) != 0) argument
31 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument
33 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument
34 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument
41 #define isdigit(c) __builtin_isdigit(c) argument
45 return '0' <= c && c <= '9'; in isdigit()
63 #define tolower(c) __tolower(c) argument
64 #define toupper(c) __toupper(c) argument
[all …]
/linux/drivers/scsi/
H A Datp870u.c133 for (c = 0; c < 2; c++) { in atp870u_intr_handle()
229 if (((dev->quhd[c] != dev->quend[c]) || in atp870u_intr_handle()
667 if (dev->quhd[c] == dev->quend[c]) { in atp870u_queuecommand_lck()
679 dev->quereq[c][dev->quend[c]] = req_p; in atp870u_queuecommand_lck()
683 dev->ioport[c], atp_readb_io(dev, c, 0x1c), c, in atp870u_queuecommand_lck()
684 dev->in_int[c],c,dev->in_snd[c]); in atp870u_queuecommand_lck()
735 if (dev->quhd[c] == dev->quend[c]) { in DEF_SCSI_QCMD()
1256 for(c=0;c < 2;c++) { in atp870u_init_tables()
1485 for (c = 0; c < 2; c++) { in atp885_init()
2045 c, i, dev->id[c][i].devsp); in atp_is()
[all …]

12345678910>>...133