Searched refs:ops_complete_check (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.c | 2135 static void ops_complete_check(void *stripe_head_ref) in ops_complete_check() function 2184 init_async_submit(&submit, ASYNC_TX_ACK, tx, ops_complete_check, sh, NULL); in ops_run_check_p() 2204 init_async_submit(&submit, ASYNC_TX_ACK, NULL, ops_complete_check, in ops_run_check_pq()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.c | 2213 static void ops_complete_check(void *stripe_head_ref) in ops_complete_check() function 2262 init_async_submit(&submit, ASYNC_TX_ACK, tx, ops_complete_check, sh, NULL); in ops_run_check_p() 2282 init_async_submit(&submit, ASYNC_TX_ACK, NULL, ops_complete_check, in ops_run_check_pq()
|
Completed in 22 milliseconds