Searched refs:max_mbox_busy_wait (Results 1 – 1 of 1) sorted by relevance
157 static unsigned int max_mbox_busy_wait = MBOX_BUSY_WAIT; variable158 module_param_named(busy_wait, max_mbox_busy_wait, int, 0);1401 } while(mbox->busy && (i < max_mbox_busy_wait)); in mbox_post_cmd()