Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dworkitem.c90 cfs_wi_sched_lock(cfs_wi_sched_t *sched) in cfs_wi_sched_lock()
96 cfs_wi_sched_unlock(cfs_wi_sched_t *sched) in cfs_wi_sched_unlock()
102 cfs_wi_sched_cansleep(cfs_wi_sched_t *sched) in cfs_wi_sched_cansleep()
124 cfs_wi_exit(struct cfs_wi_sched *sched, cfs_workitem_t *wi) in cfs_wi_exit()
153 cfs_wi_deschedule(struct cfs_wi_sched *sched, cfs_workitem_t *wi) in cfs_wi_deschedule()
194 cfs_wi_schedule(struct cfs_wi_sched *sched, cfs_workitem_t *wi) in cfs_wi_schedule()
224 struct cfs_wi_sched *sched = (cfs_wi_sched_t *)arg; in cfs_wi_scheduler() local
307 cfs_wi_sched_destroy(struct cfs_wi_sched *sched) in cfs_wi_sched_destroy()
355 struct cfs_wi_sched *sched; in cfs_wi_sched_create() local
447 struct cfs_wi_sched *sched; in cfs_wi_shutdown() local
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_sched.c66 struct ip_vs_scheduler *sched) in ip_vs_unbind_scheduler()
86 struct ip_vs_scheduler *sched; in ip_vs_sched_getbyname() local
120 struct ip_vs_scheduler *sched; in ip_vs_scheduler_get() local
150 struct ip_vs_scheduler *sched = rcu_dereference(svc->scheduler); in ip_vs_scheduler_err() local
174 struct ip_vs_scheduler *sched; in register_ip_vs_scheduler() local
Dip_vs_ctl.c793 struct ip_vs_scheduler *sched; in __ip_vs_update_dest() local
1085 struct ip_vs_scheduler *sched; in __ip_vs_unlink_dest() local
1170 struct ip_vs_scheduler *sched = NULL; in ip_vs_add_service() local
1300 struct ip_vs_scheduler *sched = NULL, *old_sched; in ip_vs_edit_service() local
1999 struct ip_vs_scheduler *sched = rcu_dereference(svc->scheduler); in ip_vs_info_seq_show() local
2444 struct ip_vs_scheduler *sched; in ip_vs_copy_service() local
2907 struct ip_vs_scheduler *sched; in ip_vs_genl_fill_service() local
Dip_vs_core.c314 struct ip_vs_scheduler *sched; in ip_vs_sched_persist() local
419 struct ip_vs_scheduler *sched; in ip_vs_schedule() local
/linux-4.1.27/tools/perf/
Dbuiltin-sched.c185 static void burn_nsecs(struct perf_sched *sched, u64 nsecs) in burn_nsecs()
204 static void calibrate_run_measurement_overhead(struct perf_sched *sched) in calibrate_run_measurement_overhead()
221 static void calibrate_sleep_measurement_overhead(struct perf_sched *sched) in calibrate_sleep_measurement_overhead()
267 static void add_sched_event_run(struct perf_sched *sched, struct task_desc *task, in add_sched_event_run()
290 static void add_sched_event_wakeup(struct perf_sched *sched, struct task_desc *task, in add_sched_event_wakeup()
317 static void add_sched_event_sleep(struct perf_sched *sched, struct task_desc *task, in add_sched_event_sleep()
327 static struct task_desc *register_pid(struct perf_sched *sched, in register_pid()
373 static void print_task_traces(struct perf_sched *sched) in print_task_traces()
385 static void add_cross_task_wakeups(struct perf_sched *sched) in add_cross_task_wakeups()
400 static void perf_sched__process_event(struct perf_sched *sched, in perf_sched__process_event()
[all …]
Dbuiltin-trace.c1250 bool sched; member
/linux-4.1.27/tools/perf/scripts/perl/
Dwakeup-latency.pl28 sub sched::sched_switch subroutine
51 sub sched::sched_wakeup subroutine
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_cb.c687 ksock_sched_t *sched = conn->ksnc_scheduler; in ksocknal_queue_tx_locked() local
1318 ksock_sched_t *sched = conn->ksnc_scheduler; in ksocknal_recv() local
1371 ksocknal_sched_cansleep(ksock_sched_t *sched) in ksocknal_sched_cansleep()
1388 ksock_sched_t *sched; in ksocknal_scheduler() local
1558 ksock_sched_t *sched; in ksocknal_read_callback() local
1584 ksock_sched_t *sched; in ksocknal_write_callback() local
2341 ksock_sched_t *sched; in ksocknal_send_keepalive_locked() local
2504 ksock_sched_t *sched; in ksocknal_reaper() local
Dsocklnd.c664 ksock_sched_t *sched; in ksocknal_choose_scheduler_locked() local
1020 ksock_sched_t *sched; in ksocknal_create_conn() local
1550 ksock_sched_t *sched = conn->ksnc_scheduler; in ksocknal_terminate_conn() local
2251 ksock_sched_t *sched; in ksocknal_base_shutdown() local
2401 ksock_sched_t *sched; in ksocknal_base_startup() local
2713 ksock_sched_t *sched; in ksocknal_start_schedulers() local
Dsocklnd_proto.c373 ksock_sched_t *sched = conn->ksnc_scheduler; in ksocknal_handle_zcreq() local
Dsocklnd_lib-linux.c693 ksock_sched_t *sched; in ksocknal_lib_memory_pressure() local
/linux-4.1.27/crypto/
Dfcrypt.c54 __be32 sched[ROUNDS]; member
226 #define F_ENCRYPT(R, L, sched) \ argument
/linux-4.1.27/arch/x86/crypto/
Daes-i586-asm_32.S107 #define do_fcol(table, a1,a2,a3,a4, idx, tmp, sched) \ argument
126 #define do_icol(table, a1,a2,a3,a4, idx, tmp, sched) \ argument
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c662 static void perf_sched_init(struct perf_sched *sched, struct event_constraint **constraints, in perf_sched_init()
683 static void perf_sched_save_state(struct perf_sched *sched) in perf_sched_save_state()
692 static bool perf_sched_restore_state(struct perf_sched *sched) in perf_sched_restore_state()
710 static bool __perf_sched_find_counter(struct perf_sched *sched) in __perf_sched_find_counter()
753 static bool perf_sched_find_counter(struct perf_sched *sched) in perf_sched_find_counter()
767 static bool perf_sched_next_event(struct perf_sched *sched) in perf_sched_next_event()
798 struct perf_sched sched; in perf_assign_events() local
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dsge.c235 struct sched { struct
240 struct sched_port p[MAX_NPORTS]; argument
241 struct tasklet_struct sched_tsk;/* tasklet used to run scheduler */ argument
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c649 struct kib_sched_info *sched; in kiblnd_create_conn() local
2668 struct kib_sched_info *sched; in kiblnd_base_shutdown() local
2807 struct kib_sched_info *sched; in kiblnd_base_startup() local
2894 static int kiblnd_start_schedulers(struct kib_sched_info *sched) in kiblnd_start_schedulers()
2943 struct kib_sched_info *sched; in kiblnd_dev_start_threads() local
Do2iblnd_cb.c134 struct kib_sched_info *sched = conn->ibc_sched; in kiblnd_drop_rx() local
3277 struct kib_sched_info *sched = conn->ibc_sched; in kiblnd_cq_completion() local
3313 struct kib_sched_info *sched; in kiblnd_scheduler() local
/linux-4.1.27/drivers/usb/host/
Dehci-sched.c1274 struct ehci_iso_sched *sched; in itd_urb_transaction() local
1412 struct ehci_iso_sched *sched, in sitd_slot_ok()
1505 struct ehci_iso_sched *sched = urb->hcpriv; in iso_stream_schedule() local
2176 struct ehci_iso_sched *sched = urb->hcpriv; in sitd_link_urb() local
Dfusbh200-hcd.c4213 struct fusbh200_iso_sched *sched; in itd_urb_transaction() local
4314 struct fusbh200_iso_sched *sched = urb->hcpriv; in iso_stream_schedule() local
Dfotg210-hcd.c4279 struct fotg210_iso_sched *sched; in itd_urb_transaction() local
4380 struct fotg210_iso_sched *sched = urb->hcpriv; in iso_stream_schedule() local
/linux-4.1.27/net/rxrpc/
Dar-call.c757 bool sched; in rxrpc_mark_call_released() local
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dscan.c579 bool sched = mvm->scan_status == IWL_MVM_SCAN_SCHED; in iwl_mvm_scan_offload_stop() local
1488 bool sched = !!(uid & IWL_UMAC_SCAN_UID_SCHED_SCAN); in iwl_mvm_rx_umac_scan_complete_notif() local
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c801 char *buf, int sched) in tm_attr_show()
827 const char *buf, size_t len, int sched) in tm_attr_store()
850 #define TM_ATTR(name, sched) \ argument
939 static int send_pktsched_cmd(struct adapter *adap, int sched, int qidx, int lo, in send_pktsched_cmd()
Dcxgb3_ioctl.h101 uint8_t sched; member
Dt3_hw.c3002 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched) in t3_config_sched()
Dt3_cpl.h889 __u8 sched; member
/linux-4.1.27/drivers/input/joystick/
Dsidewinder.c138 int timeout, bitout, sched, i, kick, start, strobe; in sw_read_packet() local
/linux-4.1.27/net/ipv6/
Dip6_flowlabel.c134 unsigned long sched = 0; in ip6_fl_gc() local
/linux-4.1.27/net/sched/
Dsch_cbq.c492 psched_time_t sched = q->now; in cbq_ovl_delay() local
557 psched_time_t sched = now; in cbq_undelay_prio() local
Dsch_hfsc.c122 struct hfsc_sched *sched; /* scheduler data */ member
/linux-4.1.27/lib/
Ddebugobjects.c194 int sched = 0; in free_object() local
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dath9k.h180 bool sched; member
255 bool sched; member
981 struct ath_chanctx_sched sched; member
Dmain.c509 bool sched = false; in ath_isr() local
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dselftest.h469 swi_action_t action, struct cfs_wi_sched *sched) in swi_init_workitem()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_cm.c2203 static int sched(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in sched() function
/linux-4.1.27/net/unix/
Daf_unix.c1156 int sched; in unix_wait_for_peer() local
/linux-4.1.27/drivers/staging/wlan-ng/
Dhfa384x_usb.c2789 int sched; in hfa384x_tx_timeout() local
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c3914 static int sched(struct c4iw_dev *dev, struct sk_buff *skb) in sched() function
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c651 u8 sched = *(u8 *)(inbox->buf + 64); in update_pkey_index() local
3554 u8 sched = *(u8 *)(inbox->buf + 64); in roce_verify_mac() local