Searched refs:poll_only (Results 1 – 4 of 4) sorted by relevance
105 if (storm->banks[mce->bank].poll_only) in mce_track_storm()
91 bool poll_only; member
240 storm->banks[bank].poll_only = true; in cmci_claim_bank()
804 static struct io_kiocb *io_poll_find(struct io_ring_ctx *ctx, bool poll_only, in io_poll_find() argument819 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in io_poll_find()