Home
last modified time | relevance | path

Searched refs:sched (Results 1 – 14 of 14) sorted by relevance

/arch/x86/kernel/cpu/
Dperf_event.c582 static void perf_sched_init(struct perf_sched *sched, struct event_constraint **c, in perf_sched_init() argument
587 memset(sched, 0, sizeof(*sched)); in perf_sched_init()
588 sched->max_events = num; in perf_sched_init()
589 sched->max_weight = wmax; in perf_sched_init()
590 sched->constraints = c; in perf_sched_init()
597 sched->state.event = idx; /* start with min weight */ in perf_sched_init()
598 sched->state.weight = wmin; in perf_sched_init()
599 sched->state.unassigned = num; in perf_sched_init()
602 static void perf_sched_save_state(struct perf_sched *sched) in perf_sched_save_state() argument
604 if (WARN_ON_ONCE(sched->saved_states >= SCHED_STATES_MAX)) in perf_sched_save_state()
[all …]
DMakefile17 obj-y += vmware.o hypervisor.o sched.o mshyperv.o
/arch/x86/crypto/
Daes-i586-asm_32.S106 #define do_fcol(table, a1,a2,a3,a4, idx, tmp, sched) \ argument
107 mov 0 sched,%a1; \
109 mov 12 sched,%a2; \
111 mov 4 sched,%a4; \
119 mov 8 sched,%a3; \
125 #define do_icol(table, a1,a2,a3,a4, idx, tmp, sched) \ argument
126 mov 0 sched,%a1; \
128 mov 4 sched,%a2; \
130 mov 12 sched,%a4; \
138 mov 8 sched,%a3; \
/arch/powerpc/kernel/
DMakefile19 CFLAGS_REMOVE_cputable.o = -pg -mno-sched-epilog
20 CFLAGS_REMOVE_prom_init.o = -pg -mno-sched-epilog
21 CFLAGS_REMOVE_btext.o = -pg -mno-sched-epilog
22 CFLAGS_REMOVE_prom.o = -pg -mno-sched-epilog
24 CFLAGS_REMOVE_ftrace.o = -pg -mno-sched-epilog
26 CFLAGS_REMOVE_time.o = -pg -mno-sched-epilog
/arch/arm/plat-versatile/
DMakefile5 obj-$(CONFIG_PLAT_VERSATILE_SCHED_CLOCK) += sched-clock.o
/arch/powerpc/platforms/powermac/
DMakefile5 CFLAGS_REMOVE_bootx_init.o = -pg -mno-sched-epilog
/arch/tile/kernel/
Dregs_64.S54 STD_ENTRY_SECTION(__switch_to, .sched.text)
99 STD_ENTRY_SECTION(get_switch_to_pc, .sched.text)
Dregs_32.S54 STD_ENTRY_SECTION(__switch_to, .sched.text)
99 STD_ENTRY_SECTION(get_switch_to_pc, .sched.text)
/arch/xtensa/kernel/
Dvmlinux.lds.S93 *(.sched.literal .sched.text)
/arch/unicore32/
DMakefile30 KBUILD_CFLAGS += -mno-sched-prolog
/arch/powerpc/platforms/cell/spufs/
DMakefile4 spufs-y += sched.o backing_ops.o hw_ops.o run.o gang.o
/arch/powerpc/
DMakefile130 KBUILD_CFLAGS += -mno-sched-epilog
/arch/mips/
DMakefile118 cflags-$(CONFIG_SB1XXX_CORELIS) += $(call cc-option,-mno-sched-prolog) \
/arch/arm/
DMakefile38 KBUILD_CFLAGS +=-fno-omit-frame-pointer -mapcs -mno-sched-prolog