Home
last modified time | relevance | path

Searched refs:t (Results 7426 – 7450 of 8709) sorted by relevance

1...<<291292293294295296297298299300>>...349

/openbmc/qemu/docs/interop/
H A Dvhost-user.rst201 back-end. The back-end shouldn't try to map the entire region at once, as the
386 the *back-end* sending message replies. Most of the requests don't require
423 older back-ends don't support negotiating protocol features, a feature
716 The front-end isn't expected to take the initiative to send IOTLB update
746 virtqueue). However, it can't work when we process descriptors
1265 this message isn't necessary as the ring is also started on the
1285 isn't necessary as the ``VHOST_USER_BACKEND_VRING_CALL`` message can be
1303 isn't necessary as the ``VHOST_USER_BACKEND_VRING_ERR`` message can be
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dclang-c++11.patch331 static SaErrorT NewSimulatorSetSelTime( void *hnd, SaHpiResourceIdT id, SaHpiTimeT t ) {
834 static gchar skip_characters[] = " \t\n";
1090 IpmiSetSelTime( void *hnd, SaHpiResourceIdT id, SaHpiTimeT t )
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt99 # have a new inode number). Inode is left turned on for keys, which shouldn't
112 #don't scan the individual reports
153 # # shouldn't ever change. ##
/openbmc/u-boot/fs/zfs/
H A Dzfs.c2109 void *t; in zfs_read() local
2118 err = dmu_read(&(data->dnode), blkid, &t, in zfs_read()
2120 data->file_buf = t; in zfs_read()
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu383 for t in self.fstypes:
384 if p.endswith(t):
385 fst = t
/openbmc/openbmc/poky/scripts/
H A Drunqemu383 for t in self.fstypes:
384 if p.endswith(t):
385 fst = t
/openbmc/linux/drivers/md/
H A Ddm-mpath.c121 static void queue_if_no_path_timeout_work(struct timer_list *t);
789 static void queue_if_no_path_timeout_work(struct timer_list *t) in queue_if_no_path_timeout_work() argument
791 struct multipath *m = from_timer(m, t, nopath_timer); in queue_if_no_path_timeout_work()
H A Ddm-writecache.c707 static void writecache_max_age_timer(struct timer_list *t) in writecache_max_age_timer() argument
709 struct dm_writecache *wc = from_timer(wc, t, max_age_timer); in writecache_max_age_timer()
867 static void writecache_autocommit_timer(struct timer_list *t) in writecache_autocommit_timer() argument
869 struct dm_writecache *wc = from_timer(wc, t, autocommit_timer); in writecache_autocommit_timer()
/openbmc/linux/drivers/net/usb/
H A Dcdc_ncm.c65 static void cdc_ncm_txpath_bh(struct tasklet_struct *t);
1497 static void cdc_ncm_txpath_bh(struct tasklet_struct *t) in cdc_ncm_txpath_bh() argument
1499 struct cdc_ncm_ctx *ctx = from_tasklet(ctx, t, bh); in cdc_ncm_txpath_bh()
/openbmc/linux/sound/pci/asihpi/
H A Dhpi6205.c2054 int t = timeout_us / 4; in wait_dsp_ack() local
2057 while ((interface->dsp_ack != state) && --t) { in wait_dsp_ack()
2063 return t * 4; in wait_dsp_ack()
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dusage.rst125 Warning: There is an exception to the above rule. You shouldn't use assertions
570 static void case_to_desc(const struct sha1_test_case *t, char *desc)
572 strcpy(desc, t->str);
/openbmc/linux/Documentation/driver-api/
H A Ddevice-io.rst82 from config space, which is guaranteed to soft-fail if the card doesn't
336 didn't actually execute, and may choose to basically read whatever it wants.
367 for which ioremap_wc() is more efficient (as it doesn't needlessly trash the
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c187 static void _rtl92e_dm_fsync_timer_callback(struct timer_list *t);
1816 static void _rtl92e_dm_fsync_timer_callback(struct timer_list *t) in _rtl92e_dm_fsync_timer_callback() argument
1818 struct r8192_priv *priv = from_timer(priv, t, fsync_timer); in _rtl92e_dm_fsync_timer_callback()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi.c48 static void efx_mcdi_timeout_async(struct timer_list *t);
610 static void efx_mcdi_timeout_async(struct timer_list *t) in efx_mcdi_timeout_async() argument
612 struct efx_mcdi_iface *mcdi = from_timer(mcdi, t, async_timer); in efx_mcdi_timeout_async()
/openbmc/linux/include/net/
H A Dxfrm.h377 int km_query(struct xfrm_state *x, struct xfrm_tmpl *t,
1705 struct ip6_tnl *t);
1709 int xfrm6_rcv_tnl(struct sk_buff *skb, struct ip6_tnl *t);
/openbmc/linux/Documentation/RCU/
H A Dstallwarn.rst96 the ``rcu_.*timer wakeup didn't happen for`` console-log message,
234 (detected by 32, t=2603 jiffies, g=7075, q=625)
329 kthread timer wakeup didn't happen for 23804 jiffies! g7076 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c712 Int128 r, t; in do_sqrdmlah_d() local
721 t = int128_exts64(a); in do_sqrdmlah_d()
722 t = int128_lshift(t, 63); in do_sqrdmlah_d()
723 r = int128_add(r, t); in do_sqrdmlah_d()
726 t = int128_exts64(1ll << 62); in do_sqrdmlah_d()
727 r = int128_add(r, t); in do_sqrdmlah_d()
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst836 * Sun people can't spell worth damn. "compatability" indeed.
837 * At least we *know* we can't spell, and use a spell-checker.
854 /* Sun, you just can't beat me, you just can't. Stop trying,
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dhw.c446 static void irdma_dpc(struct tasklet_struct *t) in irdma_dpc() argument
448 struct irdma_pci_f *rf = from_tasklet(rf, t, dpc_tasklet); in irdma_dpc()
460 static void irdma_ceq_dpc(struct tasklet_struct *t) in irdma_ceq_dpc() argument
462 struct irdma_ceq *iwceq = from_tasklet(iwceq, t, dpc_tasklet); in irdma_ceq_dpc()
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183.dtsi1195 "t-calibration-data";
1601 u3phy: t-phy@11f40000 {
2054 /* The tzts1 ~ tzts6 don't need to polling */
2055 /* The tzts1 ~ tzts6 don't need to thermal throttle */
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c99 void ath_ps_full_sleep(struct timer_list *t) in ath_ps_full_sleep() argument
101 struct ath_softc *sc = from_timer(sc, t, sleep_timer); in ath_ps_full_sleep()
378 void ath9k_tasklet(struct tasklet_struct *t) in ath9k_tasklet() argument
380 struct ath_softc *sc = from_tasklet(sc, t, intr_tq); in ath9k_tasklet()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c752 struct mt76_txwi_cache *t; in mt7915_tx_prepare_skb() local
774 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7915_tx_prepare_skb()
775 t->skb = tx_info->skb; in mt7915_tx_prepare_skb()
777 id = mt76_token_consume(mdev, &t); in mt7915_tx_prepare_skb()
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c3186 struct srp_target_port *t; in srp_conn_unique() local
3195 list_for_each_entry(t, &host->target_list, list) { in srp_conn_unique()
3196 if (t != target && in srp_conn_unique()
3197 target->id_ext == t->id_ext && in srp_conn_unique()
3198 target->ioc_guid == t->ioc_guid && in srp_conn_unique()
3199 target->initiator_ext == t->initiator_ext) { in srp_conn_unique()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c452 static void watch_dog_timer_callback(struct timer_list *t);
2020 static void rtl8192_irq_rx_tasklet(struct tasklet_struct *t);
3114 static void watch_dog_timer_callback(struct timer_list *t) in watch_dog_timer_callback() argument
3116 struct r8192_priv *priv = from_timer(priv, t, watch_dog_timer); in watch_dog_timer_callback()
4462 static void rtl8192_irq_rx_tasklet(struct tasklet_struct *t) in rtl8192_irq_rx_tasklet() argument
4464 struct r8192_priv *priv = from_tasklet(priv, t, irq_rx_tasklet); in rtl8192_irq_rx_tasklet()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c867 u64 t = sample->time; in perf_sample__fprintf_start() local
871 t = sample->time - initial_time; in perf_sample__fprintf_start()
874 t = sample->time - previous_time; in perf_sample__fprintf_start()
876 t = 0; in perf_sample__fprintf_start()
880 nsecs = t; in perf_sample__fprintf_start()
888 timestamp__scnprintf_usec(t, sample_time, sizeof(sample_time)); in perf_sample__fprintf_start()

1...<<291292293294295296297298299300>>...349