/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | workitem.c | 90 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/ |
D | ip_vs_sched.c | 66 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
|
D | ip_vs_ctl.c | 793 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
|
D | ip_vs_core.c | 314 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/ |
D | builtin-sched.c | 185 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 …]
|
D | builtin-trace.c | 1250 bool sched; member
|
/linux-4.1.27/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 28 sub sched::sched_switch subroutine 51 sub sched::sched_wakeup subroutine
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_cb.c | 687 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
|
D | socklnd.c | 664 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
|
D | socklnd_proto.c | 373 ksock_sched_t *sched = conn->ksnc_scheduler; in ksocknal_handle_zcreq() local
|
D | socklnd_lib-linux.c | 693 ksock_sched_t *sched; in ksocknal_lib_memory_pressure() local
|
/linux-4.1.27/crypto/ |
D | fcrypt.c | 54 __be32 sched[ROUNDS]; member 226 #define F_ENCRYPT(R, L, sched) \ argument
|
/linux-4.1.27/arch/x86/crypto/ |
D | aes-i586-asm_32.S | 107 #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/ |
D | perf_event.c | 662 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/ |
D | sge.c | 235 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/ |
D | o2iblnd.c | 649 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
|
D | o2iblnd_cb.c | 134 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/ |
D | ehci-sched.c | 1274 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
|
D | fusbh200-hcd.c | 4213 struct fusbh200_iso_sched *sched; in itd_urb_transaction() local 4314 struct fusbh200_iso_sched *sched = urb->hcpriv; in iso_stream_schedule() local
|
D | fotg210-hcd.c | 4279 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/ |
D | ar-call.c | 757 bool sched; in rxrpc_mark_call_released() local
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | scan.c | 579 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/ |
D | cxgb3_main.c | 801 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()
|
D | cxgb3_ioctl.h | 101 uint8_t sched; member
|
D | t3_hw.c | 3002 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched) in t3_config_sched()
|
D | t3_cpl.h | 889 __u8 sched; member
|
/linux-4.1.27/drivers/input/joystick/ |
D | sidewinder.c | 138 int timeout, bitout, sched, i, kick, start, strobe; in sw_read_packet() local
|
/linux-4.1.27/net/ipv6/ |
D | ip6_flowlabel.c | 134 unsigned long sched = 0; in ip6_fl_gc() local
|
/linux-4.1.27/net/sched/ |
D | sch_cbq.c | 492 psched_time_t sched = q->now; in cbq_ovl_delay() local 557 psched_time_t sched = now; in cbq_undelay_prio() local
|
D | sch_hfsc.c | 122 struct hfsc_sched *sched; /* scheduler data */ member
|
/linux-4.1.27/lib/ |
D | debugobjects.c | 194 int sched = 0; in free_object() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ath9k.h | 180 bool sched; member 255 bool sched; member 981 struct ath_chanctx_sched sched; member
|
D | main.c | 509 bool sched = false; in ath_isr() local
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | selftest.h | 469 swi_action_t action, struct cfs_wi_sched *sched) in swi_init_workitem()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 2203 static int sched(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) in sched() function
|
/linux-4.1.27/net/unix/ |
D | af_unix.c | 1156 int sched; in unix_wait_for_peer() local
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 2789 int sched; in hfa384x_tx_timeout() local
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 3914 static int sched(struct c4iw_dev *dev, struct sk_buff *skb) in sched() function
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 651 u8 sched = *(u8 *)(inbox->buf + 64); in update_pkey_index() local 3554 u8 sched = *(u8 *)(inbox->buf + 64); in roce_verify_mac() local
|