Searched refs:check_state (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/md/bcache/ |
H A D | btree.c | 1963 struct btree_check_state *check_state = info->state; in bch_btree_check_thread() local 1964 struct cache_set *c = check_state->c; in bch_btree_check_thread() 1987 spin_lock(&check_state->idx_lock); in bch_btree_check_thread() 1988 cur_idx = check_state->key_idx; in bch_btree_check_thread() 1989 check_state->key_idx++; in bch_btree_check_thread() 1990 spin_unlock(&check_state->idx_lock); in bch_btree_check_thread() 2006 atomic_set(&check_state->enough, 1); in bch_btree_check_thread() 2043 if (atomic_dec_and_test(&check_state->started)) in bch_btree_check_thread() 2044 wake_up(&check_state->wait); in bch_btree_check_thread() 2069 struct btree_check_state check_state; in bch_btree_check() local [all …]
|
/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.h | 148 int check_state(struct cxlflash_cfg *cfg);
|
H A D | superpipe.c | 366 rc = check_state(cfg); in read_cap16() 1264 * check_state() - checks and responds to the current adapter state 1276 int check_state(struct cxlflash_cfg *cfg) in check_state() function 1645 * reset wait queue is attempted via check_state(). 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()
|
H A D | vlun.c | 457 rc = check_state(cfg); in write_same16()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 192 static int check_state(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, in check_state() function 222 check_state(sd, state, format->which, format->pad, format->stream); in check_format() 249 check_state(sd, state, code->which, code->pad, code->stream) ? : in call_enum_mbus_code() 261 check_state(sd, state, fse->which, fse->pad, fse->stream) ? : in call_enum_frame_size() 273 check_state(sd, state, fie->which, fie->pad, fie->stream) ? : in call_enum_frame_interval() 285 check_state(sd, state, sel->which, sel->pad, sel->stream); in check_selection() 312 check_state(sd, state, fi->which, fi->pad, fi->stream); in check_frame_interval()
|
/linux/fs/ceph/ |
H A D | mds_client.h | 600 bool check_state);
|
H A D | mds_client.c | 1062 bool check_state) in ceph_mdsc_iterate_sessions() argument 1074 if (check_state && !check_session_state(s)) { in ceph_mdsc_iterate_sessions()
|
/linux/drivers/net/bonding/ |
H A D | bond_main.c | 3882 goto check_state; in bond_ab_arp_probe() 3891 check_state: in bond_ab_arp_probe()
|