Searched refs:vw (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/tty/vt/ |
A D | vt_ioctl.c | 143 vw->done = 0; in __vt_event_queue() 162 list_del(&vw->list); in __vt_event_dequeue() 177 __vt_event_queue(vw); in vt_event_wait() 178 __vt_event_wait(vw); in vt_event_wait() 179 __vt_event_dequeue(vw); in vt_event_wait() 191 struct vt_event_wait vw; in vt_event_wait_ioctl() local 199 vt_event_wait(&vw); in vt_event_wait_ioctl() 201 if (vw.done) { in vt_event_wait_ioctl() 222 __vt_event_queue(&vw); in vt_waitactive() 227 __vt_event_wait(&vw); in vt_waitactive() [all …]
|
/linux-6.3-rc2/tools/perf/trace/beauty/ |
A D | mmap_prot.sh | 22 grep -E -vw PROT_NONE | \ 27 grep -E -vw PROT_NONE | \
|
A D | mmap_flags.sh | 28 grep -E -vw 'MAP_(UNINITIALIZED|TYPE|SHARED_VALIDATE)' | \ 33 grep -E -vw 'MAP_(UNINITIALIZED|TYPE|SHARED_VALIDATE)' | \
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_vma.c | 324 struct i915_vma_work *vw = container_of(work, typeof(*vw), base); in __vma_bind() local 337 vma_res, vw->cache_level, vw->flags); in __vma_bind() 342 struct i915_vma_work *vw = container_of(work, typeof(*vw), base); in __vma_release() local 344 if (vw->obj) in __vma_release() 345 i915_gem_object_put(vw->obj); in __vma_release() 347 i915_vm_free_pt_stash(vw->vm, &vw->stash); in __vma_release() 348 if (vw->vma_res) in __vma_release() 360 struct i915_vma_work *vw; in i915_vma_work() local 362 vw = kzalloc(sizeof(*vw), GFP_KERNEL); in i915_vma_work() 363 if (!vw) in i915_vma_work() [all …]
|
/linux-6.3-rc2/drivers/ps3/ |
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()
|
/linux-6.3-rc2/tools/perf/trace/beauty/tracepoints/ |
A D | x86_msr.sh | 29 sed -r "s/$regex/\2 \1/g" | grep -E -vw 'K6_WHCR' | sort -n | \
|
/linux-6.3-rc2/Documentation/firmware-guide/acpi/ |
A 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.3-rc2/arch/loongarch/ |
A D | Makefile | 111 grep -E -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \
|
/linux-6.3-rc2/arch/mips/ |
A D | Makefile | 312 grep -E -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | palinfo.c | 349 vm_info_1.pal_vm_info_1_s.vw ? "" : "not ", in vm_info()
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pal.h | 1626 u64 vw : 1, member
|
Completed in 22 milliseconds