| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
| H A 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/Documentation/devicetree/bindings/net/ |
| H A 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/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
| H A 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/Documentation/virt/kvm/ |
| H A D | locking.rst | 12 - cpus_read_lock() is taken outside kvm_lock 14 - kvm_usage_lock is taken outside cpus_read_lock() 16 - kvm->lock is taken outside vcpu->mutex 18 - kvm->lock is taken outside kvm->slots_lock and kvm->irq_lock 20 - vcpu->mutex is taken outside kvm->slots_lock and kvm->slots_arch_lock 22 - kvm->slots_lock is taken outside kvm->irq_lock, though acquiring 28 are taken on the waiting side when modifying memslots, so MMU notifiers 42 be taken inside a kvm->srcu read-side critical section; that is, the 49 ``synchronize_srcu()``. It _can_ therefore be taken inside a 55 - vcpu->mutex is taken outside kvm->arch.hyperv.hv_lock and kvm->arch.xen.xen_lock [all …]
|
| /linux/arch/m68k/ifpsp060/ |
| H A 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/Documentation/networking/devlink/ |
| H A D | mlx4.rst | 52 value on the catastrophic buffer, a snapshot will be taken by the driver. 56 Snapshots for both of these regions are taken on the same event triggers.
|
| /linux/tools/perf/Documentation/ |
| H A D | intel-acr.txt | 23 taken. If "cycles" is exceeded first, both counters in the group will be 24 reset. In this way, samples will only be taken for cases where IPC > 2. 29 only the second event in the group is reloaded and a sample is taken
|
| /linux/arch/alpha/kernel/ |
| H A 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()
|
| H A D | proto.h | 215 unsigned char taken; member 220 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
|
| /linux/tools/perf/util/ |
| H A D | block-range.c | 212 .taken = entry->taken, in block_range__create() 218 entry->taken = 0; in block_range__create()
|
| H A D | block-range.h | 34 u64 taken; member
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A 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/drivers/gpu/drm/i915/display/ |
| H A D | intel_dmc_wl.h | 20 bool taken; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-sx9310 | 9 combining measurements taken from a given set of
|
| H A D | usb-uevent | 9 Here is an example taken using udevadm monitor -p::
|
| H A D | sysfs-bus-iio-proximity | 19 taken.
|
| H A D | sysfs-class-power-twl4030 | 19 be taken that battery is not over-charged.
|
| H A D | usb-charger-uevent | 22 Here are two examples taken using ``udevadm monitor -p`` when
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | suspend-flows.rst | 45 The following steps are taken in order to transition the system from the working 123 The following steps are taken in order to transition the system from the 167 The following steps are taken in order to transition the system from the working 212 offline (typically, the CPUs that have been taken offline go into deep idle 236 The following steps are taken in order to transition the system from a 254 The CPUs disabled in step 4 of the preceding suspend transition are taken
|
| /linux/Documentation/scsi/ |
| H A D | scsi_eh.rst | 101 Step #2 is taken. 111 expired. In these cases Step #3 is taken. 222 Higher-severity actions are taken only when lower-severity actions 237 - Higher severity actions are taken iff eh_work_q is not empty after 318 This action is taken for each error-completed 334 causes higher-severity recovery to be taken for the scmd. 376 state. It seems that STU action should be taken only when
|
| /linux/Documentation/power/ |
| H A D | swsusp-and-swap-files.rst | 13 already taken care of by the swap-handling code, but (2) has to be taken into
|
| /linux/Documentation/trace/ |
| H A 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
|
| /linux/arch/arc/kernel/ |
| H A D | entry-compact.S | 155 ; -L1 IRQ taken 160 ; But both L1 and L2 re-enabled, so another L1 can be taken 335 ; However the context returning might not have taken L2 intr itself
|
| /linux/Documentation/core-api/ |
| H A D | local_ops.rst | 13 properly. It also stresses on the precautions that must be taken when reading 40 CPU which owns the data. Therefore, care must taken to make sure that only one 75 taken on a mainline kernel, since they will run on the local CPU with
|
| /linux/arch/arm/boot/dts/intel/ixp/ |
| H A D | intel-ixp43x-kixrp435.dts | 37 /* CHECKME: ethernet set-up taken from Gateworks Cambria */
|