HomeSort by: relevance | last modified time | path
    Searched refs:gated (Results 1 - 7 of 7) sorted by relevancy

  /src/etc/rc.d/
routed 19 if checkyesno gated && checkyesno routed; then
20 warn "gated and routed both requested to be run: only running gated."
26 load_rc_config_var gated gated
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_vce_v2_0.c 43 static void vce_v2_0_set_sw_cg(struct radeon_device *rdev, bool gated)
47 if (gated) {
78 static void vce_v2_0_set_dyn_cg(struct radeon_device *rdev, bool gated)
84 if (gated) {
103 if (gated)
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vce_v2_0.c 315 static void vce_v2_0_set_sw_cg(struct amdgpu_device *adev, bool gated)
319 if (gated) {
350 static void vce_v2_0_set_dyn_cg(struct amdgpu_device *adev, bool gated)
361 if (gated) {
384 if(gated)
amdgpu_vce_v3_0.c 174 bool gated)
182 With the clocks in the gated state the core is still
186 if (!gated) {
amdgpu_vce_v4_0.c 815 bool gated)
823 With the clocks in the gated state the core is still
827 if (gated) {
  /src/etc/defaults/
rc.conf 270 gated=NO
  /src/sys/kern/
vfs_vnode.c 342 bool gated = (atomic_load_relaxed(&vp->v_usecount) & VUSECOUNT_GATE); local
358 if ((from == VS_LOADED) != gated)
360 vstate_name(vip->vi_state), gated, func, line);

Completed in 26 milliseconds