Home
last modified time | relevance | path

Searched refs:t (Results 7551 – 7575 of 8705) sorted by relevance

1...<<301302303304305306307308309310>>...349

/openbmc/linux/net/core/
H A Ddrop_monitor.c208 static void sched_send_work(struct timer_list *t) in sched_send_work() argument
210 struct per_cpu_dm_data *data = from_timer(data, t, send_timer); in sched_send_work()
/openbmc/linux/drivers/dma/dw/
H A Dcore.c464 static void dw_dma_tasklet(struct tasklet_struct *t) in dw_dma_tasklet() argument
466 struct dw_dma *dw = from_tasklet(dw, t, tasklet); in dw_dma_tasklet()
/openbmc/linux/drivers/bluetooth/
H A Dbtnxpuart.c399 static void ps_timeout_func(struct timer_list *t) in ps_timeout_func() argument
401 struct ps_data *data = from_timer(data, t, ps_timer); in ps_timeout_func()
/openbmc/linux/drivers/net/can/spi/
H A Dmcp251x.c300 struct spi_transfer t = { in mcp251x_spi_trans() local
310 spi_message_add_tail(&t, &m); in mcp251x_spi_trans()
/openbmc/linux/drivers/pcmcia/
H A Dyenta_socket.c540 static void yenta_interrupt_wrapper(struct timer_list *t) in yenta_interrupt_wrapper() argument
542 struct yenta_socket *socket = from_timer(socket, t, poll_timer); in yenta_interrupt_wrapper()
/openbmc/linux/drivers/spi/
H A Dspi-s3c64xx.c124 #define msecs_to_loops(t) (loops_per_jiffy / 1000 * HZ * t) argument
/openbmc/linux/net/sched/
H A Dsch_generic.c495 static void dev_watchdog(struct timer_list *t) in dev_watchdog() argument
497 struct net_device *dev = from_timer(dev, t, watchdog_timer); in dev_watchdog()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c354 static inline void rxq_refill_timer_wrapper(struct timer_list *t) in rxq_refill_timer_wrapper() argument
356 struct pxa168_eth_private *pep = from_timer(pep, t, timeout); in rxq_refill_timer_wrapper()
/openbmc/linux/net/mac80211/
H A Dmain.c334 static void ieee80211_tasklet_handler(struct tasklet_struct *t) in ieee80211_tasklet_handler() argument
336 struct ieee80211_local *local = from_tasklet(local, t, tasklet); in ieee80211_tasklet_handler()
H A Dieee80211_i.h2048 void ieee80211_tx_pending(struct tasklet_struct *t);
2351 void ieee80211_dynamic_ps_timer(struct timer_list *t);
2439 void ieee80211_wake_txqs(struct tasklet_struct *t);
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi.c47 static void efx_mcdi_timeout_async(struct timer_list *t);
606 static void efx_mcdi_timeout_async(struct timer_list *t) in efx_mcdi_timeout_async() argument
608 struct efx_mcdi_iface *mcdi = from_timer(mcdi, t, async_timer); in efx_mcdi_timeout_async()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-subdev.rst54 As the V4L2 controls API doesn't support several identical controls in a
150 pipeline, acceptable to both application and driver, can't rely on
363 dimensions. The scaling ratio isn't specified explicitly, but is implied
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst97 values don't match during verifier state pruning checks.
562 caller doesn't have a trusted pointer to a ``struct task_struct *`` object that
609 bpf_task_release() respectively, so we won't provide examples for them.
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-transformer-common.dtsi1260 /* FIXME: eMMC won't work, if set to 1.8 V */
1359 /* FIXME: LP1 doesn't work at the moment */
1396 /* FIXME: Full 208Mhz clock rate doesn't work reliably */
/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis900.c223 static void sis900_timer(struct timer_list *t);
1315 static void sis900_timer(struct timer_list *t) in sis900_timer() argument
1317 struct sis900_private *sis_priv = from_timer(sis_priv, t, timer); in sis900_timer()
/openbmc/linux/Documentation/process/
H A Dmaintainer-tip.rst486 if (somecondition_is_true) /* Don't put a comment here */
577 if the caller doesn't hold the lock. Comments can't do that.
/openbmc/linux/drivers/dma/
H A Dimx-sdma.c302 u32 t : 1; member
826 static struct sdma_desc *to_sdma_desc(struct dma_async_tx_descriptor *t) in to_sdma_desc() argument
828 return container_of(t, struct sdma_desc, vd.tx); in to_sdma_desc()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsumo_dpm.c893 u32 t = 1; in sumo_enable_sclk_ds() local
897 deep_sleep_cntl |= HS(t > 4095 ? 4095 : t); in sumo_enable_sclk_ds()
/openbmc/linux/tools/testing/selftests/net/
H A Dfib_tests.sh2530 while getopts :t:pPhv o
2566 for t in $TESTS
2568 case $t in
/openbmc/qemu/docs/about/
H A Demulation.rst108 also allows for embedded micro-controller code which typically doesn't
153 support doesn't make the distinction between the modes and
572 introduce determinism to the execution flow it doesn't always follow
/openbmc/linux/sound/soc/codecs/
H A Dwm8994.c3363 const char **t; in wm8994_handle_retune_mobile_pdata() local
3382 t = krealloc(wm8994->retune_mobile_texts, in wm8994_handle_retune_mobile_pdata()
3386 if (t == NULL) in wm8994_handle_retune_mobile_pdata()
3390 t[wm8994->num_retune_mobile_texts] = in wm8994_handle_retune_mobile_pdata()
3395 wm8994->retune_mobile_texts = t; in wm8994_handle_retune_mobile_pdata()
H A DKconfig3 # modular, meaning we can't build the codec driver in with I2C support.
5 # setting - SPI can't be modular so that case doesn't need to be covered.
2339 Select N if you don't have jack on board.
2347 Select N if you don't have MT6660 on board.
/openbmc/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt206 (The herd7 tool doesn't judge, so it is only an LKMM convention that the
237 clause so that you don't have to look it up in the litmus-test file.
586 Why doesn't the litmus test take the simpler approach of using a spin loop
611 value? Wouldn't that cause herd7 to abandon the execution prematurely
922 If you don't like command-line arguments, you can obtain a similar speedup
/openbmc/linux/net/bluetooth/
H A Dsmp.c247 u8 m[53], t[16]; in smp_f5() local
254 err = aes_cmac(tfm_cmac, salt, w, 32, t); in smp_f5()
258 SMP_DBG("t %16phN", t); in smp_f5()
269 err = aes_cmac(tfm_cmac, t, m, sizeof(m), mackey); in smp_f5()
277 err = aes_cmac(tfm_cmac, t, m, sizeof(m), ltk); in smp_f5()
/openbmc/u-boot/common/
H A Ddlmalloc.src188 when compiling in this case. These look funny but don't otherwise
272 enabled that will catch more memory errors. You probably won't be
799 don't run at the same time, which could be disasterous. A single
1216 1. The special chunk `top', which doesn't bother using the
2486 I don't know of any programs still relying on this feature,
2705 8-byte alignment is guaranteed by normal malloc calls, so don't
2862 /* check if expand_top called, in which case don't need to clear */
2966 return 0; /* Apparently we don't own memory; must fail */
3219 no scheme using them consistently outperforms those that don't

1...<<301302303304305306307308309310>>...349