Home
last modified time | relevance | path

Searched refs:check_state (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dbtree.c1914 struct btree_check_state *check_state = info->state; in bch_btree_check_thread() local
1915 struct cache_set *c = check_state->c; in bch_btree_check_thread()
1936 spin_lock(&check_state->idx_lock); in bch_btree_check_thread()
1937 cur_idx = check_state->key_idx; in bch_btree_check_thread()
1938 check_state->key_idx++; in bch_btree_check_thread()
1939 spin_unlock(&check_state->idx_lock); in bch_btree_check_thread()
1955 atomic_set(&check_state->enough, 1); in bch_btree_check_thread()
1983 if (atomic_dec_and_test(&check_state->started)) in bch_btree_check_thread()
1984 wake_up(&check_state->wait); in bch_btree_check_thread()
2009 struct btree_check_state check_state; in bch_btree_check() local
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-isp1301-omap.c399 static void check_state(struct isp1301 *isp, const char *tag) in check_state() function
473 static inline void check_state(struct isp1301 *isp, const char *tag) { } in check_state() function
636 check_state(isp, __func__); in otg_update_isp()
804 check_state(isp, __func__); in omap_otg_irq()
835 check_state(isp, __func__); in isp1301_otg_init()
1070 check_state(isp, __func__); in isp_update_otg()
1419 check_state(isp, __func__); in isp1301_start_srp()
1468 check_state(isp, __func__); in isp1301_start_hnp()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c1101 int check_state = 0; in gt1x_check_subsystem_in_flash() local
1119 check_state |= ret; in gt1x_check_subsystem_in_flash()
1125 check_state |= ret; in gt1x_check_subsystem_in_flash()
1132 if (check_state) { in gt1x_check_subsystem_in_flash()
1137 return check_state; in gt1x_check_subsystem_in_flash()
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.c155 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
1467 if (sh->check_state == check_state_compute_run) in ops_complete_compute()
1468 sh->check_state = check_state_compute_result; in ops_complete_compute()
2142 sh->check_state = check_state_check_result; in ops_complete_check()
2264 if (sh->check_state == check_state_run) in raid_run_ops()
2266 else if (sh->check_state == check_state_run_q) in raid_run_ops()
2268 else if (sh->check_state == check_state_run_pq) in raid_run_ops()
3929 if (!test_bit(STRIPE_COMPUTE_RUN, &sh->state) && !sh->check_state && in handle_stripe_fill()
4247 switch (sh->check_state) { in handle_parity_checks5()
4252 sh->check_state = check_state_run; in handle_parity_checks5()
[all …]
H A Draid5.h219 enum check_states check_state; member
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dsuperpipe.h151 int check_state(struct cxlflash_cfg *cfg);
H A Dsuperpipe.c364 rc = check_state(cfg); in read_cap16()
1277 int check_state(struct cxlflash_cfg *cfg) in check_state() function
1678 rc = check_state(cfg); in cxlflash_afu_recover()
1748 rc = check_state(cfg); in cxlflash_afu_recover()
2061 rc = check_state(cfg); in ioctl_common()
H A Dvlun.c457 rc = check_state(cfg); in write_same16()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/mmu/
H A Dmali_kbase_mmu.c3224 int index, check_state, ret = 0; in kbase_mmu_migrate_page() local
3312 check_state = PAGE_STATUS_GET(page_md->status); in kbase_mmu_migrate_page()
3318 if (check_state != ALLOCATED_MAPPED) { in kbase_mmu_migrate_page()
3321 check_state, ALLOCATED_MAPPED); in kbase_mmu_migrate_page()
3331 if (check_state != PT_MAPPED) { in kbase_mmu_migrate_page()
3334 __func__, check_state, PT_MAPPED); in kbase_mmu_migrate_page()
3335 WARN_ON_ONCE(check_state != FREE_PT_ISOLATED_IN_PROGRESS); in kbase_mmu_migrate_page()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmds_client.h524 bool check_state);
H A Dmds_client.c814 bool check_state) in ceph_mdsc_iterate_sessions() argument
826 if (check_state && !check_session_state(s)) { in ceph_mdsc_iterate_sessions()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c3308 goto check_state; in bond_ab_arp_probe()
3317 check_state: in bond_ab_arp_probe()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c8558 goto check_state; in check_cfg()
8641 check_state: in check_cfg()