/openbmc/linux/sound/pci/asihpi/ |
H A D | asihpi.c | 717 static void snd_card_asihpi_timer_function(struct timer_list *t) in snd_card_asihpi_timer_function() argument 719 struct snd_card_asihpi_pcm *dpcm = from_timer(dpcm, t, timer); in snd_card_asihpi_timer_function()
|
/openbmc/linux/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 2069 static void artpec6_crypto_timeout(struct timer_list *t) in artpec6_crypto_timeout() argument 2071 struct artpec6_crypto *ac = from_timer(ac, t, timer); in artpec6_crypto_timeout()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_isp_params.c | 81 struct sh_css_isp_aa_params *t = (struct sh_css_isp_aa_params *) in ia_css_process_aa() local 83 t->strength = params->aa_config.strength; in ia_css_process_aa()
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | timekeeping.rst | 627 in general for a virtualized system; hardware control software can't be 645 but in general isn't recommended for real-world deployment scenarios.
|
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_main.c | 1015 static void pch_gbe_watchdog(struct timer_list *t) in pch_gbe_watchdog() argument 1017 struct pch_gbe_adapter *adapter = from_timer(adapter, t, in pch_gbe_watchdog()
|
/openbmc/linux/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 686 void bnx2i_ep_ofld_timer(struct timer_list *t) in bnx2i_ep_ofld_timer() argument 688 struct bnx2i_endpoint *ep = from_timer(ep, t, ofld_timer); in bnx2i_ep_ofld_timer()
|
/openbmc/linux/drivers/dma/ |
H A D | at_xdmac.c | 1765 static void at_xdmac_tasklet(struct tasklet_struct *t) in at_xdmac_tasklet() argument 1767 struct at_xdmac_chan *atchan = from_tasklet(atchan, t, tasklet); in at_xdmac_tasklet()
|
/openbmc/linux/net/sched/ |
H A D | Kconfig | 353 packets. This qdisc doesn't do anything else besides running classifiers, 950 Say N here if you won't be using tc<->ovs offload or tc chains offload.
|
/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 838 static void bnx2fc_destroy_timer(struct timer_list *t) in bnx2fc_destroy_timer() argument 840 struct bnx2fc_hba *hba = from_timer(hba, t, destroy_timer); in bnx2fc_destroy_timer()
|
/openbmc/linux/drivers/dma/ti/ |
H A D | edma.c | 157 #define EDMA_TCC(t) ((t) << 12) argument
|
/openbmc/linux/drivers/ata/ |
H A D | libahci.c | 1034 static void ahci_sw_activity_blink(struct timer_list *t) in ahci_sw_activity_blink() argument 1036 struct ahci_em_priv *emp = from_timer(emp, t, timer); in ahci_sw_activity_blink()
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | cp1emu.c | 1420 union ieee754##p s, union ieee754##p t) \ 1423 s = f1(s, t); \
|
/openbmc/linux/drivers/input/misc/ |
H A D | Kconfig | 9 Everything that didn't fit into the other categories is here. This option 10 doesn't affect the kernel.
|
/openbmc/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | netdev.c | 1904 static void igbvf_watchdog(struct timer_list *t) in igbvf_watchdog() argument 1906 struct igbvf_adapter *adapter = from_timer(adapter, t, watchdog_timer); in igbvf_watchdog()
|
/openbmc/linux/drivers/net/ |
H A D | xen-netfront.c | 246 static void rx_refill_timeout(struct timer_list *t) in rx_refill_timeout() argument 248 struct netfront_queue *queue = from_timer(queue, t, rx_refill_timer); in rx_refill_timeout()
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288.dtsi | 166 * haven't found it yet and while devices with 2GB of ram 587 /* NOTE: doesn't work on RK3288, but was fixed on RK3288W */
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | spectre.rst | 136 to a specific Branch Target Buffer (BTB) entry, even if the entry isn't 142 eBPF. Further research has found attacks that don't require unprivileged eBPF.
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | b44.c | 576 static void b44_timer(struct timer_list *t) in b44_timer() argument 578 struct b44 *bp = from_timer(bp, t, timer); in b44_timer()
|
/openbmc/linux/drivers/iommu/ |
H A D | iommu.c | 175 static const char *iommu_domain_type_str(unsigned int t) in iommu_domain_type_str() argument 177 switch (t) { in iommu_domain_type_str()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | pcie.c | 2331 brcmf_pcie_fwcon(struct timer_list *t) in brcmf_pcie_fwcon() argument 2333 struct brcmf_pciedev_info *devinfo = from_timer(devinfo, t, timer); in brcmf_pcie_fwcon()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 652 void iwl_mvm_reorder_timer_expired(struct timer_list *t) in iwl_mvm_reorder_timer_expired() argument 654 struct iwl_mvm_reorder_buffer *buf = from_timer(buf, t, reorder_timer); in iwl_mvm_reorder_timer_expired()
|
/openbmc/linux/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 472 static void s2255_timer(struct timer_list *t) in s2255_timer() argument 474 struct s2255_dev *dev = from_timer(dev, t, timer); in s2255_timer()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | utils.robot | 407 ... Fail msg=warm reset didn't occur 1113 ... xyz.openbmc_project.State.Watchdog Interval t ${milliseconds}
|
/openbmc/linux/include/trace/events/ |
H A D | f2fs.h | 71 #define F2FS_BIO_FLAG_MASK(t) (__force u32)((t) & F2FS_OP_FLAGS) argument
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_common.c | 160 static void nfp_net_reconfig_timer(struct timer_list *t) in nfp_net_reconfig_timer() argument 162 struct nfp_net *nn = from_timer(nn, t, reconfig_timer); in nfp_net_reconfig_timer()
|