Home
last modified time | relevance | path

Searched refs:grabbing (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/drivers/media/pci/ttpci/
H A Dbudget-core.c67 memset(budget->grabbing, 0x00, budget->buffer_size); in start_ts_capture()
177 u8 *mem = (u8 *) (budget->grabbing); in vpeirq()
513 budget->grabbing = saa7146_vmalloc_build_pgtable(dev->pci, budget->buffer_size, &budget->pt); in ttpci_budget_init()
514 if (NULL == budget->grabbing) { in ttpci_budget_init()
533 saa7146_vfree_destroy_pgtable(dev->pci, budget->grabbing, &budget->pt); in ttpci_budget_init()
562 saa7146_vfree_destroy_pgtable(dev->pci, budget->grabbing, &budget->pt); in ttpci_budget_deinit()
H A Dbudget.h49 unsigned char *grabbing; member
/openbmc/linux/drivers/media/pci/tw5864/
H A DKconfig8 multichannel video & audio grabbing and encoding (H.264, MJPEG,
/openbmc/linux/Documentation/locking/
H A Drt-mutex.rst65 .. [1] It also can be a transitional state when grabbing the lock
71 waiters. This can happen when grabbing the lock in the slow path.
H A Drt-mutex-design.rst317 is used (when applicable) to keep the fast path of grabbing and releasing
387 with what we believe is the best. It walks the PI chain by only grabbing
506 The second case is only applicable for tasks that are grabbing a mutex
536 the grabbing of the wait_lock, the mutex may not have any waiters, thus the
H A Dww-mutex-design.rst105 better to avoid grabbing a deadlock avoidance ticket).
328 prevention is obviously overkill, since with grabbing just one lock you can't
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110.c1198 memset(budget->grabbing + y * TS_WIDTH, 0x00, TS_WIDTH); in start_ts_capture()
1238 u8 *mem = (u8 *) (budget->grabbing); in vpeirq()
2500 av7110->grabbing = saa7146_vmalloc_build_pgtable(pdev, length, in av7110_attach()
2502 if (!av7110->grabbing) in av7110_attach()
2528 av7110->grabbing = saa7146_vmalloc_build_pgtable(pdev, length, in av7110_attach()
2530 if (!av7110->grabbing) in av7110_attach()
2736 if (av7110->grabbing) in av7110_attach()
2737 saa7146_vfree_destroy_pgtable(pdev, av7110->grabbing, &av7110->pt); in av7110_attach()
2769 saa7146_vfree_destroy_pgtable(saa->pci, av7110->grabbing, &av7110->pt); in av7110_detach()
H A Dav7110.h185 unsigned char *grabbing; member
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dmsr.rst40 guest has to check version before and after grabbing
87 guest has to check version before and after grabbing
288 this field before and after grabbing time information and make
/openbmc/linux/Documentation/power/
H A Dfreezing-of-tasks.rst218 First of all, grabbing the 'system_transition_mutex' lock to mutually exclude a
224 However, if that is not feasible, and grabbing 'system_transition_mutex' is
/openbmc/linux/Documentation/arch/arm/
H A Dvlocks.rst196 grabbing most of this text out of the relevant mail thread and writing
/openbmc/linux/Documentation/admin-guide/media/
H A Dphilips.rst76 grabbing with a tool that uses mmap(), you might want to increase if.
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dbtt.rst185 read is complete. Every writer thread, after grabbing a free block, checks the
/openbmc/u-boot/scripts/
H A Dspelling.txt545 grabing||grabbing
/openbmc/openbmc-build-scripts/config/
H A Dopenbmc-spelling.txt671 grabing->grabbing
/openbmc/linux/Documentation/powerpc/
H A Dhvcs.rst426 2. To provide network security when grabbing the console it is
/openbmc/linux/scripts/
H A Dspelling.txt739 grabing||grabbing
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst157 watch for ->i_mutex-grabbing code that might be used by your ->setattr().
H A Dxfs-online-fsck-design.rst3139 | This problem could be solved by grabbing extra references to the |
3279 There are subtleties with the inode cache that complicate grabbing the incore
/openbmc/qemu/ui/
H A Dcocoa.m326 /* The state surrounding mouse grabbing is potentially confusing.
/openbmc/linux/Documentation/kernel-hacking/
H A Dlocking.rst488 grabbing the lock. This is safe, as no-one else can access it until we
/openbmc/linux/Documentation/driver-api/
H A Dpin-control.rst1140 The result of grabbing this mapping from the device with something like
/openbmc/qemu/
H A Dqemu-options.hx2145 the mouse grabbing in conjunction with the "g" key. ``<mods>`` can be
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6510 infrastructure grabbing the clock more than
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch33341 + rpi_sem_wait(&jbc->sem_out); // This sem will stop this frame grabbing too much