/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | aperture_gm.c | 245 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 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | aperture_gm.c | 246 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 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()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | proto.h | 211 unsigned char taken; member 216 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
|
H A D | core_t2.c | 183 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 D | proto.h | 203 unsigned char taken; member 208 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
|
H A D | core_t2.c | 183 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 D | block-range.c | 216 .taken = entry->taken, in block_range__create() 222 entry->taken = 0; in block_range__create()
|
H A D | block-range.h | 19 * @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 D | sort.c | 1683 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 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 | 19 * @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 D | sort.c | 2138 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 D | rwsem.c | 787 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 D | rwsem.c | 821 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 D | function-graph-fold.vim | 6 " functions. While closed, a fold will show the total time taken for a call,
|
/kernel/linux/linux-6.6/Documentation/trace/ |
H A D | function-graph-fold.vim | 6 " functions. While closed, a fold will show the total time taken for a call,
|
/kernel/linux/linux-5.10/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 350 ; However the context returning might not have taken L2 intr itself
|
H A D | entry-arcv2.S | 74 # 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 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
|
H A D | entry-arcv2.S | 75 # 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 D | divi.S | 18 ;; divu does not clobber B2 either, which is taken advantage of
|
H A D | remi.S | 18 ;; divu does not clobber B2 either, which is taken advantage of
|
H A D | divu.S | 18 ;; divu does not clobber B2 either, which is taken advantage of
|