Home
last modified time | relevance | path

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

12345678910>>...28

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/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
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DCap.interface.yaml50 Exception Actions, taken if the Power Limit is exceeded and cannot be
57 Correction Time Limit in microseconds. Maximum time taken to limit the
59 Exception Action will be taken. The Exception Action shall be taken if
74 Exception actions, taken if the Power Limit is exceeded and cannot be
/openbmc/linux/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.
/openbmc/linux/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
/openbmc/linux/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 …]
/openbmc/linux/Documentation/virt/kvm/
H A Dlocking.rst12 - cpus_read_lock() is taken outside kvm_lock
14 - kvm->lock is taken outside vcpu->mutex
16 - kvm->lock is taken outside kvm->slots_lock and kvm->irq_lock
18 - kvm->slots_lock is taken outside kvm->irq_lock, though acquiring
24 are taken on the waiting side when modifying memslots, so MMU notifiers
31 be taken inside a kvm->srcu read-side critical section; that is, the
38 ``synchronize_srcu()``. It _can_ therefore be taken inside a
44 - vcpu->mutex is taken outside kvm->arch.hyperv.hv_lock and kvm->arch.xen.xen_lock
47 kvm->arch.mmu_unsync_pages_lock are taken inside kvm->arch.mmu_lock, and
48 cannot be taken without already holding kvm->arch.mmu_lock (typically with
[all …]
/openbmc/linux/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 --|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A DCVE-2016-9296.patch6 Patch taken from https://sourceforge.net/p/p7zip/bugs/185/
7 This patch file taken from Debian's patch set for p7zip
/openbmc/qemu/qapi/
H A Drun-state.json296 # @action: action that has been taken
402 # Set the actions that will be taken by the emulator in response to
405 # @reboot: @RebootAction action taken on guest reboot.
407 # @shutdown: @ShutdownAction action taken on guest shutdown.
409 # @panic: @PanicAction action taken on guest panic.
411 # @watchdog: @WatchdogAction action taken when watchdog timer expires
439 # @action: action that has been taken, currently always "pause"
459 # @action: action that has been taken, currently always "run"
477 # An enumeration of the actions taken when guest OS panic is detected
587 # @action: action that has been taken. action is defined as
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx/
H A D0005-Don-t-abort-gst_omx_video_dec_set_format-if-there-s-.patch5 timeout releasing the buffers taken by the egl_render out port
12 timeout releasing the buffers taken by the egl_render out port
/openbmc/linux/Documentation/networking/devlink/
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.
/openbmc/linux/tools/perf/util/
H A Dblock-range.c212 .taken = entry->taken, in block_range__create()
218 entry->taken = 0; in block_range__create()
/openbmc/linux/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.h203 unsigned char taken; member
208 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/
H A Deject-2.1.5-spaces.patch8 string as input as we mangle in place. Some of this was taken from the
21 + * string as input as we mangle in place. Some of this was taken from the
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DTrigger.interface.yaml17 Defines actions which are taken when threshold conditions are met.
46 threshold array is empty then every value change is taken into account
57 Defines a action which is taken once threshold condition is met.
/openbmc/pldm/requester/
H A DREADME.md41 command code of an outstanding request, then no action is taken on the
44 empty response, so that further action can be taken.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/
H A D50-org.freedesktop.NetworkManager.rules2 /* taken from https://wiki.archlinux.org/index.php/NetworkManager#Set_up_PolicyKit_permissions */
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DSettings.interface.yaml10 of the BMC state. If false, no action is taken.
/openbmc/linux/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.
/openbmc/linux/Documentation/filesystems/
H A Ddirectory-locking.rst17 The lock is taken shared.
19 2) object creation. Locking rules: same as above, but the lock is taken
29 Take the locks that need to be taken, in inode pointer order if need
34 After the locks had been taken, call the method. All locks are exclusive.
60 All ->i_rwsem are taken exclusive.
/openbmc/u-boot/board/toradex/colibri_vf/
H A Dimximage.cfg8 * The syntax is taken as close as possible with the kwbimage

12345678910>>...28