Searched refs:apoll (Results 1 – 2 of 2) sorted by relevance
890 struct async_poll *apoll; member5241 return req->apoll->double_poll; in io_poll_get_double()5248 return &req->apoll->poll; in io_poll_get_single()5623 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local5625 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()5638 struct async_poll *apoll; in io_arm_poll_handler() local5661 apoll = kmalloc(sizeof(*apoll), GFP_ATOMIC); in io_arm_poll_handler()5662 if (unlikely(!apoll)) in io_arm_poll_handler()5664 apoll->double_poll = NULL; in io_arm_poll_handler()5665 req->apoll = apoll; in io_arm_poll_handler()[all …]
266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) in adbhid_keyboard_input() argument