Searched refs:check_state (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/md/bcache/ |
| A D | btree.c | 1937 cur_idx = check_state->key_idx; in bch_btree_check_thread() 1938 check_state->key_idx++; in bch_btree_check_thread() 1984 wake_up(&check_state->wait); in bch_btree_check_thread() 2022 if (!check_state) in bch_btree_check() 2025 check_state->c = c; in bch_btree_check() 2027 check_state->key_idx = 0; in bch_btree_check() 2045 check_state->infos[i].result = 0; in bch_btree_check() 2046 check_state->infos[i].state = check_state; in bch_btree_check() 2050 check_state->infos[i].thread = in bch_btree_check() 2052 &check_state->infos[i], in bch_btree_check() [all …]
|
| /linux/drivers/usb/phy/ |
| A 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() 1416 check_state(isp, __func__); in isp1301_start_srp() 1465 check_state(isp, __func__); in isp1301_start_hnp()
|
| /linux/drivers/md/ |
| A D | raid5.c | 4250 switch (sh->check_state) { in handle_parity_checks5() 4255 sh->check_state = check_state_run; in handle_parity_checks5() 4264 sh->check_state = check_state_idle; in handle_parity_checks5() 4286 sh->check_state = check_state_idle; in handle_parity_checks5() 4329 __func__, sh->check_state, in handle_parity_checks5() 4354 switch (sh->check_state) { in handle_parity_checks6() 4362 sh->check_state = check_state_run; in handle_parity_checks6() 4506 __func__, sh->check_state, in handle_parity_checks6() 4849 sh->check_state = head_sh->check_state; in break_stripe_batch_list() 4972 sh->check_state = 0; in handle_stripe() [all …]
|
| A D | raid5.h | 219 enum check_states check_state; member
|
| /linux/drivers/scsi/cxlflash/ |
| A D | superpipe.h | 151 int check_state(struct cxlflash_cfg *cfg);
|
| A 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()
|
| A D | vlun.c | 457 rc = check_state(cfg); in write_same16()
|
| /linux/fs/ceph/ |
| A D | mds_client.h | 528 bool check_state);
|
| A D | mds_client.c | 802 bool check_state) in ceph_mdsc_iterate_sessions() argument 814 if (check_state && !check_session_state(s)) { in ceph_mdsc_iterate_sessions()
|
| /linux/drivers/net/bonding/ |
| A D | bond_main.c | 3417 goto check_state; in bond_ab_arp_probe() 3426 check_state: in bond_ab_arp_probe()
|
Completed in 54 milliseconds