Home
last modified time | relevance | path

Searched defs:sched (Results 1 – 25 of 37) sorted by relevance

12

/linux/net/mptcp/
H A Dsched.c55 list_for_each_entry_rcu(sched, &mptcp_sched_list, list) { in mptcp_sched_find() local
87 if (!sched->get_send) { in mptcp_register_scheduler() argument
72 struct mptcp_sched_ops *sched; mptcp_get_available_schedulers() local
104 mptcp_unregister_scheduler(struct mptcp_sched_ops * sched) mptcp_unregister_scheduler() argument
120 mptcp_init_sched(struct mptcp_sock * msk,struct mptcp_sched_ops * sched) mptcp_init_sched() argument
139 struct mptcp_sched_ops *sched = msk->sched; mptcp_release_sched() local
[all...]
/linux/net/netfilter/ipvs/
H A Dip_vs_sched.c61 struct ip_vs_scheduler *sched; in ip_vs_unbind_scheduler() local
80 struct ip_vs_scheduler *sched; in ip_vs_sched_getbyname() local
114 struct ip_vs_scheduler *sched; in ip_vs_scheduler_get() local
144 struct ip_vs_scheduler *sched = rcu_dereference(svc->scheduler); in ip_vs_scheduler_err() local
168 struct ip_vs_scheduler *sched; in register_ip_vs_scheduler() local
H A Dip_vs_core.c520 struct ip_vs_scheduler *sched; in ip_vs_sched_persist() local
625 struct ip_vs_scheduler *sched; in ip_vs_schedule() local
/linux/tools/perf/
H A Dbuiltin-sched.c307 burn_nsecs(struct perf_sched * sched,u64 nsecs) burn_nsecs() argument
326 calibrate_run_measurement_overhead(struct perf_sched * sched) calibrate_run_measurement_overhead() argument
343 calibrate_sleep_measurement_overhead(struct perf_sched * sched) calibrate_sleep_measurement_overhead() argument
389 add_sched_event_run(struct perf_sched * sched,struct task_desc * task,u64 timestamp,u64 duration) add_sched_event_run() argument
412 add_sched_event_wakeup(struct perf_sched * sched,struct task_desc * task,u64 timestamp,struct task_desc * wakee) add_sched_event_wakeup() argument
438 add_sched_event_sleep(struct perf_sched * sched,struct task_desc * task,u64 timestamp) add_sched_event_sleep() argument
448 register_pid(struct perf_sched * sched,unsigned long pid,const char * comm) register_pid() argument
494 print_task_traces(struct perf_sched * sched) print_task_traces() argument
506 add_cross_task_wakeups(struct perf_sched * sched) add_cross_task_wakeups() argument
521 perf_sched__process_event(struct perf_sched * sched,struct sched_atom * atom) perf_sched__process_event() argument
560 self_open_counters(struct perf_sched * sched,unsigned long cur_task) self_open_counters() argument
615 struct perf_sched *sched; global() member
623 struct perf_sched *sched = parms->sched; thread_func() local
660 create_tasks(struct perf_sched * sched) create_tasks() argument
690 destroy_tasks(struct perf_sched * sched) destroy_tasks() argument
710 wait_for_tasks(struct perf_sched * sched) wait_for_tasks() argument
762 run_one_test(struct perf_sched * sched) run_one_test() argument
810 test_calibrations(struct perf_sched * sched) test_calibrations() argument
828 replay_wakeup_event(struct perf_sched * sched,struct evsel * evsel,struct perf_sample * sample,struct machine * machine __maybe_unused) replay_wakeup_event() argument
849 replay_switch_event(struct perf_sched * sched,struct evsel * evsel,struct perf_sample * sample,struct machine * machine __maybe_unused) replay_switch_event() argument
894 replay_fork_event(struct perf_sched * sched,union perf_event * event,struct machine * machine) replay_fork_event() argument
1039 thread_atoms_insert(struct perf_sched * sched,struct thread * thread) thread_atoms_insert() argument
1136 latency_switch_event(struct perf_sched * sched,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) latency_switch_event() argument
1206 latency_runtime_event(struct perf_sched * sched,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) latency_runtime_event() argument
1241 latency_wakeup_event(struct perf_sched * sched,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) latency_wakeup_event() argument
1302 latency_migrate_task_event(struct perf_sched * sched,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) latency_migrate_task_event() argument
1352 output_lat_thread(struct perf_sched * sched,struct work_atoms * work_list) output_lat_thread() argument
1500 perf_sched__sort_lat(struct perf_sched * sched) perf_sched__sort_lat() argument
1526 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); process_sched_wakeup_event() local
1548 map__findnew_thread(struct perf_sched * sched,struct machine * machine,pid_t pid,pid_t tid) map__findnew_thread() argument
1563 sched_match_task(struct perf_sched * sched,const char * comm_str) sched_match_task() argument
1579 print_sched_map(struct perf_sched * sched,struct perf_cpu this_cpu,int cpus_nr,const char * color,bool sched_out) print_sched_map() argument
1629 map_switch_event(struct perf_sched * sched,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) map_switch_event() argument
1798 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); process_sched_switch_event() local
1824 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); process_sched_runtime_event() local
1837 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); perf_sched__process_fork_event() local
1854 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); process_sched_migrate_task_event() local
1914 perf_sched__read_events(struct perf_sched * sched) perf_sched__read_events() argument
2087 timehist_header(struct perf_sched * sched) timehist_header() argument
2163 timehist_print_sample(struct perf_sched * sched,struct evsel * evsel,struct perf_sample * sample,struct addr_location * al,struct thread * thread,u64 t,const char state) timehist_print_sample() argument
2327 save_task_callchain(struct perf_sched * sched,struct perf_sample * sample,struct evsel * evsel,struct machine * machine) save_task_callchain() argument
2486 save_idle_callchain(struct perf_sched * sched,struct idle_thread_runtime * itr,struct perf_sample * sample) save_idle_callchain() argument
2502 timehist_get_thread(struct perf_sched * sched,struct perf_sample * sample,struct machine * machine,struct evsel * evsel) timehist_get_thread() argument
2550 timehist_skip_sample(struct perf_sched * sched,struct thread * thread,struct evsel * evsel,struct perf_sample * sample) timehist_skip_sample() argument
2594 timehist_print_wakeup_event(struct perf_sched * sched,struct evsel * evsel,struct perf_sample * sample,struct machine * machine,struct thread * awakened) timehist_print_wakeup_event() argument
2646 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); timehist_sched_wakeup_event() local
2674 timehist_print_migration_event(struct perf_sched * sched,struct evsel * evsel,struct perf_sample * sample,struct machine * machine,struct thread * migrated) timehist_print_migration_event() argument
2735 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); timehist_migrate_task_event() local
2794 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); timehist_sched_change_event() local
2992 struct perf_sched *sched; global() member
3075 timehist_print_summary(struct perf_sched * sched,struct perf_session * session) timehist_print_summary() argument
3190 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); perf_timehist__process_sample() local
3208 timehist_check_attr(struct perf_sched * sched,struct evlist * evlist) timehist_check_attr() argument
3234 timehist_parse_prio_str(struct perf_sched * sched) timehist_parse_prio_str() argument
3275 perf_sched__timehist(struct perf_sched * sched) perf_sched__timehist() argument
3400 print_bad_events(struct perf_sched * sched) print_bad_events() argument
3463 perf_sched__merge_lat(struct perf_sched * sched) perf_sched__merge_lat() argument
3478 setup_cpus_switch_event(struct perf_sched * sched) setup_cpus_switch_event() argument
3498 free_cpus_switch_event(struct perf_sched * sched) free_cpus_switch_event() argument
3504 perf_sched__lat(struct perf_sched * sched) perf_sched__lat() argument
3557 setup_map_cpus(struct perf_sched * sched) setup_map_cpus() argument
3579 setup_color_pids(struct perf_sched * sched) setup_color_pids() argument
3596 setup_color_cpus(struct perf_sched * sched) setup_color_cpus() argument
3613 perf_sched__map(struct perf_sched * sched) perf_sched__map() argument
3669 perf_sched__replay(struct perf_sched * sched) perf_sched__replay() argument
3726 setup_sorting(struct perf_sched * sched,const struct option * options,const char * const usage_msg[]) setup_sorting() argument
3749 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); process_synthesized_schedstat_event() local
3807 perf_sched__schedstat_record(struct perf_sched * sched,int argc,const char ** argv) perf_sched__schedstat_record() argument
4483 perf_sched__schedstat_report(struct perf_sched * sched) perf_sched__schedstat_report() argument
4535 perf_sched__schedstat_diff(struct perf_sched * sched,int argc,const char ** argv) perf_sched__schedstat_diff() argument
4637 perf_sched__schedstat_live(struct perf_sched * sched,int argc,const char ** argv) perf_sched__schedstat_live() argument
4822 struct perf_sched sched = { cmd_sched() local
[all...]
/linux/tools/perf/scripts/perl/
H A Dwakeup-latency.pl28 sub sched::sched_switch subroutine
51 sub sched::sched_wakeup subroutine
/linux/net/sctp/
H A Dstream_sched.c116 void sctp_sched_ops_register(enum sctp_sched_type sched, in sctp_sched_ops_register() argument
133 const struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_sched_free_sched() local
149 enum sctp_sched_type sched) in sctp_sched_set_sched() argument
266 struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); sctp_sched_init_sid() local
[all...]
H A Dstream.c57 const struct sctp_sched_ops *sched; in sctp_stream_free_ext() local
133 const struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_init() local
185 const struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_free() local
210 const struct sctp_sched_ops *sched = sctp_sched_ops_from_stream(stream); in sctp_stream_update() local
[all...]
/linux/net/sched/
H A Dsch_taprio.c120 struct sched_gate_list *sched) in taprio_calculate_gate_durations() argument
170 static ktime_t sched_base_time(const struct sched_gate_list *sched) in sched_base_time() argument
198 struct sched_gate_list *sched in taprio_free_sched_cb() local
224 get_cycle_time_elapsed(struct sched_gate_list * sched,ktime_t time) get_cycle_time_elapsed() argument
235 get_interval_end_time(struct sched_gate_list * sched,struct sched_gate_list * admin,struct sched_entry * entry,ktime_t intv_start) get_interval_end_time() argument
272 taprio_update_queue_max_sdu(struct taprio_sched * q,struct sched_gate_list * sched,struct qdisc_size_table * stab) taprio_update_queue_max_sdu() argument
325 find_entry_to_transmit(struct sk_buff * skb,struct Qdisc * sch,struct sched_gate_list * sched,struct sched_gate_list * admin,ktime_t time,ktime_t * interval_start,ktime_t * interval_end,bool validate_interval) find_entry_to_transmit() argument
403 struct sched_gate_list *sched, *admin; is_valid_interval() local
472 struct sched_gate_list *sched, *admin; get_packet_txtime() local
545 struct sched_gate_list *sched; taprio_skb_exceeds_queue_max_sdu() local
663 taprio_set_budgets(struct taprio_sched * q,struct sched_gate_list * sched,struct sched_entry * entry) taprio_set_budgets() argument
1089 parse_sched_list(struct taprio_sched * q,struct nlattr * list,struct sched_gate_list * sched,struct netlink_ext_ack * extack) parse_sched_list() argument
1208 taprio_get_start_time(struct Qdisc * sch,struct sched_gate_list * sched,ktime_t * start) taprio_get_start_time() argument
1242 setup_first_end_time(struct taprio_sched * q,struct sched_gate_list * sched,ktime_t base) setup_first_end_time() argument
1365 setup_txtime(struct taprio_sched * q,struct sched_gate_list * sched,ktime_t base) setup_txtime() argument
1459 taprio_sched_to_offload(struct net_device * dev,struct sched_gate_list * sched,struct tc_taprio_qopt_offload * offload,const struct tc_taprio_caps * caps) taprio_sched_to_offload() argument
1517 taprio_enable_offload(struct net_device * dev,struct taprio_sched * q,struct sched_gate_list * sched,struct netlink_ext_ack * extack) taprio_enable_offload() argument
2287 taprio_dump_tc_entries(struct sk_buff * skb,struct taprio_sched * q,struct sched_gate_list * sched) taprio_dump_tc_entries() argument
[all...]
H A Dact_gate.c263 struct tcf_gate_params *sched, in parse_gate_list()
/linux/drivers/slimbus/
H A Dsched.c29 struct slim_sched *sched = &ctrl->sched; in slim_ctrl_clk_pause() local
H A Dslimbus.h413 struct slim_sched sched; member
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c226 struct sched { struct
231 struct sched_port p[MAX_NPORTS]; argument
232 struct tasklet_struct sched_tsk;/* tasklet used to run scheduler */ argument
236 static void restart_sched(struct tasklet_struct *t); argument
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.h29 struct nouveau_sched *sched; member
53 struct nouveau_sched *sched; member
H A Dnouveau_exec.h11 struct nouveau_sched *sched; member
/linux/drivers/gpu/drm/xe/
H A Dxe_execlist_types.h37 struct drm_gpu_scheduler sched; member
/linux/drivers/usb/host/
H A Dehci-sched.c1243 struct ehci_iso_sched *sched; in itd_urb_transaction() local
1387 struct ehci_iso_sched *sched, in sitd_slot_ok()
1480 struct ehci_iso_sched *sched = urb->hcpriv; in iso_stream_schedule() local
2150 struct ehci_iso_sched *sched = urb->hcpriv; in sitd_link_urb() local
/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_features.c240 unsigned int drops, int sched, struct xdp_cpumap_stats *xdp_stats) in BPF_PROG()
/linux/samples/bpf/
H A Dxdp_sample.bpf.c157 unsigned int drops, int sched, struct xdp_cpumap_stats *xdp_stats) in BPF_PROG()
/linux/tools/perf/util/
H A Dmachine.h52 } sched, lock, traceiter, trace; member
/linux/drivers/input/joystick/
H A Dsidewinder.c120 int timeout, bitout, sched, i, kick, start, strobe; in sw_read_packet() local
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.h118 struct drm_gpu_scheduler sched; member
H A Detnaviv_drv.c87 struct drm_gpu_scheduler *sched; in etnaviv_open() local
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ioctl.h101 uint8_t sched; member
/linux/kernel/bpf/
H A Dcpumap.c309 unsigned int kmem_alloc_drops = 0, sched = 0; in cpu_map_kthread_run() local
/linux/net/wireless/
H A Dcore.c286 struct cfg80211_nan_local_sched *sched) in cfg80211_nan_set_local_schedule() argument

12