Searched defs:system (Results 1 - 5 of 5) sorted by relevance

/arch/mips/dec/prom/
H A Didentify.c25 #include <asm/dec/system.h>
46 static char system[STR_BUF_LEN]; local
51 snprintf(system, STR_BUF_LEN, "Digital %s",
55 return system;
60 * Setup essential system-specific memory addresses. We need them
/arch/mips/include/asm/txx9/
H A Dgeneric.h32 const char *system; member in struct:txx9_board_vec
/arch/s390/kernel/
H A Dvtime.c61 __u64 timer, clock, user, system, steal; local
77 system = S390_lowcore.system_timer - ti->system_timer;
78 S390_lowcore.steal_timer -= system;
80 account_system_time(tsk, hardirq_offset, system, system);
114 __u64 timer, system; local
120 system = S390_lowcore.system_timer - ti->system_timer;
121 S390_lowcore.steal_timer -= system;
123 account_system_time(tsk, 0, system, system);
[all...]
/arch/mips/include/asm/
H A Dsgiarcs.h51 system, processor, cache, adapter, controller, peripheral, memory enumerator in enum:linux_devclass
/arch/ia64/kernel/
H A Dperfmon.c263 unsigned int system:1; /* do system wide monitoring */ member in struct:__anon1822
266 unsigned int excl_idle:1; /* exclude idle task in system wide session */
319 unsigned int ctx_cpu; /* cpu to which perfmon is applied (system wide) */
356 #define ctx_fl_system ctx_flags.system
370 * mostly used to synchronize between system wide and per-process
376 unsigned int pfs_sys_sessions; /* number of per system wide sessions */
377 unsigned int pfs_sys_use_dbregs; /* incremented when a system wide session uses debug regs */
379 struct task_struct *pfs_sys_session[NR_CPUS]; /* point to task owning a system-wide session */
1027 * system
[all...]

Completed in 181 milliseconds