Searched refs:vw (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/tty/vt/ |
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() 175 static void vt_event_wait(struct vt_event_wait *vw) in vt_event_wait() argument 177 __vt_event_queue(vw); in vt_event_wait() [all …]
|
/linux-6.6.21/tools/perf/trace/beauty/ |
D | mmap_prot.sh | 23 grep -E -vw PROT_NONE | \ 28 grep -E -vw PROT_NONE | \
|
D | mmap_flags.sh | 29 grep -E -vw 'MAP_(UNINITIALIZED|TYPE|SHARED_VALIDATE)' | \ 35 grep -E -vw 'MAP_(UNINITIALIZED|TYPE|SHARED_VALIDATE)' | \
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
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->obj) in __vma_release() 346 i915_gem_object_put(vw->obj); in __vma_release() 348 i915_vm_free_pt_stash(vw->vm, &vw->stash); in __vma_release() 349 if (vw->vma_res) in __vma_release() [all …]
|
/linux-6.6.21/drivers/ps3/ |
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()
|
/linux-6.6.21/tools/perf/trace/beauty/tracepoints/ |
D | x86_msr.sh | 29 sed -r "s/$regex/\2 \1/g" | grep -E -vw 'K6_WHCR' | sort -n | \
|
/linux-6.6.21/Documentation/firmware-guide/acpi/ |
D | method-customizing.rst | 59 e.g. "iasl -vw 6084 psr.asl" (psr.aml is generated as a result) 60 If parameter "-vw 6084" is not supported by your iASL compiler,
|
/linux-6.6.21/arch/loongarch/ |
D | Makefile | 121 grep -E -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \
|
/linux-6.6.21/arch/ia64/kernel/ |
D | palinfo.c | 349 vm_info_1.pal_vm_info_1_s.vw ? "" : "not ", in vm_info()
|
/linux-6.6.21/arch/mips/ |
D | Makefile | 350 grep -E -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | pal.h | 1626 u64 vw : 1, member
|