HomeSort by: relevance | last modified time | path
    Searched refs:idle (Results 1 - 25 of 205) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/usr.bin/w/
pr_time.c 84 * Display the idle time.
87 pr_idle(time_t idle)
91 if (idle == (time_t)-1) {
96 days = idle / SECSPERDAY;
98 /* If idle more than 36 hours, print as a number of days. */
99 if (idle >= 48 * SECSPERHOUR)
101 else if (idle >= 36 * SECSPERHOUR)
104 /* If idle more than an hour, print as HH:MM. */
105 else if (idle >= SECSPERHOUR)
107 (int)(idle / SECSPERHOUR)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/fuc/
idle.fuc 26 process(PROC_IDLE, #idle, #idle_recv)
30 * IDLE data segment
36 * IDLE code segment
41 // $r15 - current (idle)
49 // $r15 - current (idle)
51 idle:
55 // count IDLE invocations for debugging purposes
83 bra #idle
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_g84.c 126 bool idle, timeout = false; local in function:g84_gr_tlb_flush
137 idle = true;
139 for (tmp = nvkm_rd32(device, 0x400380); tmp && idle; tmp >>= 3) {
141 idle = false;
144 for (tmp = nvkm_rd32(device, 0x400384); tmp && idle; tmp >>= 3) {
146 idle = false;
149 for (tmp = nvkm_rd32(device, 0x400388); tmp && idle; tmp >>= 3) {
151 idle = false;
153 } while (!idle &&
157 nvkm_error(subdev, "PGRAPH TLB flush idle timeout fail\n")
    [all...]
  /src/libexec/rpc.rusersd/
rusers_proc.c 145 long idle; local in function:getidle
147 idle = 0;
159 idle = (kbd_idle < mouse_idle) ? kbd_idle : mouse_idle;
171 idle = now - st.st_atime;
172 idle = (idle + 30) / 60; /* secs->mins */
174 if (idle < 0)
175 idle = 0;
177 return idle;
197 int idle; local in function:do_names_3
244 int idle; local in function:do_names_2
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
fsl-ls2080a.dtsi 21 cpu-idle-states = <&CPU_PW20>;
31 cpu-idle-states = <&CPU_PW20>;
41 cpu-idle-states = <&CPU_PW20>;
51 cpu-idle-states = <&CPU_PW20>;
61 cpu-idle-states = <&CPU_PW20>;
71 cpu-idle-states = <&CPU_PW20>;
82 cpu-idle-states = <&CPU_PW20>;
91 cpu-idle-states = <&CPU_PW20>;
113 compatible = "arm,idle-state";
114 idle-state-name = "PW20"
    [all...]
fsl-ls2088a.dtsi 21 cpu-idle-states = <&CPU_PW20>;
31 cpu-idle-states = <&CPU_PW20>;
41 cpu-idle-states = <&CPU_PW20>;
51 cpu-idle-states = <&CPU_PW20>;
62 cpu-idle-states = <&CPU_PW20>;
71 cpu-idle-states = <&CPU_PW20>;
81 cpu-idle-states = <&CPU_PW20>;
91 cpu-idle-states = <&CPU_PW20>;
113 compatible = "arm,idle-state";
114 idle-state-name = "PW20"
    [all...]
  /src/usr.bin/rusers/
rusers.c 166 char date[26], idle[11]; local in function:rusers_reply
187 strcpy(idle, "??");
189 strcpy(idle, "");
199 snprintf(idle, sizeof(idle), "%d d ", days);
201 snprintf(idle, sizeof(idle), "%2d:%02d",
204 snprintf(idle, sizeof(idle), ":%02d", minutes);
216 date, idle, remote)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.c 197 * amdgpu_vm_grab_idle - grab idle VMID
202 * @idle: resulting idle VMID
204 * Try to find an idle VMID, if none is idle add a fence to wait to the sync
210 struct amdgpu_vmid **idle)
226 /* Check if we have an idle VMID */
228 list_for_each_entry((*idle), &id_mgr->ids_lru, list) {
229 fences[i] = amdgpu_sync_peek_fence(&(*idle)->active, ring);
235 /* If we can't find a idle VMID to use, wait till one becomes available *
424 struct amdgpu_vmid *idle = NULL; local in function:amdgpu_vmid_grab
482 struct amdgpu_vmid *idle; local in function:amdgpu_vmid_alloc_reserved
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
juno-r1.dts 65 idle-states {
69 compatible = "arm,idle-state";
78 compatible = "arm,idle-state";
100 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
117 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
134 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
151 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
168 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
185 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
juno-r2.dts 65 idle-states {
69 compatible = "arm,idle-state";
78 compatible = "arm,idle-state";
100 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
118 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
136 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
154 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
172 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
190 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
juno.dts 64 idle-states {
68 compatible = "arm,idle-state";
77 compatible = "arm,idle-state";
99 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
117 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
135 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
153 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
171 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
189 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>;
  /src/usr.bin/who/
who.c 78 static int show_idle; /* show idle time */
285 time_t idle; local in function:print
291 idle = 0;
305 idle = now - sb.st_atime;
320 if (idle < 60)
322 else if (idle < (24 * 60 * 60))
324 (long)(idle / (60 * 60)),
325 (long)(idle % (60 * 60)) / 60);
358 (void)printf("IDLE ");
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/synaptics/
as370.dtsi 31 cpu-idle-states = <&CPU_SLEEP_0>;
40 cpu-idle-states = <&CPU_SLEEP_0>;
49 cpu-idle-states = <&CPU_SLEEP_0>;
58 cpu-idle-states = <&CPU_SLEEP_0>;
65 idle-states {
68 compatible = "arm,idle-state";
berlin4ct.dtsi 35 cpu-idle-states = <&CPU_SLEEP_0>;
44 cpu-idle-states = <&CPU_SLEEP_0>;
53 cpu-idle-states = <&CPU_SLEEP_0>;
62 cpu-idle-states = <&CPU_SLEEP_0>;
69 idle-states {
72 compatible = "arm,idle-state";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/sprd/
sc9863a.dtsi 51 cpu-idle-states = <&CORE_PD>;
59 cpu-idle-states = <&CORE_PD>;
67 cpu-idle-states = <&CORE_PD>;
75 cpu-idle-states = <&CORE_PD>;
83 cpu-idle-states = <&CORE_PD>;
91 cpu-idle-states = <&CORE_PD>;
99 cpu-idle-states = <&CORE_PD>;
107 cpu-idle-states = <&CORE_PD>;
111 idle-states {
114 compatible = "arm,idle-state"
    [all...]
sc9860.dtsi 56 cpu-idle-states = <&CORE_PD &CLUSTER_PD>;
64 cpu-idle-states = <&CORE_PD &CLUSTER_PD>;
72 cpu-idle-states = <&CORE_PD &CLUSTER_PD>;
80 cpu-idle-states = <&CORE_PD &CLUSTER_PD>;
88 cpu-idle-states = <&CORE_PD &CLUSTER_PD>;
96 cpu-idle-states = <&CORE_PD &CLUSTER_PD>;
104 cpu-idle-states = <&CORE_PD &CLUSTER_PD>;
112 cpu-idle-states = <&CORE_PD &CLUSTER_PD>;
116 idle-states{
120 compatible = "arm,idle-state"
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt8192.dtsi 42 cpu-idle-states = <&cpuoff_l &clusteroff_l>;
53 cpu-idle-states = <&cpuoff_l &clusteroff_l>;
64 cpu-idle-states = <&cpuoff_l &clusteroff_l>;
75 cpu-idle-states = <&cpuoff_l &clusteroff_l>;
86 cpu-idle-states = <&cpuoff_b &clusteroff_b>;
97 cpu-idle-states = <&cpuoff_b &clusteroff_b>;
108 cpu-idle-states = <&cpuoff_b &clusteroff_b>;
119 cpu-idle-states = <&cpuoff_b &clusteroff_b>;
170 idle-states {
173 compatible = "arm,idle-state"
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/mscc/
jaguar2_pcb118.dts 24 "i2c150", "i2c151", "idle";
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
aspeed-bmc-facebook-cmm.dts 336 i2c-mux-idle-disconnect;
349 i2c-mux-idle-disconnect;
398 i2c-mux-idle-disconnect;
454 i2c-mux-idle-disconnect;
503 i2c-mux-idle-disconnect;
559 i2c-mux-idle-disconnect;
608 i2c-mux-idle-disconnect;
664 i2c-mux-idle-disconnect;
713 i2c-mux-idle-disconnect;
769 i2c-mux-idle-disconnect
    [all...]
aspeed-bmc-facebook-fuji.dts 241 i2c-mux-idle-disconnect;
311 i2c-mux-idle-disconnect;
323 i2c-mux-idle-disconnect;
489 i2c-mux-idle-disconnect;
552 i2c-mux-idle-disconnect;
623 i2c-mux-idle-disconnect;
723 i2c-mux-idle-disconnect;
735 i2c-mux-idle-disconnect;
798 i2c-mux-idle-disconnect;
861 i2c-mux-idle-disconnect
    [all...]
aspeed-bmc-facebook-elbert.dts 73 i2c-mux-idle-disconnect;
131 i2c-mux-idle-disconnect;
vexpress-v2p-ca15_a7.dts 43 cpu-idle-states = <&CLUSTER_SLEEP_BIG>;
53 cpu-idle-states = <&CLUSTER_SLEEP_BIG>;
63 cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
73 cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
83 cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
88 idle-states {
90 compatible = "arm,idle-state";
98 compatible = "arm,idle-state";
631 * Unfortunately, accessing the flash disturbs the CPU idle states
am33xx.dtsi 63 cpu-idle-states = <&mpu_gate>;
66 idle-states {
68 compatible = "arm,idle-state";
72 ti,idle-wkup-m3;
154 ti,no-idle;
473 ti,no-idle;
505 ti,no-idle;
696 ti,no-idle;
709 ti,no-idle;
  /src/sys/altq/
altq_rio.h 106 int idle; /* queue was empty */ member in struct:rio::dropprec_state
108 struct timeval last; /* timestamp when queue becomes idle */
116 used for idle calibration */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8998-clamshell.dtsi 46 cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
50 cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
54 cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
58 cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
62 cpu-idle-states = <&BIG_CPU_SLEEP_1>;
66 cpu-idle-states = <&BIG_CPU_SLEEP_1>;
70 cpu-idle-states = <&BIG_CPU_SLEEP_1>;
74 cpu-idle-states = <&BIG_CPU_SLEEP_1>;

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 9