Searched refs:check_state (Results 1 – 6 of 6) sorted by relevance
| /drivers/md/bcache/ |
| A D | btree.c | 1977 cur_idx = check_state->key_idx; in bch_btree_check_thread() 1978 check_state->key_idx++; in bch_btree_check_thread() 2033 wake_up(&check_state->wait); in bch_btree_check_thread() 2070 check_state.c = c; in bch_btree_check() 2072 check_state.key_idx = 0; in bch_btree_check() 2091 check_state.infos[i].result = 0; in bch_btree_check() 2092 check_state.infos[i].state = &check_state; in bch_btree_check() 2094 check_state.infos[i].thread = in bch_btree_check() 2096 &check_state.infos[i], in bch_btree_check() 2105 atomic_inc(&check_state.started); in bch_btree_check() [all …]
|
| /drivers/media/platform/raspberrypi/rp1-cfe/ |
| A D | cfe.c | 365 if (check_state(cfe, cond, i)) in test_any_node() 376 if (check_state(cfe, precond, i)) { in test_all_nodes() 377 if (!check_state(cfe, cond, i)) in test_all_nodes() 532 if (!check_state(cfe, NODE_STREAMING, i)) in cfe_schedule_next_csi2_job() 565 if (!check_state(cfe, NODE_STREAMING, i)) in cfe_schedule_next_pisp_job() 587 if (!check_state(cfe, NODE_ENABLED, i)) in cfe_check_job_ready() 758 if (check_state(cfe, FS_INT, node->id) && in cfe_isr() 759 !check_state(cfe, FE_INT, node->id)) { in cfe_isr() 1745 if (check_state(cfe, NODE_REGISTERED, i)) in cfe_notify() 2064 if (check_state(cfe, NODE_REGISTERED, i)) { in cfe_unregister_nodes() [all …]
|
| /drivers/md/ |
| A D | raid5.c | 4266 switch (sh->check_state) { in handle_parity_checks5() 4271 sh->check_state = check_state_run; in handle_parity_checks5() 4280 sh->check_state = check_state_idle; in handle_parity_checks5() 4301 sh->check_state = check_state_idle; in handle_parity_checks5() 4344 __func__, sh->check_state, in handle_parity_checks5() 4369 switch (sh->check_state) { in handle_parity_checks6() 4377 sh->check_state = check_state_run; in handle_parity_checks6() 4520 __func__, sh->check_state, in handle_parity_checks6() 4855 sh->check_state = head_sh->check_state; in break_stripe_batch_list() 4975 sh->check_state = 0; in handle_stripe() [all …]
|
| A D | raid5.h | 220 enum check_states check_state; member
|
| /drivers/media/v4l2-core/ |
| 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()
|
| /drivers/net/bonding/ |
| A D | bond_main.c | 3904 goto check_state; in bond_ab_arp_probe() 3913 check_state: in bond_ab_arp_probe()
|
Completed in 53 milliseconds