Searched refs:check_state (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | catch-syscalls.py | 8 def check_state(expected): function 31 check_state("pipe2") 34 check_state("read") 40 check_state("end")
|
/openbmc/linux/drivers/md/bcache/ |
H A D | btree.c | 1970 cur_idx = check_state->key_idx; in bch_btree_check_thread() 1971 check_state->key_idx++; in bch_btree_check_thread() 2026 wake_up(&check_state->wait); in bch_btree_check_thread() 2063 check_state.c = c; in bch_btree_check() 2065 check_state.key_idx = 0; in bch_btree_check() 2084 check_state.infos[i].result = 0; in bch_btree_check() 2085 check_state.infos[i].state = &check_state; in bch_btree_check() 2087 check_state.infos[i].thread = in bch_btree_check() 2089 &check_state.infos[i], in bch_btree_check() 2098 atomic_inc(&check_state.started); in bch_btree_check() [all …]
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.h | 151 int check_state(struct cxlflash_cfg *cfg);
|
H A D | superpipe.c | 366 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()
|
H A D | vlun.c | 457 rc = check_state(cfg); in write_same16()
|
/openbmc/linux/drivers/md/ |
H A D | raid5.c | 4358 switch (sh->check_state) { in handle_parity_checks5() 4363 sh->check_state = check_state_run; in handle_parity_checks5() 4372 sh->check_state = check_state_idle; in handle_parity_checks5() 4394 sh->check_state = check_state_idle; in handle_parity_checks5() 4437 __func__, sh->check_state, in handle_parity_checks5() 4462 switch (sh->check_state) { in handle_parity_checks6() 4470 sh->check_state = check_state_run; in handle_parity_checks6() 4614 __func__, sh->check_state, in handle_parity_checks6() 4958 sh->check_state = head_sh->check_state; in break_stripe_batch_list() 5081 sh->check_state = 0; in handle_stripe() [all …]
|
H A D | raid5.h | 220 enum check_states check_state; member
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dump_utils.robot | 450 ... ${check_state}=${FALSE} 460 # check_state if set as TRUE, the task state will be 464 # Default value of check_state is FALSE. 471 Run Keyword If ${check_state} == ${TRUE} Should Be True
|
H A D | state.py | 940 def check_state( function
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 174 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()
|
/openbmc/linux/fs/ceph/ |
H A D | mds_client.h | 565 bool check_state);
|
H A D | mds_client.c | 1055 bool check_state) in ceph_mdsc_iterate_sessions() argument 1067 if (check_state && !check_session_state(s)) { in ceph_mdsc_iterate_sessions()
|
/openbmc/openbmc-test-automation/redfish/task_service/ |
H A D | test_tasks_service.robot | 150 ... check_state=${TRUE}
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_main.c | 3783 goto check_state; in bond_ab_arp_probe() 3792 check_state: in bond_ab_arp_probe()
|