Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
Dmsm_gpu.c224 if (gpu->inactive) in inactive_worker()
229 if (!(msm_gpu_active(gpu) || gpu->inactive)) { in inactive_worker()
232 gpu->inactive = true; in inactive_worker()
250 if (gpu->inactive) { in inactive_cancel()
253 gpu->inactive = false; in inactive_cancel()
582 gpu->inactive = true; in msm_gpu_init()
Dmsm_gpu.h90 bool inactive; member
/drivers/staging/lustre/lustre/llite/
Dlloop.c340 int inactive; in loop_make_request() local
352 inactive = lo->lo_state != LLOOP_BOUND; in loop_make_request()
354 if (inactive) in loop_make_request()
/drivers/atm/
DKconfig231 inactive, they will have only a modest impact on performance.
269 inactive, they will have only a modest impact on performance.
293 inactive, they will have only a modest impact on performance.
326 inactive, they will have only a modest impact on performance.
/drivers/net/bonding/
Dbond_options.c1198 slave->inactive = 0; in bond_option_all_slaves_active_set()
1200 slave->inactive = 1; in bond_option_all_slaves_active_set()
/drivers/media/v4l2-core/
Dv4l2-ctrls.c2337 bool inactive = !active; in v4l2_ctrl_activate() local
2343 if (inactive) in v4l2_ctrl_activate()
2349 if (old != inactive) in v4l2_ctrl_activate()
/drivers/net/
DKconfig64 inactive SLIP address seem like a real address for local programs.
/drivers/gpu/drm/i915/
Di915_debugfs.c329 u64 active, inactive; member
363 stats->inactive += obj->base.size; in per_file_stats()
373 stats->inactive += obj->base.size; in per_file_stats()
391 stats.inactive, \
/drivers/staging/lustre/
Dsysfs-fs-lustre274 if 1, ignote inactive servers.
/drivers/md/
Dmd.c3873 enum array_state { clear, inactive, suspended, readonly, read_auto, clean, active, enumerator
3891 enum array_state st = inactive; in array_state_show()
3917 st = inactive; in array_state_show()
3970 case inactive: in array_state_store()