kevent             46 drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.h 	struct nvkm_event kevent; /* channel killed */
kevent            125 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c 	nvkm_event_send(&fifo->kevent, 1, chid, NULL, 0);
kevent            334 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c 	nvkm_event_fini(&fifo->kevent);
kevent            383 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c 	return nvkm_event_init(&nvkm_fifo_kevent_func, 1, nr, &fifo->kevent);
kevent             44 drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c 		*pevent = &chan->fifo->kevent;
kevent            518 drivers/media/rc/mceusb.c 	struct work_struct kevent;
kevent            774 drivers/media/rc/mceusb.c static void mceusb_defer_kevent(struct mceusb_dev *ir, int kevent)
kevent            776 drivers/media/rc/mceusb.c 	set_bit(kevent, &ir->kevent_flags);
kevent            780 drivers/media/rc/mceusb.c 			kevent);
kevent            784 drivers/media/rc/mceusb.c 	if (!schedule_work(&ir->kevent))
kevent            785 drivers/media/rc/mceusb.c 		dev_dbg(ir->dev, "kevent %d already scheduled", kevent);
kevent            787 drivers/media/rc/mceusb.c 		dev_dbg(ir->dev, "kevent %d scheduled", kevent);
kevent           1520 drivers/media/rc/mceusb.c 		container_of(work, struct mceusb_dev, kevent);
kevent           1770 drivers/media/rc/mceusb.c 	INIT_WORK(&ir->kevent, mceusb_deferred_kevent);
kevent           1825 drivers/media/rc/mceusb.c 	cancel_work_sync(&ir->kevent);
kevent           1853 drivers/media/rc/mceusb.c 	cancel_work_sync(&ir->kevent);
kevent            457 drivers/net/usb/usbnet.c 	if (!schedule_work (&dev->kevent))
kevent           1135 drivers/net/usb/usbnet.c 		container_of(work, struct usbnet, kevent);
kevent           1606 drivers/net/usb/usbnet.c 	cancel_work_sync(&dev->kevent);
kevent           1705 drivers/net/usb/usbnet.c 	INIT_WORK (&dev->kevent, usbnet_deferred_kevent);
kevent           1831 drivers/net/usb/usbnet.c 	cancel_work_sync(&dev->kevent);
kevent            338 fs/notify/fanotify/fanotify_user.c 	struct fsnotify_event *kevent;
kevent            350 fs/notify/fanotify/fanotify_user.c 		kevent = get_one_event(group, count);
kevent            351 fs/notify/fanotify/fanotify_user.c 		if (IS_ERR(kevent)) {
kevent            352 fs/notify/fanotify/fanotify_user.c 			ret = PTR_ERR(kevent);
kevent            356 fs/notify/fanotify/fanotify_user.c 		if (!kevent) {
kevent            372 fs/notify/fanotify/fanotify_user.c 		ret = copy_event_to_user(group, kevent, buf, count);
kevent            387 fs/notify/fanotify/fanotify_user.c 		if (!fanotify_is_perm_event(FANOTIFY_E(kevent)->mask)) {
kevent            388 fs/notify/fanotify/fanotify_user.c 			fsnotify_destroy_event(group, kevent);
kevent            393 fs/notify/fanotify/fanotify_user.c 					FANOTIFY_PE(kevent), FAN_DENY);
kevent            397 fs/notify/fanotify/fanotify_user.c 				list_add_tail(&kevent->list,
kevent            216 fs/notify/inotify/inotify_user.c 	struct fsnotify_event *kevent;
kevent            227 fs/notify/inotify/inotify_user.c 		kevent = get_one_event(group, count);
kevent            230 fs/notify/inotify/inotify_user.c 		pr_debug("%s: group=%p kevent=%p\n", __func__, group, kevent);
kevent            232 fs/notify/inotify/inotify_user.c 		if (kevent) {
kevent            233 fs/notify/inotify/inotify_user.c 			ret = PTR_ERR(kevent);
kevent            234 fs/notify/inotify/inotify_user.c 			if (IS_ERR(kevent))
kevent            236 fs/notify/inotify/inotify_user.c 			ret = copy_event_to_user(group, kevent, buf);
kevent            237 fs/notify/inotify/inotify_user.c 			fsnotify_destroy_event(group, kevent);
kevent             70 include/linux/usb/usbnet.h 	struct work_struct	kevent;