Searched refs:check_state (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/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 …]
|
/linux-6.1.9/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() 1414 check_state(isp, __func__); in isp1301_start_srp() 1463 check_state(isp, __func__); in isp1301_start_hnp()
|
/linux-6.1.9/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() 1276 int check_state(struct cxlflash_cfg *cfg) in check_state() function 1677 rc = check_state(cfg); in cxlflash_afu_recover() 1747 rc = check_state(cfg); in cxlflash_afu_recover() 2060 rc = check_state(cfg); in ioctl_common()
|
D | vlun.c | 457 rc = check_state(cfg); in write_same16()
|
/linux-6.1.9/drivers/md/ |
D | raid5.c | 161 return sh->check_state || sh->reconstruct_state || in stripe_operations_active() 1538 if (sh->check_state == check_state_compute_run) in ops_complete_compute() 1539 sh->check_state = check_state_compute_result; in ops_complete_compute() 2213 sh->check_state = check_state_check_result; in ops_complete_check() 2334 if (sh->check_state == check_state_run) in raid_run_ops() 2336 else if (sh->check_state == check_state_run_q) in raid_run_ops() 2338 else if (sh->check_state == check_state_run_pq) in raid_run_ops() 4034 if (!test_bit(STRIPE_COMPUTE_RUN, &sh->state) && !sh->check_state && in handle_stripe_fill() 4352 switch (sh->check_state) { in handle_parity_checks5() 4357 sh->check_state = check_state_run; in handle_parity_checks5() [all …]
|
D | raid5.h | 220 enum check_states check_state; member
|
/linux-6.1.9/fs/ceph/ |
D | mds_client.h | 535 bool check_state);
|
D | mds_client.c | 899 bool check_state) in ceph_mdsc_iterate_sessions() argument 911 if (check_state && !check_session_state(s)) { in ceph_mdsc_iterate_sessions()
|
/linux-6.1.9/drivers/net/bonding/ |
D | bond_main.c | 3690 goto check_state; in bond_ab_arp_probe() 3699 check_state: in bond_ab_arp_probe()
|