Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Daperture_gm.c245 unsigned long request, avail, max, taken; in alloc_resource() local
255 taken = gvt->gm.vgpu_allocated_low_gm_size; in alloc_resource()
256 avail = max - taken; in alloc_resource()
266 taken = gvt->gm.vgpu_allocated_high_gm_size; in alloc_resource()
267 avail = max - taken; in alloc_resource()
277 taken = gvt->fence.vgpu_allocated_fence_num; in alloc_resource()
278 avail = max - taken; in alloc_resource()
293 gvt_err("request %luMB avail %luMB max %luMB taken %luMB\n", in alloc_resource()
295 BYTES_TO_MB(max), BYTES_TO_MB(taken)); in alloc_resource()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
294 gvt_err("request %luMB avail %luMB max %luMB taken %luMB\n", in alloc_resource()
296 BYTES_TO_MB(max), BYTES_TO_MB(taken)); in alloc_resource()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dproto.h211 unsigned char taken; member
216 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
H A Dcore_t2.c183 unsigned int value, cpu, taken; in conf_read() local
212 the "taken" function. */ in conf_read()
215 if ((taken = mcheck_taken(cpu))) { in conf_read()
237 unsigned int cpu, taken; in conf_write() local
264 the "taken" function. */ in conf_write()
267 if ((taken = mcheck_taken(cpu))) { in conf_write()
555 * Hence all the taken/expected/any_expected/last_taken stuff...
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dproto.h203 unsigned char taken; member
208 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
H A Dcore_t2.c183 unsigned int value, cpu, taken; in conf_read() local
212 the "taken" function. */ in conf_read()
215 if ((taken = mcheck_taken(cpu))) { in conf_read()
237 unsigned int cpu, taken; in conf_write() local
264 the "taken" function. */ in conf_write()
267 if ((taken = mcheck_taken(cpu))) { in conf_write()
555 * Hence all the taken/expected/any_expected/last_taken stuff...
/kernel/linux/linux-5.10/tools/perf/util/
H A Dblock-range.c216 .taken = entry->taken, in block_range__create()
222 entry->taken = 0; in block_range__create()
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
H A Dsort.c1683 int taken; member
1749 int taken; member
2532 if (sd->taken) in __sort_dimension__add()
2541 sd->taken = 1; in __sort_dimension__add()
2552 if (hd->taken) in __hpp_dimension__add()
2559 hd->taken = 1; in __hpp_dimension__add()
2567 if (sd->taken) in __sort_dimension__add_output()
2573 sd->taken = 1; in __sort_dimension__add_output()
2582 if (hd->taken) in __hpp_dimension__add_output()
2589 hd->taken in __hpp_dimension__add_output()
[all...]
/kernel/linux/linux-6.6/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.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
H A Dsort.c2138 int taken; member
2234 int taken; member
3081 if (sd->taken) in __sort_dimension__add()
3090 sd->taken = 1; in __sort_dimension__add()
3101 if (hd->taken) in __hpp_dimension__add()
3108 hd->taken = 1; in __hpp_dimension__add()
3116 if (sd->taken) in __sort_dimension__add_output()
3122 sd->taken = 1; in __sort_dimension__add_output()
3131 if (hd->taken) in __hpp_dimension__add_output()
3138 hd->taken in __hpp_dimension__add_output()
[all...]
/kernel/linux/linux-5.10/kernel/locking/
H A Drwsem.c787 bool taken = false; in rwsem_optimistic_spin() local
816 taken = wlock ? rwsem_try_write_lock_unqueued(sem) in rwsem_optimistic_spin()
819 if (taken) in rwsem_optimistic_spin()
905 lockevent_cond_inc(rwsem_opt_fail, !taken); in rwsem_optimistic_spin()
906 return taken; in rwsem_optimistic_spin()
/kernel/linux/linux-6.6/kernel/locking/
H A Drwsem.c821 bool taken = false; in rwsem_optimistic_spin() local
846 taken = rwsem_try_write_lock_unqueued(sem); in rwsem_optimistic_spin()
848 if (taken) in rwsem_optimistic_spin()
933 lockevent_cond_inc(rwsem_opt_fail, !taken); in rwsem_optimistic_spin()
934 return taken; in rwsem_optimistic_spin()
/kernel/linux/linux-5.10/Documentation/trace/
H A Dfunction-graph-fold.vim6 " functions. While closed, a fold will show the total time taken for a call,
/kernel/linux/linux-6.6/Documentation/trace/
H A Dfunction-graph-fold.vim6 " functions. While closed, a fold will show the total time taken for a call,
/kernel/linux/linux-5.10/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
350 ; However the context returning might not have taken L2 intr itself
H A Dentry-arcv2.S74 # However a taken interrupt doesn't clear these bits. Thus irqs_disabled()
88 ; so a higher prio interrupt taken here won't clobber prev prio icause
217 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/c6x/lib/
H A Ddivi.S18 ;; divu does not clobber B2 either, which is taken advantage of
H A Dremi.S18 ;; divu does not clobber B2 either, which is taken advantage of
H A Ddivu.S18 ;; divu does not clobber B2 either, which is taken advantage of

Completed in 20 milliseconds

123