Searched refs:schedule (Results 1 - 25 of 451) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/include/asm/
H A Dcontext_tracking.h8 #define SCHEDULE_USER bl schedule
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_snprintf.c35 extern const void schedule __ksym;
58 &schedule, &schedule, &schedule);
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfgraph-filter.tc16 # filter something, schedule is always good
17 if ! echo "schedule" > set_ftrace_filter; then
19 if ! echo ".schedule" > set_ftrace_filter; then
20 fail "can not enable schedule filter"
28 # that only the schedule function was found
29 count=`cat trace | grep '()' | grep -v schedule | wc -l`
35 count=`cat trace | grep 'schedule()' | wc -l`
37 fail "No schedule traces found?"
H A Dfgraph-filter-stack.tc24 # filter something, schedule is always good
25 if ! echo "schedule" > set_ftrace_filter; then
27 if ! echo ".schedule" > set_ftrace_filter; then
28 fail "can not enable schedule filter"
43 count=`cat trace | grep '()' | grep -v schedule | wc -l`
50 count=`cat trace | grep 'schedule()' | wc -l`
52 fail "No schedule traces found?"
60 count=`cat trace | grep '()' | grep -v schedule | wc -l`
66 count=`cat trace | grep 'schedule()' | wc -l`
68 fail "No schedule trace
[all...]
H A Dfunc_traceonoff_triggers.tc51 # powerpc uses .schedule
52 func="schedule"
57 x=`grep '^\.schedule$' available_filter_functions | wc -l`
59 func=".schedule"
75 cnt=`grep schedule set_ftrace_filter | wc -l`
110 cnt=`grep schedule set_ftrace_filter | wc -l`
122 cnt=`grep schedule set_ftrace_filter | wc -l`
140 cnt=`grep schedule set_ftrace_filter | wc -l`
/linux-master/kernel/entry/
H A Dkvm.c17 schedule();
/linux-master/arch/um/kernel/skas/
H A Dsyscall.c30 schedule();
/linux-master/include/linux/
H A Dwait.h114 * schedule();
325 schedule())
364 0, 0, schedule())
440 cmd1; schedule(); cmd2)
453 cmd1; schedule(); cmd2)
478 schedule())
557 schedule()); \
618 schedule())
631 schedule())
645 schedule())
[all...]
H A Dswait.h109 * schedule();
184 schedule())
208 schedule())
233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
H A Drcuwait.h77 ___rcuwait_wait_event(w, condition, state, 0, schedule())
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c96 * all schedule entries for all ports. These are the Gate Control List (GCL)
101 * iterate cyclically through the "schedule". Each "cycle" has an entry point
102 * and an exit point, both being timeslot indices in the schedule table. The
112 * For each schedule entry (timeslot) k, the engine executes the gate control
151 * - cycle 0: iterates the schedule table from 0 to 2 (and back)
152 * - cycle 1: iterates the schedule table from 3 to 5 (and back)
166 struct sja1105_schedule_entry *schedule; local
236 schedule = table->entries;
313 schedule[k].delta = ns_to_sja1105_delta(delta_ns);
314 schedule[
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_calendar.c41 u32 schedule[SPX5_DSM_CAL_LEN]; member in struct:sparx5_calendar_data
297 data->schedule[idx] = SPX5_DSM_CAL_EMPTY;
301 data->schedule[0] = SPX5_DSM_CAL_MAX_DEVS_PER_TAXI;
390 data->schedule[idx] = SPX5_DSM_CAL_MAX_DEVS_PER_TAXI;
413 if (data->schedule[slot] == SPX5_DSM_CAL_EMPTY)
423 memcpy(data->short_list, data->schedule,
432 memcpy(data->long_list, data->schedule,
469 data->schedule[slot] = data->temp_sched[slot];
483 u32 cal_length = sparx5_dsm_cal_len(data->schedule);
494 if (data->schedule[id
[all...]
/linux-master/drivers/platform/x86/
H A Dideapad-laptop.h105 schedule();
136 schedule();
/linux-master/net/atm/
H A Dsvc.c64 schedule();
140 schedule();
221 schedule();
244 schedule();
251 schedule();
311 schedule();
363 schedule();
405 schedule();
450 schedule();
552 schedule();
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dthread.c41 schedule();
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler_types.h97 * A schedule engine represents a submission queue with different priority
107 * @ref: reference count of schedule engine object
118 * @requests: list of requests inflight on this schedule engine
167 * @destroy: destroy schedule engine / cleanup in backend
195 * @schedule: adjust priority of request
201 void (*schedule)(struct i915_request *request, member in struct:i915_sched_engine
/linux-master/net/netfilter/ipvs/
H A Dip_vs_nq.c121 .schedule = ip_vs_nq_schedule,
H A Dip_vs_lc.c71 .schedule = ip_vs_lc_schedule,
H A Dip_vs_ovf.c65 .schedule = ip_vs_ovf_schedule,
H A Dip_vs_fo.c58 .schedule = ip_vs_fo_schedule,
H A Dip_vs_wlc.c94 .schedule = ip_vs_wlc_schedule,
/linux-master/samples/ftrace/
H A Dftrace-direct-multi.c149 ftrace_set_filter_ip(&direct, (unsigned long) schedule, 0, 0);
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-touch.c77 schedule();
133 /* If it is in the past, then just schedule asap */
140 schedule();
/linux-master/kernel/power/
H A Dprocess.c212 schedule();
233 schedule();
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_wait.c105 if (engine->sched_engine->schedule)
106 engine->sched_engine->schedule(rq, attr);

Completed in 195 milliseconds

1234567891011>>