Searched refs:check_state (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
D | btree.c | 1914 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 …]
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/drivers/md/ |
D | raid5.c | 155 return sh->check_state || sh->reconstruct_state || in stripe_operations_active() 1468 if (sh->check_state == check_state_compute_run) in ops_complete_compute() 1469 sh->check_state = check_state_compute_result; in ops_complete_compute() 2143 sh->check_state = check_state_check_result; in ops_complete_check() 2265 if (sh->check_state == check_state_run) in raid_run_ops() 2267 else if (sh->check_state == check_state_run_q) in raid_run_ops() 2269 else if (sh->check_state == check_state_run_pq) in raid_run_ops() 3930 if (!test_bit(STRIPE_COMPUTE_RUN, &sh->state) && !sh->check_state && in handle_stripe_fill() 4248 switch (sh->check_state) { in handle_parity_checks5() 4253 sh->check_state = check_state_run; in handle_parity_checks5() [all …]
|
D | raid5.h | 219 enum check_states check_state; member
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | mds_client.h | 524 bool check_state);
|
D | mds_client.c | 814 bool check_state) in ceph_mdsc_iterate_sessions() argument 826 if (check_state && !check_session_state(s)) { in ceph_mdsc_iterate_sessions()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
D | bond_main.c | 3317 goto check_state; in bond_ab_arp_probe() 3326 check_state: in bond_ab_arp_probe()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | verifier.c | 8644 goto check_state; in check_cfg() 8727 check_state: in check_cfg()
|