Home
last modified time | relevance | path

Searched refs:active_count (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context.h211 if (ce->active_count++) in intel_context_enter()
222 ++ce->active_count; in intel_context_mark_active()
228 GEM_BUG_ON(!ce->active_count); in intel_context_exit()
229 if (--ce->active_count) in intel_context_exit()
H A Dintel_engine_pm.c123 GEM_BUG_ON(rq->context->active_count != 1); in __queue_and_release_pm()
139 if (!atomic_fetch_inc(&tl->active_count)) in __queue_and_release_pm()
210 GEM_BUG_ON(atomic_read(&ce->timeline->active_count) < 0); in switch_to_kernel_context()
H A Dintel_timeline_types.h44 atomic_t active_count; member
/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_task_types.h118 active_count
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c311 int active_count = 0, slaves = 0; in nfp_fl_lag_do_work() local
381 acti_netdevs[active_count++] = iter_netdev; in nfp_fl_lag_do_work()
391 active_count, &batch); in nfp_fl_lag_do_work()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-wakeup14 What: /sys/class/wakeup/.../active_count
/linux/drivers/base/power/
H A Dwakeup_stats.c33 wakeup_attr(active_count);
H A Dsysfs.c377 count = dev->power.wakeup->active_count; in wakeup_active_count_show()
/linux/drivers/md/dm-vdo/
H A Dslab-depot.c182 (slab->active_count > 0)) in check_if_slab_drained()
1020 slab->active_count--; in finish_summary_update()
1048 slab->active_count++; in launch_reference_block_write()
1074 slab->active_count--; in finish_reference_block_write()
1107 if ((slab->active_count > 0) || vdo_waitq_has_waiters(&slab->dirty_blocks)) { in finish_reference_block_write()
1113 slab->active_count++; in finish_reference_block_write()
1174 slab->active_count -= vio->io_size / VDO_BLOCK_SIZE; in handle_io_error()
2324 slab->active_count -= block_count; in finish_reference_block_load()
2377 slab->active_count = slab->reference_block_count; in load_reference_blocks()
3699 slab->active_count, in vdo_dump_block_allocator()
H A Dslab-depot.h259 size_t active_count; member