Searched refs:bounded (Results 1 - 5 of 5) sorted by relevance

/linux-master/io_uring/
H A Dio-wq.h46 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data);
H A Dio-wq.c31 IO_WORKER_F_BOUND = 8, /* is doing bounded work */
1141 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data) argument
1148 if (WARN_ON_ONCE(!bounded))
1165 wq->acct[IO_WQ_ACCT_BOUND].max_workers = bounded;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h285 bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded);
H A Dmain.c7707 * Param 'bounded' indicates if applicable loops should be bounded.
7709 bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded) argument
7734 if (brcms_b_txstatus(wlc->hw, bounded, &fatal))
7757 if (brcms_b_recv(wlc_hw, RX_FIFO, bounded))
/linux-master/arch/x86/boot/
H A Dheader.S448 # The worst case can at least be bounded by having one bit that represents

Completed in 147 milliseconds