Home
last modified time | relevance | path

Searched refs:t (Results 8401 – 8425 of 8663) sorted by relevance

1...<<331332333334335336337338339340>>...347

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc125 * For rule 1, overlap is allowed so this function doesn't need to be called.
1117 * Thus, we don't need to check vill bit. (Section 7.9)
2217 * We don't have to deal with the cases of: SEW > FLEN.
3635 * Thus, we don't need to check vill bit. (Section 16.6)
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c3010 static void cnic_service_bnx2_msix(struct tasklet_struct *t) in cnic_service_bnx2_msix() argument
3012 struct cnic_local *cp = from_tasklet(cp, t, cnic_irq_task); in cnic_service_bnx2_msix()
3135 static void cnic_service_bnx2x_bh(struct tasklet_struct *t) in cnic_service_bnx2x_bh() argument
3137 struct cnic_local *cp = from_tasklet(cp, t, cnic_irq_task); in cnic_service_bnx2x_bh()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c4835 static void e1000_update_phy_info(struct timer_list *t) in e1000_update_phy_info() argument
4837 struct e1000_adapter *adapter = from_timer(adapter, t, phy_info_timer); in e1000_update_phy_info()
5171 static void e1000_watchdog(struct timer_list *t) in e1000_watchdog() argument
5173 struct e1000_adapter *adapter = from_timer(adapter, t, watchdog_timer); in e1000_watchdog()
/openbmc/linux/fs/ext4/
H A Dsuper.c1580 #define QTYPE2NAME(t) (quotatypes[t]) argument
3661 static void print_daily_error_info(struct timer_list *t) in print_daily_error_info() argument
3663 struct ext4_sb_info *sbi = from_timer(sbi, t, s_err_report); in print_daily_error_info()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c175 static void ap_handle_timer(struct timer_list *t) in ap_handle_timer() argument
177 struct sta_info *sta = from_timer(sta, t, timer); in ap_handle_timer()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1369 il3945_irq_tasklet(struct tasklet_struct *t) in il3945_irq_tasklet() argument
1371 struct il_priv *il = from_tasklet(il, t, irq_tasklet); in il3945_irq_tasklet()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2367 struct wil_probe_client_req *req, *t; in wil_probe_client_flush() local
2374 list_for_each_entry_safe(req, t, &vif->probe_client_pending, list) { in wil_probe_client_flush()
/openbmc/linux/drivers/net/ethernet/agere/
H A Det131x.c3077 static void et131x_error_timer_handler(struct timer_list *t) in et131x_error_timer_handler() argument
3079 struct et131x_adapter *adapter = from_timer(adapter, t, error_timer); in et131x_error_timer_handler()
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.c2559 static void atl1_phy_config(struct timer_list *t) in atl1_phy_config() argument
2561 struct atl1_adapter *adapter = from_timer(adapter, t, in atl1_phy_config()
/openbmc/linux/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c3736 static void ql3xxx_timer(struct timer_list *t) in ql3xxx_timer() argument
3738 struct ql3_adapter *qdev = from_timer(qdev, t, adapter_timer); in ql3xxx_timer()
/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c1219 static void ehea_neq_tasklet(struct tasklet_struct *t) in ehea_neq_tasklet() argument
1221 struct ehea_adapter *adapter = from_tasklet(adapter, t, neq_tasklet); in ehea_neq_tasklet()
/openbmc/linux/drivers/dma/
H A Dste_dma40.c1599 static void dma_tasklet(struct tasklet_struct *t) in dma_tasklet() argument
1601 struct d40_chan *d40c = from_tasklet(d40c, t, tasklet); in dma_tasklet()
/openbmc/linux/drivers/scsi/
H A Dqla1280.c723 static void qla1280_mailbox_timeout(struct timer_list *t) in qla1280_mailbox_timeout() argument
725 struct scsi_qla_host *ha = from_timer(ha, t, mailbox_timer); in qla1280_mailbox_timeout()
/openbmc/linux/drivers/iommu/amd/
H A Diommu.c45 #define CMD_SET_TYPE(cmd, t) ((cmd)->data[1] |= ((t) << 28)) argument
/openbmc/linux/drivers/net/
H A Dtun.c441 static void tun_flow_cleanup(struct timer_list *t) in tun_flow_cleanup() argument
443 struct tun_struct *tun = from_timer(tun, t, flow_gc_timer); in tun_flow_cleanup()
/openbmc/linux/include/linux/
H A Dskbuff.h4195 static inline ktime_t net_timedelta(ktime_t t) in net_timedelta() argument
4197 return ktime_sub(ktime_get_real(), t); in net_timedelta()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1985 static void hclgevf_reset_timer(struct timer_list *t) in hclgevf_reset_timer() argument
1987 struct hclgevf_dev *hdev = from_timer(hdev, t, reset_timer); in hclgevf_reset_timer()
/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.c2121 struct dwc3_request *t; in dwc3_gadget_ep_dequeue() local
2130 list_for_each_entry_safe(r, t, &dep->started_list, list) in dwc3_gadget_ep_dequeue()
/openbmc/linux/mm/
H A Dvmalloc.c2760 struct llist_node *t, *llnode; in delayed_vfree_work() local
2762 llist_for_each_safe(llnode, t, llist_del_all(&p->list)) in delayed_vfree_work()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c2850 static int do_monotonic_raw(s64 *t, u64 *tsc_timestamp) in do_monotonic_raw() argument
2864 *t = ns; in do_monotonic_raw()
7780 #define emulator_try_cmpxchg_user(t, ptr, old, new) \ argument
7781 (__try_cmpxchg_user((t __user *)(ptr), (t *)(old), *(t *)(new), efault ## t))
/openbmc/u-boot/arch/arm/dts/
H A Dimx7s.dtsi143 * non-configurable replicators don't show up on the
/openbmc/qemu/fpu/
H A Dsoftfloat-specialize.c.inc375 | IEEE754 doesn't specify all the details of this, so the
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch346 those files don't really exist - and this error is better than the
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch276 BUS_DEFINE_PROPERTY_GET(bus_property_get_tasks_max, "t", CGroupTasksMax, cgroup_tasks_max_resolve);
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc543 /* FEX and VX need to be updated, so don't set fpscr directly */

1...<<331332333334335336337338339340>>...347