Searched refs:check_state (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/md/bcache/ |
| D | btree.c | 1912 struct btree_check_state *check_state = info->state; in bch_btree_check_thread() local 1913 struct cache_set *c = check_state->c; in bch_btree_check_thread() 1934 spin_lock(&check_state->idx_lock); in bch_btree_check_thread() 1935 cur_idx = check_state->key_idx; in bch_btree_check_thread() 1936 check_state->key_idx++; in bch_btree_check_thread() 1937 spin_unlock(&check_state->idx_lock); in bch_btree_check_thread() 1953 atomic_set(&check_state->enough, 1); in bch_btree_check_thread() 1981 if (atomic_dec_and_test(&check_state->started)) in bch_btree_check_thread() 1982 wake_up(&check_state->wait); in bch_btree_check_thread() 2007 struct btree_check_state *check_state; in bch_btree_check() local [all …]
|
| /Linux-v5.10/drivers/usb/phy/ |
| D | phy-isp1301-omap.c | 399 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()
|
| /Linux-v5.10/drivers/scsi/cxlflash/ |
| D | superpipe.h | 151 int check_state(struct cxlflash_cfg *cfg);
|
| D | superpipe.c | 364 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()
|
| D | vlun.c | 457 rc = check_state(cfg); in write_same16()
|
| /Linux-v5.10/drivers/md/ |
| D | raid5.c | 154 return sh->check_state || sh->reconstruct_state || in stripe_operations_active() 1466 if (sh->check_state == check_state_compute_run) in ops_complete_compute() 1467 sh->check_state = check_state_compute_result; in ops_complete_compute() 2141 sh->check_state = check_state_check_result; in ops_complete_check() 2263 if (sh->check_state == check_state_run) in raid_run_ops() 2265 else if (sh->check_state == check_state_run_q) in raid_run_ops() 2267 else if (sh->check_state == check_state_run_pq) in raid_run_ops() 3931 if (!test_bit(STRIPE_COMPUTE_RUN, &sh->state) && !sh->check_state && in handle_stripe_fill() 4249 switch (sh->check_state) { in handle_parity_checks5() 4254 sh->check_state = check_state_run; in handle_parity_checks5() [all …]
|
| D | raid5.h | 219 enum check_states check_state; member
|
| /Linux-v5.10/drivers/net/bonding/ |
| D | bond_main.c | 3187 goto check_state; in bond_ab_arp_probe() 3196 check_state: in bond_ab_arp_probe()
|
| /Linux-v5.10/kernel/bpf/ |
| D | verifier.c | 8042 goto check_state; in check_cfg() 8125 check_state: in check_cfg()
|