Searched full:immediately (Results 1 – 25 of 1940) sorted by relevance
12345678910>>...78
/linux-5.10/Documentation/driver-api/firmware/ |
D | lookup-order.rst | 10 return it immediately 12 return it immediately 14 return it immediately 16 firmware_request_platform() is used, if found we return it immediately
|
/linux-5.10/Documentation/RCU/ |
D | UP.rst | 7 may immediately invoke its function. The basis of this misconception 46 Therefore, in this case, allowing call_rcu() to immediately invoke 91 Permitting call_rcu() to immediately invoke its arguments breaks RCU, 96 Note that it *is* safe for synchronize_rcu() to return immediately on 100 Why can't synchronize_rcu() return immediately on UP systems running 136 Why can't synchronize_rcu() return immediately on UP systems 141 simply immediately returned, it would prematurely signal the
|
/linux-5.10/include/trace/events/ |
D | irq.h | 43 * irq_handler_entry - called immediately before the irq action handler 73 * irq_handler_exit - called immediately after the irq action handler returns 122 * softirq_entry - called immediately before the softirq handler 136 * softirq_exit - called immediately after the softirq handler returns 150 * softirq_raise - called immediately when a softirq is raised
|
D | workqueue.h | 19 * This event occurs when a work is queued immediately or once a 56 * which happens immediately after queueing unless @max_active limit 77 * workqueue_execute_start - called immediately before the workqueue callback 102 * workqueue_execute_end - called immediately after the workqueue callback
|
D | ipi.h | 56 * ipi_entry - called immediately before the IPI handler 72 * ipi_exit - called immediately after the IPI handler returns
|
D | timer.h | 85 * timer_expire_entry - called immediately before the timer callback 116 * timer_expire_exit - called immediately after the timer callback returns 225 * hrtimer_expire_entry - called immediately before the hrtimer callback 273 * hrtimer_expire_exit - called immediately after the hrtimer callback returns
|
/linux-5.10/drivers/acpi/acpica/ |
D | amlresrc.h | 288 * Optional fields follow immediately: 330 * Optional fields follow immediately: 348 * Optional fields follow immediately: 366 * Optional fields follow immediately: 387 * Optional fields follow immediately: 407 * Optional fields follow immediately: 424 * Optional fields follow immediately: 443 * Optional fields follow immediately: 463 * Optional fields follow immediately:
|
/linux-5.10/arch/arm/include/asm/ |
D | dma.h | 97 * DMA address immediately, but defer it to the enable_dma(). 105 * DMA address immediately, but defer it to the enable_dma(). 115 * DMA count immediately, but defer it to the enable_dma(). 123 * DMA transfer direction immediately, but defer it to the
|
/linux-5.10/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-arvo | 8 immediately. 41 immediately. 52 When written, the key is activated/deactivated immediately.
|
/linux-5.10/include/linux/ |
D | kern_levels.h | 9 #define KERN_ALERT KERN_SOH "1" /* action must be taken immediately */ 31 #define LOGLEVEL_ALERT 1 /* action must be taken immediately */
|
D | hwspinlock.h | 172 * immediately fail if the hwspinlock is already locked. 193 * immediately fail if the hwspinlock is already locked. 211 * This function attempts to lock an hwspinlock, and will immediately fail 230 * This function attempts to lock an hwspinlock, and will immediately fail 247 * This function attempts to lock an hwspinlock, and will immediately fail
|
/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_connected.c | 29 * be made immediately, otherwise it will be deferred until 40 /* We're already connected. Call the callback immediately. */ in vchiq_add_connected_callback()
|
/linux-5.10/fs/jffs2/ |
D | TODO | 15 decide which inodes should be in-core immediately after mount. 31 - Doubly-linked next_in_ino list to allow us to free obsoleted raw_node_refs immediately?
|
/linux-5.10/arch/mips/include/asm/ |
D | war.h | 16 * if executed immediately after starting an integer division: 42 * if executed immediately after starting an integer division:
|
/linux-5.10/drivers/usb/serial/ |
D | keyspan_usa90msg.h | 16 disclaimer. The following copyright notice must appear immediately at 75 sendXoff, // host requests XOFF transmitted immediately 80 sendChar, // host requests char transmitted immediately
|
/linux-5.10/include/scsi/ |
D | scsi_dh.h | 37 SCSI_DH_RETRY, /* retry the req, but not immediately */ 38 SCSI_DH_IMM_RETRY, /* immediately retry the req */
|
/linux-5.10/Documentation/security/tpm/ |
D | tpm_vtpm_proxy.rst | 40 Once the device has been created, the driver will immediately try to talk 42 returned by the ioctl. The commands should be responded to immediately.
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-driver-hid-ntrig | 33 activation_width (RW) Width threshold to immediately 36 activation_height (RW) Height threshold to immediately
|
/linux-5.10/Documentation/locking/ |
D | hwspinlock.rst | 175 Attempt to lock a previously-assigned hwspinlock, but immediately fail if 192 Attempt to lock a previously-assigned hwspinlock, but immediately fail if 208 Attempt to lock a previously-assigned hwspinlock, but immediately fail if 224 Attempt to lock a previously-assigned hwspinlock, but immediately fail if 239 Attempt to lock a previously-assigned hwspinlock, but immediately fail if
|
/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
D | isp.c | 33 /* Enabling the IRQ immediately triggers an interrupt, clear it */ in cnd_isp_irq_enable() 118 /* To be called by the host immediately before starting ISP ID. */
|
/linux-5.10/fs/ceph/ |
D | ioctl.h | 25 * only works immediately after the file is created and before any 94 * immediately flushed on page boundaries). It is very similar to
|
/linux-5.10/kernel/locking/ |
D | percpu-rwsem.c | 60 * in turn means that they are guaranteed to immediately decrement in __percpu_down_read_trylock() 194 * newly arriving readers increment a given counter, they will immediately 249 * One reason that we cannot just immediately flip to readers_fast is in percpu_up_write()
|
/linux-5.10/arch/mips/include/asm/octeon/ |
D | cvmx-spinlock.h | 109 /* if lock held, fail immediately */ in cvmx_spinlock_trylock() 183 * Attempts to get lock, returns immediately with success/failure 200 /* if lock held, fail immediately */ in cvmx_spinlock_bit_trylock()
|
/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | func-select.rst | 54 the outgoing queue of the driver the function returns immediately. 73 immediately.
|
/linux-5.10/Documentation/kbuild/ |
D | kconfig-macro-language.rst | 63 righthand side is expanded immediately upon reading the line from the Kconfig 72 variable. The righthand side of += is expanded immediately if the lefthand 129 parsing immediately if the condition part is "y".
|
12345678910>>...78