Home
last modified time | relevance | path

Searched defs:schedule (Results 1 – 20 of 20) sorted by relevance

/linux/tools/testing/shared/linux/
H A Dkernel.h21 #define schedule() macro
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler_types.h201 void (*schedule)(struct i915_request *request, member
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c166 struct sja1105_schedule_entry *schedule; in sja1105_init_scheduling() local
/linux/drivers/usb/host/
H A Dsl811.h188 struct list_head schedule; member
H A Disp116x.h323 struct list_head schedule; member
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h382 struct iwl_scan_schedule_lmac schedule[IWL_MAX_SCHED_SCAN_PLANS]; member
790 struct iwl_scan_umac_schedule schedule[IWL_MAX_SCHED_SCAN_PLANS]; member
809 struct iwl_scan_umac_schedule schedule[IWL_MAX_SCHED_SCAN_PLANS]; member
1098 struct iwl_scan_umac_schedule schedule[IWL_MAX_SCHED_SCAN_PLANS]; member
/linux/net/smc/
H A Dsmc_ib.c406 bool schedule = false; in smc_ib_global_event_handler() local
/linux/drivers/misc/ocxl/
H A Dlink.c197 bool schedule = false; in xsl_fault_handler() local
/linux/drivers/firmware/efi/libstub/
H A Defistub.h424 void *schedule; member
445 u32 schedule; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dscan.c598 struct iwl_scan_umac_schedule *schedule = in iwl_mld_scan_cmd_set_sched_params() local
/linux/net/mptcp/
H A Dprotocol.h752 bool schedule; in mptcp_subflow_delegate() local
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.h142 u32 schedule[SPX5_DSM_CAL_LEN]; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c2261 struct iwl_scan_umac_schedule *schedule, in iwl_mvm_fill_scan_sched_params()
/linux/net/sched/
H A Dsch_cake.c511 ktime_t schedule; in cobalt_should_drop() local
[all...]
/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c2074 bool schedule = false; in tid_rdma_rcv_error() local
/linux/include/net/
H A Dip_vs.h1038 struct ip_vs_dest* (*schedule)(struct ip_vs_service *svc, member
H A Dcfg80211.h4251 u8 schedule[CFG80211_NAN_SCHED_NUM_TIME_SLOTS]; member
4271 u8 schedule[CFG80211_NAN_SCHED_NUM_TIME_SLOTS]; member
H A Dmac80211.h2088 struct ieee80211_nan_channel *schedule[CFG80211_NAN_SCHED_NUM_TIME_SLOTS]; member
/linux/sound/pci/rme9652/
H A Dhdspm.c5342 int i, audio, midi, schedule = 0; in snd_hdspm_interrupt() local
/linux/kernel/sched/
H A Dcore.c7352 asmlinkage __visible void __sched schedule(void) in schedule() function