Searched refs:check_state (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/md/bcache/ |
| H A D | btree.c | 1988 cur_idx = check_state->key_idx; in bch_btree_check_thread() 1989 check_state->key_idx++; in bch_btree_check_thread() 2044 wake_up(&check_state->wait); in bch_btree_check_thread() 2083 check_state.c = c; in bch_btree_check() 2085 check_state.key_idx = 0; in bch_btree_check() 2104 check_state.infos[i].result = 0; in bch_btree_check() 2105 check_state.infos[i].state = &check_state; in bch_btree_check() 2107 check_state.infos[i].thread = in bch_btree_check() 2109 &check_state.infos[i], in bch_btree_check() 2118 atomic_inc(&check_state.started); in bch_btree_check() [all …]
|
| /linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 366 if (check_state(cfe, cond, i)) in test_any_node() 377 if (check_state(cfe, precond, i)) { in test_all_nodes() 378 if (!check_state(cfe, cond, i)) in test_all_nodes() 533 if (!check_state(cfe, NODE_STREAMING, i)) in cfe_schedule_next_csi2_job() 566 if (!check_state(cfe, NODE_STREAMING, i)) in cfe_schedule_next_pisp_job() 588 if (!check_state(cfe, NODE_ENABLED, i)) in cfe_check_job_ready() 759 if (check_state(cfe, FS_INT, node->id) && in cfe_isr() 760 !check_state(cfe, FE_INT, node->id)) { in cfe_isr() 1749 if (check_state(cfe, NODE_REGISTERED, i)) in cfe_notify() 2067 if (check_state(cfe, NODE_REGISTERED, i)) { in cfe_unregister_nodes() [all …]
|
| /linux-6.15/drivers/md/ |
| H A D | raid5.c | 4274 switch (sh->check_state) { in handle_parity_checks5() 4279 sh->check_state = check_state_run; in handle_parity_checks5() 4288 sh->check_state = check_state_idle; in handle_parity_checks5() 4309 sh->check_state = check_state_idle; in handle_parity_checks5() 4352 __func__, sh->check_state, in handle_parity_checks5() 4377 switch (sh->check_state) { in handle_parity_checks6() 4385 sh->check_state = check_state_run; in handle_parity_checks6() 4528 __func__, sh->check_state, in handle_parity_checks6() 4863 sh->check_state = head_sh->check_state; in break_stripe_batch_list() 4983 sh->check_state = 0; in handle_stripe() [all …]
|
| H A D | raid5.h | 220 enum check_states check_state; member
|
| /linux-6.15/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-6.15/fs/ceph/ |
| H A D | mds_client.h | 603 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-6.15/drivers/net/bonding/ |
| H A D | bond_main.c | 3881 goto check_state; in bond_ab_arp_probe() 3890 check_state: in bond_ab_arp_probe()
|