Searched refs:took (Results 1 – 25 of 59) sorted by relevance
123
/linux-6.6.21/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,rpm-master-stats.yaml | 21 our device has entered the desired low-power mode, how long it took to do so, 22 the duration of that residence, how long it took to come back online,
|
/linux-6.6.21/Documentation/admin-guide/device-mapper/ |
D | statistics.rst | 82 that took 0-10 ms to complete, b is the number of requests 83 that took 10-20 ms to complete, c is the number of requests 84 that took 20-30 ms to complete and d is the number of 85 requests that took more than 30 ms to complete.
|
/linux-6.6.21/arch/arm/kernel/ |
D | entry-v7m.S | 46 @ If we took the interrupt while running in the kernel, we may already
|
D | entry-header.S | 107 @ of the saved xPSR specifies if stack aligning took place. In this case
|
D | entry-armv.S | 40 @ If we took the interrupt while running in the kernel, we may already
|
/linux-6.6.21/Documentation/powerpc/ |
D | mpc52xx.rst | 38 so. I didn't took 5xxx because there's apparently a lot of 5xxx that have
|
/linux-6.6.21/Documentation/trace/ |
D | events-nmi.rst | 17 INFO: NMI handler took too long to run: 9.207 msecs
|
D | timerlat-tracer.rst | 102 thread took 7597 ns, and the qxl:21 device IRQ took 7139 ns. Finally, 103 the cc1 thread noise took 9909 ns of time before the context switch.
|
D | osnoise-tracer.rst | 167 it took place one millisecond before.
|
/linux-6.6.21/Documentation/i2c/ |
D | fault-codes.rst | 124 This is returned by drivers when an operation took too much 127 SMBus adapters may return it when an operation took more
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-ctrl.rst | 93 applications took over control of the device function this control
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/ti/ |
D | cpsw.rst | 271 // (I took at https://www.spinics.net/lists/netdev/msg460869.html) 278 // (I took at https://www.spinics.net/lists/netdev/msg460869.html) 558 // (I took at https://www.spinics.net/lists/netdev/msg460869.html)
|
/linux-6.6.21/Documentation/locking/ |
D | lockstat.rst | 66 - number of times we took the lock
|
D | lockdep-design.rst | 176 took any hardirq-unsafe lock in the past. 178 - if a new softirq-safe lock is discovered, we check whether it took 182 hardirq-safe lock took it in the past. 185 softirq-safe lock took it in the past.
|
D | hwspinlock.rst | 342 * we took the lock, do our thing now, but do NOT sleep 377 * we took the lock, do our thing now, but do NOT sleep
|
/linux-6.6.21/arch/arc/kernel/ |
D | entry-compact.S | 337 ; Special considerations needed for the context which took L2 intr
|
/linux-6.6.21/arch/m68k/ifpsp060/ |
D | fpsp.doc | 100 For example, if the 68060 hardware took a "Line-F Emulator" exception
|
D | isp.doc | 108 For example, if the 68060 hardware took a "Unimplemented Integer Instruction"
|
/linux-6.6.21/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-isku | 95 epoch in which the last configuration took place.
|
/linux-6.6.21/Documentation/arch/x86/ |
D | microcode.rst | 138 While this took care of device or external interrupts, IPIs including
|
/linux-6.6.21/fs/reiserfs/ |
D | README | 140 implemented allocate on flush before us for XFS, and generously took
|
/linux-6.6.21/Documentation/scsi/ |
D | FlashPoint.rst | 114 message after 11pm one evening, and the meeting took place the next
|
/linux-6.6.21/Documentation/admin-guide/media/ |
D | dvb_intro.rst | 165 Here's the output of the dvbv5 tools from a channel scan took from
|
/linux-6.6.21/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1493 # fmove out took an unimplemented data type exception. 2038 # The opclass two PACKED instruction that took an "Unimplemented Data Type" 2469 # PC of instruction that took the exception is the PC in the frame 2956 # PC of instruction that took the exception is the PC in the frame 3076 # facc_out_{b,w,l}() - store to memory took access error (opcl 3) #
|
/linux-6.6.21/drivers/infiniband/hw/qib/ |
D | qib_iba7322.c | 1350 int took, multi, n = 0; in err_decode() local 1364 took = min_t(size_t, msp->sz - (size_t)1, len); in err_decode() 1365 memcpy(msg, msp->msg, took); in err_decode() 1366 len -= took; in err_decode() 1367 msg += took; in err_decode() 1380 took = scnprintf(msg, len, "_%d", idx); in err_decode() 1381 len -= took; in err_decode() 1382 msg += took; in err_decode()
|
123