/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
D | gf100.c | 129 s64 taken; in gf100_ltc_invalidate() local 132 taken = nvkm_wait_msec(device, 2000, 0x70004, 0x00000003, 0x00000000); in gf100_ltc_invalidate() 134 if (taken > 0) in gf100_ltc_invalidate() 135 nvkm_debug(<c->subdev, "LTC invalidate took %lld ns\n", taken); in gf100_ltc_invalidate() 142 s64 taken; in gf100_ltc_flush() local 145 taken = nvkm_wait_msec(device, 2000, 0x70010, 0x00000003, 0x00000000); in gf100_ltc_flush() 147 if (taken > 0) in gf100_ltc_flush() 148 nvkm_debug(<c->subdev, "LTC flush took %lld ns\n", taken); in gf100_ltc_flush()
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | aperture_gm.c | 237 unsigned long request, avail, max, taken; in alloc_resource() local 247 taken = gvt->gm.vgpu_allocated_low_gm_size; in alloc_resource() 248 avail = max - taken; in alloc_resource() 258 taken = gvt->gm.vgpu_allocated_high_gm_size; in alloc_resource() 259 avail = max - taken; in alloc_resource() 269 taken = gvt->fence.vgpu_allocated_fence_num; in alloc_resource() 270 avail = max - taken; in alloc_resource() 287 BYTES_TO_MB(max), BYTES_TO_MB(taken)); in alloc_resource()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etm4x | 290 The value it taken directly from the HW. 297 (0x310). The value is taken directly from the HW. 304 (0x314). The value is taken directly from the HW. 311 (0xFB4). The value is taken directly from the HW. 318 (0xFB8). The value is taken directly from the HW. 325 (0xFC8). The value is taken directly from the HW. 332 (0xFCC). The value is taken directly from the HW. 339 (0xFE0). The value is taken directly from the HW. 346 (0xFE4). The value is taken directly from the HW. 353 (0xFE8). The value is taken directly from the HW. [all …]
|
D | sysfs-class-power-twl4030 | 18 be taken that battery is not over-charged.
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | hisilicon-hns-nic.txt | 14 The remaining 6 PHYs are taken according to the mode of DSAF. 16 In NIC mode of DSAF, all 6 PHYs are taken as ethernet ports to the CPU. The 26 In Switch mode of DSAF, all 6 PHYs are taken as physical ports connect to a 43 In NIC mode of DSAF, all 6 PHYs of service DSAF are taken as ethernet ports 53 In Switch mode of DSAF, all 6 PHYs of service DSAF are taken as physical
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
D | firmware.txt | 9 - id: The string name of the firmware. This is taken from the 'id' 13 - extended-modes: The Extended Modes bitfield, taken from the 16 - virtual-traps: The virtual traps, taken from the firmware binary.
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | fpsp.doc | 171 exception taken ---> enter _060_fpsp_snan --| 179 exception taken ---> enter _060_fpsp_operr --| 187 exception taken ---> enter _060_fpsp_dz --| 195 exception taken ---> enter _060_fpsp_inex --| 204 exception taken ---> enter _060_fpsp_ovfl --| 216 exception taken ---> enter _060_fpsp_unfl --| 229 exception taken ---> enter _060_fpsp_fline --| 266 exception taken ---> enter _060_fpsp_unsupp --| 288 exception taken ---> enter _060_fpsp_effadd --|
|
/Linux-v4.19/Documentation/ |
D | hwspinlock.txt | 93 msecs). If the hwspinlock is already taken, the function will busy loop 109 msecs). If the hwspinlock is already taken, the function will busy loop 125 msecs). If the hwspinlock is already taken, the function will busy loop 143 it is already taken. 151 notably -EBUSY if the hwspinlock was already taken). 160 it is already taken. 167 notably -EBUSY if the hwspinlock was already taken). 176 it is already taken. 184 notably -EBUSY if the hwspinlock was already taken). 255 /* take the lock, spin for 1 sec if it's already taken */ [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | block-range.c | 214 .taken = entry->taken, in block_range__create() 220 entry->taken = 0; in block_range__create()
|
D | block-range.h | 30 u64 taken; member
|
D | sort.c | 1555 int taken; member 1617 int taken; member 2400 if (sd->taken) in __sort_dimension__add() 2409 sd->taken = 1; in __sort_dimension__add() 2420 if (hd->taken) in __hpp_dimension__add() 2427 hd->taken = 1; in __hpp_dimension__add() 2435 if (sd->taken) in __sort_dimension__add_output() 2441 sd->taken = 1; in __sort_dimension__add_output() 2450 if (hd->taken) in __hpp_dimension__add_output() 2457 hd->taken = 1; in __hpp_dimension__add_output() [all …]
|
/Linux-v4.19/arch/alpha/kernel/ |
D | core_t2.c | 183 unsigned int value, cpu, taken; in conf_read() local 215 if ((taken = mcheck_taken(cpu))) { in conf_read() 237 unsigned int cpu, taken; in conf_write() local 267 if ((taken = mcheck_taken(cpu))) { in conf_write()
|
D | proto.h | 213 unsigned char taken; member 218 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
|
/Linux-v4.19/Documentation/serial/ |
D | driver | 94 Locking: port->lock taken. 111 Locking: port->lock taken. 123 Locking: port->lock taken. 130 Locking: port->lock taken. 168 Locking: port->lock taken. 179 Locking: port->lock taken. 198 Locking: port_sem taken. 212 Locking: port_sem taken. 222 Locking: port->lock taken. 345 Locking: tty_mutex and tty_port->mutex taken.
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | locking.txt | 9 - kvm->lock is taken outside vcpu->mutex 11 - kvm->lock is taken outside kvm->slots_lock and kvm->irq_lock 13 - kvm->slots_lock is taken outside kvm->irq_lock, though acquiring 16 On x86, vcpu->mutex is taken outside kvm->arch.hyperv.hv_lock. 18 For spinlocks, kvm_lock is taken outside kvm->mmu_lock. 20 Everything else is a leaf: no other lock is taken inside the critical
|
/Linux-v4.19/Documentation/vm/ |
D | split_page_table_lock.rst | 19 maps pte and takes PTE table lock, returns pointer to the taken 25 to taken lock or NULL if allocation failed; 29 takes PMD table lock, returns pointer to taken lock;
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | frontend-stat-properties.rst | 100 This measure is taken during the same interval as 128 measurement was taken. 157 This measure is taken during the same interval as 185 measurement was taken. 233 measurement was taken.
|
/Linux-v4.19/Documentation/ia64/ |
D | fsys.txt | 138 unless proper safe-guards are taken (e.g., interruptions are avoided), 144 user-level, care needs to be taken to clear any scratch registers 180 bits. Because of that, some care needs to be taken to ensure things 207 PSR.tb Lazy redirect. If a taken-branch trap occurs while in 211 taken branch would occur on the branch invoking the 215 return will trigger a taken-branch trap, but since the trap is 216 taken _after_ restoring the privilege level, the CPU has already 227 be taken. The trap handler then modifies the saved machine
|
/Linux-v4.19/kernel/locking/ |
D | rwsem-xadd.c | 421 bool taken = false; in rwsem_optimistic_spin() local 444 taken = true; in rwsem_optimistic_spin() 468 return taken; in rwsem_optimistic_spin()
|
/Linux-v4.19/Documentation/scsi/ |
D | scsi_eh.txt | 89 limit is reached, action for BLK_EH_DONE is taken instead. 93 Step #2 is taken. 99 or when the EH deadline is expired. In these case Step #3 is taken. 202 Higher-severity actions are taken only when lower-severity actions 217 - Higher severity actions are taken iff eh_work_q is not empty after 285 This action is taken for each error-completed 301 causes higher-severity recovery to be taken for the scmd. 320 This action is taken for each timed out command when 367 state. It seems that STU action should be taken only when
|
/Linux-v4.19/Documentation/power/ |
D | swsusp-and-swap-files.txt | 10 already taken care of by the swap-handling code, but (2) has to be taken into
|
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/ |
D | ads7846.txt | 39 two samples are taken with settle_delay 43 taken this delay is applied and penirq
|
/Linux-v4.19/Documentation/locking/ |
D | lockdep-design.txt | 84 Furthermore, two locks may not be taken in different order: 101 taken by a hardirq context, interrupting a hardirq-unsafe lock - and 103 lock could be taken by an softirq context, interrupting a softirq-unsafe 165 The validator treats a lock that is taken in such a nested fashion as a 197 layer assumes a lock remains taken, but a lower layer thinks it can maybe drop 258 that for every lock taken and for every irqs-enable event, it would 264 sequence of locks taken after each other) only once. A simple stack of
|
/Linux-v4.19/net/ax25/ |
D | TODO | 9 Routes to a device being taken down might be deleted by ax25_rt_device_down
|
/Linux-v4.19/Documentation/trace/ |
D | events-kmem.rst | 69 Broadly speaking, pages are taken off the LRU lock in bulk and 86 the zone->lock will be taken once and the per-CPU list refilled. The event 95 consecutively imply the zone->lock being taken once. Large amounts of per-CPU
|