Home
last modified time | relevance | path

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

12345678910>>...18

/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgf100.c129 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(&ltc->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(&ltc->subdev, "LTC flush took %lld ns\n", taken); in gf100_ltc_flush()
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Daperture_gm.c246 unsigned long request, avail, max, taken; in alloc_resource() local
256 taken = gvt->gm.vgpu_allocated_low_gm_size; in alloc_resource()
257 avail = max - taken; in alloc_resource()
267 taken = gvt->gm.vgpu_allocated_high_gm_size; in alloc_resource()
268 avail = max - taken; in alloc_resource()
278 taken = gvt->fence.vgpu_allocated_fence_num; in alloc_resource()
279 avail = max - taken; in alloc_resource()
296 BYTES_TO_MB(max), BYTES_TO_MB(taken)); in alloc_resource()
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dhisilicon-hns-nic.txt14 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-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etm4x337 The value it taken directly from the HW.
344 (0x310). The value is taken directly from the HW.
351 (0x314). The value is taken directly from the HW.
358 (0xFB4). The value is taken directly from the HW.
365 (0xFB8). The value is taken directly from the HW.
379 (offset 0xFBC). The value is taken directly read
435 The value is taken directly from the HW.
442 The value is taken directly from the HW.
459 The value is taken directly from the HW.
466 The value is taken directly from the HW.
[all …]
H A Dsysfs-bus-iio-sx93109 combining measurements taken from a given set of
H A Dusb-uevent9 Here is an example taken using udevadm monitor -p::
/linux-6.15/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Dfirmware.txt9 - 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-6.15/drivers/gpu/drm/xe/
H A DKconfig.profile7 be forcefully taken away from scheduler.
13 be forcefully taken away from scheduler.
39 will be forcefully taken away and higher priority context will
46 will be forcefully taken away and higher priority context will
/linux-6.15/Documentation/arch/arm64/
H A Dmops.rst27 For example, a MOPS exception can be taken when the hypervisor migrates a vCPU
32 - Set HCRX_EL2.MCE2 to 1 so that the exception is taken to the hypervisor.
40 Note: Clearing PSTATE.SS is needed so that a single step exception is taken
42 would get silently stepped over and the single step exception taken on the
/linux-6.15/arch/m68k/ifpsp060/
H A Dfpsp.doc171 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-6.15/Documentation/locking/
H A Dhwspinlock.rst176 it is already taken.
184 notably -EBUSY if the hwspinlock was already taken).
193 it is already taken.
200 notably -EBUSY if the hwspinlock was already taken).
209 it is already taken.
217 notably -EBUSY if the hwspinlock was already taken).
225 it is already taken.
232 notably -EBUSY if the hwspinlock was already taken).
240 it is already taken.
245 notably -EBUSY if the hwspinlock was already taken).
[all …]
/linux-6.15/Documentation/networking/devlink/
H A Dindex.rst22 taking RTNL lock at the same time. Devlink instance lock needs to be taken
23 first, only after that RTNL lock could be taken.
34 instance lock of the parent instance should be taken first, only then
35 instance lock of the nested instance could be taken.
H A Dmlx4.rst52 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-6.15/Documentation/virt/kvm/
H A Dlocking.rst12 - 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 - kvm->slots_lock is taken outside kvm->irq_lock, though acquiring
26 are taken on the waiting side when modifying memslots, so MMU notifiers
40 be taken inside a kvm->srcu read-side critical section; that is, the
47 ``synchronize_srcu()``. It _can_ therefore be taken inside a
53 - vcpu->mutex is taken outside kvm->arch.hyperv.hv_lock and kvm->arch.xen.xen_lock
59 Everything else is a leaf: no other lock is taken inside the critical
[all …]
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dmc_wl.c193 wl->taken = false; in intel_dmc_wl_work()
209 if (wl->taken) in __intel_dmc_wl_take()
227 wl->taken = true; in __intel_dmc_wl_take()
421 wl->taken = false; in intel_dmc_wl_disable()
H A Dintel_dmc_wl.h20 bool taken; member
/linux-6.15/arch/alpha/kernel/
H A Dcore_t2.c183 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 Dproto.h215 unsigned char taken; member
220 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
/linux-6.15/tools/perf/util/
H A Dblock-range.c212 .taken = entry->taken, in block_range__create()
218 entry->taken = 0; in block_range__create()
H A Dblock-range.h34 u64 taken; member
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dfrontend-stat-properties.rst100 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-6.15/Documentation/mm/
H A Dsplit_page_table_lock.rst21 lock (not taken), or returns NULL if no PTE table;
24 lock (not taken) and the value of its pmd entry, or returns NULL
36 takes PMD table lock, returns pointer to taken lock;
/linux-6.15/Documentation/admin-guide/pm/
H A Dsuspend-flows.rst45 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-6.15/Documentation/scsi/
H A Dscsi_eh.rst101 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-6.15/Documentation/power/
H A Dswsusp-and-swap-files.rst13 already taken care of by the swap-handling code, but (2) has to be taken into

12345678910>>...18