Searched refs:vw (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/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.1.9/tools/perf/trace/beauty/ |
D | mmap_prot.sh | 22 egrep -vw PROT_NONE | \ 27 egrep -vw PROT_NONE | \
|
D | mmap_flags.sh | 28 egrep -vw 'MAP_(UNINITIALIZED|TYPE|SHARED_VALIDATE)' | \ 33 egrep -vw 'MAP_(UNINITIALIZED|TYPE|SHARED_VALIDATE)' | \
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_vma.c | 321 struct i915_vma_work *vw = container_of(work, typeof(*vw), base); in __vma_bind() local 322 struct i915_vma_resource *vma_res = vw->vma_res; in __vma_bind() 330 if (i915_gem_object_has_unknown_state(vw->obj)) in __vma_bind() 333 vma_res->ops->bind_vma(vma_res->vm, &vw->stash, in __vma_bind() 334 vma_res, vw->cache_level, vw->flags); in __vma_bind() 339 struct i915_vma_work *vw = container_of(work, typeof(*vw), base); in __vma_release() local 341 if (vw->obj) in __vma_release() 342 i915_gem_object_put(vw->obj); in __vma_release() 344 i915_vm_free_pt_stash(vw->vm, &vw->stash); in __vma_release() 345 if (vw->vma_res) in __vma_release() [all …]
|
/linux-6.1.9/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.1.9/tools/perf/trace/beauty/tracepoints/ |
D | x86_msr.sh | 29 sed -r "s/$regex/\2 \1/g" | egrep -vw 'K6_WHCR' | sort -n | \
|
/linux-6.1.9/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.1.9/arch/loongarch/ |
D | Makefile | 100 grep -E -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \
|
/linux-6.1.9/arch/mips/ |
D | Makefile | 321 egrep -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \
|
/linux-6.1.9/arch/ia64/kernel/ |
D | palinfo.c | 349 vm_info_1.pal_vm_info_1_s.vw ? "" : "not ", in vm_info()
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | pal.h | 1626 u64 vw : 1, member
|