/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | vt_ioctl.c | 138 static void __vt_event_queue(struct vt_event_wait *vw) in __vt_event_queue() argument 142 INIT_LIST_HEAD(&vw->list); in __vt_event_queue() 143 vw->done = 0; in __vt_event_queue() 146 list_add(&vw->list, &vt_events); in __vt_event_queue() 150 static void __vt_event_wait(struct vt_event_wait *vw) in __vt_event_wait() argument 153 wait_event_interruptible(vt_event_waitqueue, vw->done); in __vt_event_wait() 156 static void __vt_event_dequeue(struct vt_event_wait *vw) in __vt_event_dequeue() argument 162 list_del(&vw->list); in __vt_event_dequeue() 168 * @vw: our event 175 static void vt_event_wait(struct vt_event_wait *vw) in vt_event_wait() argument 191 struct vt_event_wait vw; vt_event_wait_ioctl() local 219 struct vt_event_wait vw; vt_waitactive() local [all...] |
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vt_ioctl.c | 138 static void __vt_event_queue(struct vt_event_wait *vw) in __vt_event_queue() argument 142 INIT_LIST_HEAD(&vw->list); in __vt_event_queue() 143 vw->done = 0; in __vt_event_queue() 146 list_add(&vw->list, &vt_events); in __vt_event_queue() 150 static void __vt_event_wait(struct vt_event_wait *vw) in __vt_event_wait() argument 153 wait_event_interruptible(vt_event_waitqueue, vw->done); in __vt_event_wait() 156 static void __vt_event_dequeue(struct vt_event_wait *vw) in __vt_event_dequeue() argument 162 list_del(&vw->list); in __vt_event_dequeue() 168 * @vw: our event 175 static void vt_event_wait(struct vt_event_wait *vw) in vt_event_wait() argument 191 struct vt_event_wait vw; vt_event_wait_ioctl() local 219 struct vt_event_wait vw; vt_waitactive() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_vma.c | 305 struct i915_vma_work *vw = container_of(work, typeof(*vw), base); in __vma_bind() local 306 struct i915_vma *vma = vw->vma; in __vma_bind() 308 vma->ops->bind_vma(vw->vm, &vw->stash, in __vma_bind() 309 vma, vw->cache_level, vw->flags); in __vma_bind() 315 struct i915_vma_work *vw = container_of(work, typeof(*vw), base); in __vma_release() local 317 if (vw in __vma_release() 334 struct i915_vma_work *vw; i915_vma_work() local [all...] |
/kernel/linux/linux-5.10/drivers/ps3/ |
H A D | vuart.h | 59 struct ps3_vuart_work *vw = container_of(_work, struct ps3_vuart_work, in ps3_vuart_work_to_system_bus_dev() local 61 return vw->dev; in ps3_vuart_work_to_system_bus_dev()
|
/kernel/linux/linux-6.6/drivers/ps3/ |
H A D | vuart.h | 59 struct ps3_vuart_work *vw = container_of(_work, struct ps3_vuart_work, in ps3_vuart_work_to_system_bus_dev() local 61 return vw->dev; in ps3_vuart_work_to_system_bus_dev()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_vma.c | 325 struct i915_vma_work *vw = container_of(work, typeof(*vw), base); in __vma_bind() local 326 struct i915_vma_resource *vma_res = vw->vma_res; in __vma_bind() 334 if (i915_gem_object_has_unknown_state(vw->obj)) in __vma_bind() 337 vma_res->ops->bind_vma(vma_res->vm, &vw->stash, in __vma_bind() 338 vma_res, vw->pat_index, vw->flags); in __vma_bind() 343 struct i915_vma_work *vw = container_of(work, typeof(*vw), base); in __vma_release() local 345 if (vw in __vma_release() 361 struct i915_vma_work *vw; i915_vma_work() local [all...] |
/kernel/linux/linux-6.6/arch/loongarch/ |
H A D | Makefile | 121 grep -E -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \
|
/kernel/linux/linux-5.10/arch/loongarch/ |
H A D | Makefile | 134 grep -E -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \
|
/kernel/linux/linux-5.10/arch/mips/ |
H A D | Makefile | 323 egrep -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | palinfo.c | 349 vm_info_1.pal_vm_info_1_s.vw ? "" : "not ", in vm_info()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | palinfo.c | 349 vm_info_1.pal_vm_info_1_s.vw ? "" : "not ", in vm_info()
|
/kernel/linux/linux-6.6/arch/mips/ |
H A D | Makefile | 350 grep -E -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pal.h | 1625 u64 vw : 1, member
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | pal.h | 1626 u64 vw : 1, member
|