Searched refs:taken (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dmc_wl.h18 spinlock_t lock; /* protects enabled, taken and refcount */
20 bool taken; member in struct:intel_dmc_wl
H A Dintel_dmc_wl.c88 wl->taken = false;
156 wl->taken = false;
182 wl->taken = false;
212 * Only try to take the wakelock if it's not marked as taken
213 * yet. It may be already taken at this point if we have
217 if (!wl->taken) {
229 wl->taken = true;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgf100.c129 s64 taken; local
132 taken = nvkm_wait_msec(device, 2000, 0x70004, 0x00000003, 0x00000000);
134 if (taken > 0)
135 nvkm_debug(&ltc->subdev, "LTC invalidate took %lld ns\n", taken);
142 s64 taken; local
145 taken = nvkm_wait_msec(device, 2000, 0x70010, 0x00000003, 0x00000000);
147 if (taken > 0)
148 nvkm_debug(&ltc->subdev, "LTC flush took %lld ns\n", taken);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Daperture_gm.c246 unsigned long request, avail, max, taken; local
256 taken = gvt->gm.vgpu_allocated_low_gm_size;
257 avail = max - taken;
267 taken = gvt->gm.vgpu_allocated_high_gm_size;
268 avail = max - taken;
278 taken = gvt->fence.vgpu_allocated_fence_num;
279 avail = max - taken;
294 gvt_err("request %luMB avail %luMB max %luMB taken %luMB\n",
296 BYTES_TO_MB(max), BYTES_TO_MB(taken));
/linux-master/tools/perf/util/
H A Dblock-range.h19 * @taken: number of times the branch is taken (requires @is_branch)
20 * @pred: number of times the taken branch was predicted
34 u64 taken; member in struct:block_range
H A Dblock-range.c212 .taken = entry->taken,
218 entry->taken = 0;
H A Dsort.c2333 int taken; member in struct:sort_dimension
2432 int taken; member in struct:hpp_dimension
3286 if (sd->taken)
3295 sd->taken = 1;
3306 if (hd->taken)
3313 hd->taken = 1;
3321 if (sd->taken)
3327 sd->taken = 1;
3336 if (hd->taken)
3343 hd->taken
[all...]
H A Dannotate.c665 double p = 100*(double)br->taken / br->coverage;
677 printf(" -%.2f%% (p:%.2f%%)", p, 100*(double)br->pred / br->taken);
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim6 " functions. While closed, a fold will show the total time taken for a call,
/linux-master/arch/alpha/kernel/
H A Dproto.h215 unsigned char taken; member in struct:mcheck_info
220 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
H A Dcore_t2.c183 unsigned int value, cpu, taken; local
212 the "taken" function. */
215 if ((taken = mcheck_taken(cpu))) {
237 unsigned int cpu, taken; local
264 the "taken" function. */
267 if ((taken = mcheck_taken(cpu))) {
555 * Hence all the taken/expected/any_expected/last_taken stuff...
/linux-master/arch/arc/kernel/
H A Dentry-compact.S155 ; -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
H A Dentry-arcv2.S75 # However a taken interrupt doesn't clear these bits. Thus irqs_disabled()
89 ; so a higher prio interrupt taken here won't clobber prev prio icause
203 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig
/linux-master/kernel/locking/
H A Drwsem.c821 bool taken = false; local
846 taken = rwsem_try_write_lock_unqueued(sem);
848 if (taken)
933 lockevent_cond_inc(rwsem_opt_fail, !taken);
934 return taken;
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S90 | swapped out before taking the exception, the exception taken on
92 | and unfl exception to be taken must not have been enabled. The
H A Dsetox.S77 | taken.
80 | 2.1 Set AdjFlag := 0 (indicates the branch 1.3 -> 2 was taken)
H A Dgen_except.S350 | the exc taken will be inex2.
H A Dres_func.S1432 .long mvout_end |should never be taken
1436 .long mvout_end |should never be taken
/linux-master/net/netfilter/
H A Dnf_nat_core.c186 /* Is this tuple already taken? (not by us) */
240 bool taken = true; local
279 taken = flags & flags_offload;
282 return taken;
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h119 * by hardware on taken interrupts. It is used by
162 ; 1. Utilize the fact that Z bit is set if Intr taken in U mode
/linux-master/net/wireless/
H A Dcore.c96 int wiphy_idx, taken = -1, digits; local
104 sscanf(newname, PHY_NAME "%d%n", &wiphy_idx, &taken);
105 if (taken == strlen(newname) && wiphy_idx != rdev->wiphy_idx) {
112 * without leading zeroes. taken == strlen(newname) here
114 if (taken == strlen(PHY_NAME) + digits)
/linux-master/arch/arm/kernel/
H A Dentry-armv.S273 THUMB( tst r5, #PSR_T_BIT ) @ exception taken in Thumb mode?
/linux-master/tools/perf/
H A Dbuiltin-annotate.c86 * well as count the ratio each branch is taken.
140 entry->taken++;
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S564 # here we check to see if a chk trap should be taken
916 # MODE and REG are taken from the EXC_OPWORD.
3289 # _real_lock_page() should have taken care of this.
3591 # _real_lock_page() should have taken care of this.
3900 # _real_lock_page() should have taken care of this.
4058 # _real_lock_page() should have taken care of this.
4204 # _real_lock_page() should have taken care of this already.
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S4 @ This code is taken from the OpenSSL project but the author (Andy Polyakov)

Completed in 813 milliseconds

12