Searched refs:bh_work (Results 1 – 1 of 1) sorted by relevance
333 struct work_struct bh_work; member348 queue_work(system_bh_wq, &state->bh_work); in hash_irq_test_timer_func()355 container_of(work, typeof(*state), bh_work); in hash_irq_test_bh_work_func()401 INIT_WORK_ONSTACK(&state.bh_work, hash_irq_test_bh_work_func); in run_irq_test()415 flush_work(&state.bh_work); in run_irq_test()
Completed in 5 milliseconds