Home
last modified time | relevance | path

Searched refs:t (Results 7001 – 7025 of 8710) sorted by relevance

1...<<281282283284285286287288289290>>...349

/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-driver-habanalabs80 This interface doesn't support concurrency in the same device.
243 This interface doesn't support concurrency in the same device.
/openbmc/linux/Documentation/scheduler/
H A Dcompletion.rst111 initialized to 'not done' and doesn't require an init_completion() call.
182 most cases you probably don't want to call this with held mutexes.
/openbmc/linux/net/sched/
H A Dsch_sfq.c605 static void sfq_perturbation(struct timer_list *t) in sfq_perturbation() argument
607 struct sfq_sched_data *q = from_timer(q, t, perturb_timer); in sfq_perturbation()
/openbmc/linux/drivers/dma/
H A Dfsldma.c980 static void dma_do_tasklet(struct tasklet_struct *t) in dma_do_tasklet() argument
982 struct fsldma_chan *chan = from_tasklet(chan, t, tasklet); in dma_do_tasklet()
H A Dmpc512x_dma.c417 static void mpc_dma_tasklet(struct tasklet_struct *t) in mpc_dma_tasklet() argument
419 struct mpc_dma *mdma = from_tasklet(mdma, t, tasklet); in mpc_dma_tasklet()
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_bo.c680 static void vc4_bo_cache_time_timer(struct timer_list *t) in vc4_bo_cache_time_timer() argument
682 struct vc4_dev *vc4 = from_timer(vc4, t, bo_cache.time_timer); in vc4_bo_cache_time_timer()
/openbmc/linux/drivers/md/bcache/
H A Djournal.c418 struct btree *b, *t, *btree_nodes[BTREE_FLUSH_NR]; in btree_flush_write() local
455 list_for_each_entry_safe_reverse(b, t, &c->btree_cache, list) { in btree_flush_write()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dlib.sh391 printf "\t%s\n" "$retmsg"
1132 echo "[$dscp]=$t "
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh391 printf "\t%s\n" "$retmsg"
1132 echo "[$dscp]=$t "
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh391 printf "\t%s\n" "$retmsg"
1132 echo "[$dscp]=$t "
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh391 printf "\t%s\n" "$retmsg"
1132 echo "[$dscp]=$t "
/openbmc/openbmc-test-automation/lib/
H A Dopen_power_utils.robot413 Return From Keyword If ${rc} == 1 fanctl application doesn't exist.
425 # it doesn't find file generated.
/openbmc/linux/drivers/staging/ks7010/
H A Dks7010_sdio.c408 static void rx_event_task(struct tasklet_struct *t) in rx_event_task() argument
410 struct ks_wlan_private *priv = from_tasklet(priv, t, rx_bh_task); in rx_event_task()
/openbmc/linux/drivers/bus/mhi/host/
H A Dpci_generic.c899 static void health_check(struct timer_list *t) in health_check() argument
901 struct mhi_pci_device *mhi_pdev = from_timer(mhi_pdev, t, health_check_timer); in health_check()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c509 static void hangcheck_handler(struct timer_list *t) in hangcheck_handler() argument
511 struct msm_gpu *gpu = from_timer(gpu, t, hangcheck_timer); in hangcheck_handler()
/openbmc/linux/sound/pci/hda/
H A DKconfig23 This option enables the HD-audio controller. Don't forget
62 Note that this item alone doesn't provide the sysfs interface, but
/openbmc/docs/architecture/code-update/
H A Demmc-storage-design.md178 kernel since it doesn't have support for LVM. After the boot partition,
197 - Provisioning: Since the LVM userspace tools don't offer an offline mode,
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0016-handle-sysroot-support-for-nativesdk-gcc.patch12 library locations can change. "Normal" sysroot support doesn't help
32 these as part of the gccrelocprefix the system can't do runtime relocation
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/
H A Dpipewire_1.0.7.bb71 # Pipewire builds with 'c_std=gnu99' by default. Recent versions of gcc don't issue this warning in…
104 # "Some Linux phones doesn't use oFono but ModemManager to control the modem."
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c793 int c, h, t, u, v; in device_queue_depth() local
798 t = NO_TARGET; in device_queue_depth()
805 t = ALL_TARGETS; in device_queue_depth()
809 if (t != target) in device_queue_depth()
810 t = (target == v) ? v : NO_TARGET; in device_queue_depth()
819 (t == ALL_TARGETS || t == target) && in device_queue_depth()
824 t = ALL_TARGETS; in device_queue_depth()
7923 static void ncr53c8xx_timeout(struct timer_list *t) argument
7925 struct ncb *np = from_timer(np, t, timer);
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D10_usagi-ipv6.patch811 + * can't believe the address list from gethostbyname("localhost")
826 + tcpd_warn("can't verify hostname: getaddrinfo(%s, %s) failed",
1101 * Perhaps they are testing special client hostname patterns that aren't
1113 + * getnameinfo() doesn't do reverse lookup against link-local
/openbmc/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst37 parity bit is even. (see wikipedia if you can't follow this).
414 the linux driver code (about 15%). But wait, don't cheer too quickly.
542 However, still I thought there was more. I didn't like all the if
663 Actually this made things worse. Not very much, but I don't want to move
/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dns83820.c928 static void rx_action(struct tasklet_struct *t) argument
930 struct ns83820 *dev = from_tasklet(dev, t, rx_tasklet);
1588 static void ns83820_tx_watch(struct timer_list *t) argument
1590 struct ns83820 *dev = from_timer(dev, t, tx_watchdog);
/openbmc/linux/Documentation/fpga/
H A Ddfl.rst464 Note that an FME can't be assigned to a VF, thus PR and other management
522 implementation. E.g., some discrete FPGA cards don't have any cache. User could
570 events (fab_port_*) actually share one set of counters in hardware, so it can't
617 (e.g. FME or Port). Developers don't need to touch enumeration code in DFL
/openbmc/linux/Documentation/RCU/
H A Dchecklist.rst297 mutex. (Don't try this with a spinlock -- other CPUs
358 and you don't hold the appropriate update-side lock, you *must*
402 Please note that if you don't need to sleep in read-side critical
481 check that you don't pass the same object to call_rcu()

1...<<281282283284285286287288289290>>...349