Home
last modified time | relevance | path

Searched refs:MAX_CSTATE_ENTRIES (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/samples/bpf/
H A Dcpustat_user.c26 #define MAX_CSTATE_ENTRIES 3 macro
34 unsigned long cstate[MAX_CSTATE_ENTRIES];
53 for (i = 0; i < MAX_CSTATE_ENTRIES; i++) { in cpu_stat_print()
69 for (i = 0; i < MAX_CSTATE_ENTRIES; i++) in cpu_stat_print()
85 for (i = 0; i < MAX_CSTATE_ENTRIES; i++) { in cpu_stat_update()
86 key = c * MAX_CSTATE_ENTRIES + i; in cpu_stat_update()
H A Dcpustat_kern.c23 #define MAX_CSTATE_ENTRIES 3 macro
66 __uint(max_entries, MAX_CPU * MAX_CSTATE_ENTRIES);
198 key = cpu * MAX_CSTATE_ENTRIES + prev_state; in bpf_prog1()
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/bpf/
H A Dcpustat_user.c26 #define MAX_CSTATE_ENTRIES 3 macro
34 unsigned long cstate[MAX_CSTATE_ENTRIES];
53 for (i = 0; i < MAX_CSTATE_ENTRIES; i++) { in cpu_stat_print()
69 for (i = 0; i < MAX_CSTATE_ENTRIES; i++) in cpu_stat_print()
85 for (i = 0; i < MAX_CSTATE_ENTRIES; i++) { in cpu_stat_update()
86 key = c * MAX_CSTATE_ENTRIES + i; in cpu_stat_update()
H A Dcpustat_kern.c23 #define MAX_CSTATE_ENTRIES 3 macro
66 __uint(max_entries, MAX_CPU * MAX_CSTATE_ENTRIES);
198 key = cpu * MAX_CSTATE_ENTRIES + prev_state; in bpf_prog1()
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/bpf/
H A Dcpustat_user.c26 #define MAX_CSTATE_ENTRIES 3 macro
34 unsigned long cstate[MAX_CSTATE_ENTRIES];
53 for (i = 0; i < MAX_CSTATE_ENTRIES; i++) { in cpu_stat_print()
69 for (i = 0; i < MAX_CSTATE_ENTRIES; i++) in cpu_stat_print()
85 for (i = 0; i < MAX_CSTATE_ENTRIES; i++) { in cpu_stat_update()
86 key = c * MAX_CSTATE_ENTRIES + i; in cpu_stat_update()
H A Dcpustat_kern.c23 #define MAX_CSTATE_ENTRIES 3 macro
66 __uint(max_entries, MAX_CPU * MAX_CSTATE_ENTRIES);
198 key = cpu * MAX_CSTATE_ENTRIES + prev_state; in bpf_prog1()