Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/bcache/
Dbtree.c1937 struct btree_check_state *check_state = info->state; in bch_btree_check_thread() local
1938 struct cache_set *c = check_state->c; in bch_btree_check_thread()
1959 spin_lock(&check_state->idx_lock); in bch_btree_check_thread()
1960 cur_idx = check_state->key_idx; in bch_btree_check_thread()
1961 check_state->key_idx++; in bch_btree_check_thread()
1962 spin_unlock(&check_state->idx_lock); in bch_btree_check_thread()
1978 atomic_set(&check_state->enough, 1); in bch_btree_check_thread()
2015 if (atomic_dec_and_test(&check_state->started)) in bch_btree_check_thread()
2016 wake_up(&check_state->wait); in bch_btree_check_thread()
2041 struct btree_check_state check_state; in bch_btree_check() local
[all …]
/Linux-v6.6/drivers/scsi/cxlflash/
Dsuperpipe.h151 int check_state(struct cxlflash_cfg *cfg);
Dsuperpipe.c366 rc = check_state(cfg); in read_cap16()
1278 int check_state(struct cxlflash_cfg *cfg) in check_state() function
1679 rc = check_state(cfg); in cxlflash_afu_recover()
1749 rc = check_state(cfg); in cxlflash_afu_recover()
2062 rc = check_state(cfg); in ioctl_common()
Dvlun.c457 rc = check_state(cfg); in write_same16()
/Linux-v6.6/drivers/md/
Draid5.c161 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
1545 if (sh->check_state == check_state_compute_run) in ops_complete_compute()
1546 sh->check_state = check_state_compute_result; in ops_complete_compute()
2220 sh->check_state = check_state_check_result; in ops_complete_check()
2341 if (sh->check_state == check_state_run) in raid_run_ops()
2343 else if (sh->check_state == check_state_run_q) in raid_run_ops()
2345 else if (sh->check_state == check_state_run_pq) in raid_run_ops()
4041 if (!test_bit(STRIPE_COMPUTE_RUN, &sh->state) && !sh->check_state && in handle_stripe_fill()
4359 switch (sh->check_state) { in handle_parity_checks5()
4364 sh->check_state = check_state_run; in handle_parity_checks5()
[all …]
Draid5.h220 enum check_states check_state; member
/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-subdev.c174 static int check_state(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, in check_state() function
204 check_state(sd, state, format->which, format->pad, format->stream); in check_format()
231 check_state(sd, state, code->which, code->pad, code->stream) ? : in call_enum_mbus_code()
243 check_state(sd, state, fse->which, fse->pad, fse->stream) ? : in call_enum_frame_size()
278 check_state(sd, state, fie->which, fie->pad, fie->stream) ? : in call_enum_frame_interval()
290 check_state(sd, state, sel->which, sel->pad, sel->stream); in check_selection()
/Linux-v6.6/fs/ceph/
Dmds_client.h565 bool check_state);
Dmds_client.c1055 bool check_state) in ceph_mdsc_iterate_sessions() argument
1067 if (check_state && !check_session_state(s)) { in ceph_mdsc_iterate_sessions()
/Linux-v6.6/drivers/net/bonding/
Dbond_main.c3736 goto check_state; in bond_ab_arp_probe()
3745 check_state: in bond_ab_arp_probe()