Home
last modified time | relevance | path

Searched refs:t (Results 8501 – 8525 of 8705) sorted by relevance

1...<<341342343344345346347348349

/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_user_account.robot620 # We don't really care if the current session is flushed out since we are going to login
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.robot126 [Documentation] Attempt to set a property and check that the value didn't
/openbmc/linux/drivers/dma/
H A DKconfig190 NOTE: This driver wasn't tested on 64 bit platform because
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c7654 u32 h, t; in ixgbe_vf_tx_pending() local
7657 t = IXGBE_READ_REG(hw, IXGBE_PVFTDTN(q_per_pool, i, j)); in ixgbe_vf_tx_pending()
7659 if (h != t) in ixgbe_vf_tx_pending()
7919 static void ixgbe_service_timer(struct timer_list *t) in ixgbe_service_timer() argument
7921 struct ixgbe_adapter *adapter = from_timer(adapter, t, service_timer); in ixgbe_service_timer()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c454 static void stmmac_eee_ctrl_timer(struct timer_list *t) in stmmac_eee_ctrl_timer() argument
456 struct stmmac_priv *priv = from_timer(priv, t, eee_ctrl_timer); in stmmac_eee_ctrl_timer()
3006 static enum hrtimer_restart stmmac_tx_timer(struct hrtimer *t) in stmmac_tx_timer() argument
3008 struct stmmac_tx_queue *tx_q = container_of(t, struct stmmac_tx_queue, txtimer); in stmmac_tx_timer()
/openbmc/qemu/target/i386/
H A Dcpu.c235 #define CACHE_TYPE(t) (((t) == DATA_CACHE) ? CACHE_TYPE_D : \ argument
236 ((t) == INSTRUCTION_CACHE) ? CACHE_TYPE_I : \
237 ((t) == UNIFIED_CACHE) ? CACHE_TYPE_UNIFIED : \
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c3072 struct pending_wmi_event *evt, *t; in wmi_event_flush() local
3078 list_for_each_entry_safe(evt, t, &wil->pending_wmi_ev, list) { in wmi_event_flush()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c3176 static void ixgbevf_service_timer(struct timer_list *t) in ixgbevf_service_timer() argument
3178 struct ixgbevf_adapter *adapter = from_timer(adapter, t, in ixgbevf_service_timer()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c1079 void ath6kl_wmi_sscan_timer(struct timer_list *t) in ath6kl_wmi_sscan_timer() argument
1081 struct ath6kl_vif *vif = from_timer(vif, t, sched_scan_timer); in ath6kl_wmi_sscan_timer()
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst856 + /* Doesn't change once created. */
1195 /* Doesn't change once created. */
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c2839 static void netcp_ethss_timer(struct timer_list *t) in netcp_ethss_timer() argument
2841 struct gbe_priv *gbe_dev = from_timer(gbe_dev, t, timer); in netcp_ethss_timer()
/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c3473 static void myri10ge_watchdog_timer(struct timer_list *t) in myri10ge_watchdog_timer() argument
3481 mgp = from_timer(mgp, t, watchdog_timer); in myri10ge_watchdog_timer()
/openbmc/linux/Documentation/arch/x86/
H A Dboot.rst942 Also, the BIOS stub is responsible for creating boot_params, so it isn't
949 leaves us with 25 very precious bytes. This isn't something that can be fixed
/openbmc/linux/drivers/dma/ppc4xx/
H A Dadma.c1661 static void ppc440spe_adma_tasklet(struct tasklet_struct *t) in ppc440spe_adma_tasklet() argument
1663 struct ppc440spe_adma_chan *chan = from_tasklet(chan, t, irq_tasklet); in ppc440spe_adma_tasklet()
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c159 static void octeon_droq_bh(struct tasklet_struct *t) in octeon_droq_bh() argument
163 struct octeon_device_priv *oct_priv = from_tasklet(oct_priv, t, in octeon_droq_bh()
/openbmc/linux/drivers/block/
H A Dfloppy.c921 static void motor_off_callback(struct timer_list *t) in motor_off_callback() argument
923 unsigned long nr = t - motor_off_timer; in motor_off_callback()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c95 static void qla2x00_sa_replace_iocb_timeout(struct timer_list *t) in qla2x00_sa_replace_iocb_timeout() argument
97 struct edif_list_entry *edif_entry = from_timer(edif_entry, t, timer); in qla2x00_sa_replace_iocb_timeout()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c3574 static void ena_timer_service(struct timer_list *t) in ena_timer_service() argument
3576 struct ena_adapter *adapter = from_timer(adapter, t, timer_service); in ena_timer_service()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c253 static void iwl_mvm_rx_agg_session_expired(struct timer_list *t) in iwl_mvm_rx_agg_session_expired() argument
256 from_timer(data, t, session_timer); in iwl_mvm_rx_agg_session_expired()
/openbmc/linux/fs/
H A Dnamespace.c1268 struct mount *m, *t; in delayed_mntput() local
1270 llist_for_each_entry_safe(m, t, node, mnt_llist) in delayed_mntput()
/openbmc/linux/net/ipv4/
H A Dtcp_output.c1052 static void tcp_tasklet_func(struct tasklet_struct *t) in tcp_tasklet_func() argument
1054 struct tsq_tasklet *tsq = from_tasklet(tsq, t, tasklet); in tcp_tasklet_func()
/openbmc/qemu/target/loongarch/tcg/
H A Dvec_helper.c3083 VReg t; \
3092 t.E(i) = vfcmp_common(env, cmp, flags); \
3095 *Vd = t; \
/openbmc/qemu/pc-bios/keymaps/
H A Det107 # evdev 20 (0x14), QKeyCode "t", number 0x14
H A Dmk107 # evdev 20 (0x14), QKeyCode "t", number 0x14
H A Dar126 # evdev 20 (0x14), QKeyCode "t", number 0x14

1...<<341342343344345346347348349