Home
last modified time | relevance | path

Searched refs:t (Results 5676 – 5700 of 8709) sorted by relevance

1...<<221222223224225226227228229230>>...349

/openbmc/qemu/target/arm/tcg/
H A Dmve.decode144 # don't decode it in this format
148 # Here also we don't decode the bit 28 size in the format to avoid
560 # The U bit (28) is don't-care because it does not affect the result
566 # The U bit (28) is don't-care because it does not affect the result
/openbmc/qemu/docs/interop/
H A Dqmp-spec.rst238 state where it can't parse additional commands. To get it back into
242 other than ``\t`` (horizontal tab), ``\r`` (carriage return), or
255 Moreover, the client may receive output a previous client didn't read.
422 upstream as long as it doesn't send input with downstream members, and
/openbmc/linux/drivers/mmc/host/
H A Dvia-sdmmc.c934 static void via_sdc_timeout(struct timer_list *t) in via_sdc_timeout() argument
939 sdhost = from_timer(sdhost, t, timer); in via_sdc_timeout()
965 static void via_sdc_tasklet_finish(struct tasklet_struct *t) in via_sdc_tasklet_finish() argument
967 struct via_crdr_mmc_host *host = from_tasklet(host, t, finish_tasklet); in via_sdc_tasklet_finish()
/openbmc/linux/fs/nilfs2/
H A Dsuper.c277 time64_t t; in nilfs_commit_super() local
280 t = ktime_get_real_seconds(); in nilfs_commit_super()
281 nilfs->ns_sbwtime = t; in nilfs_commit_super()
282 sbp[0]->s_wtime = cpu_to_le64(t); in nilfs_commit_super()
/openbmc/linux/drivers/media/i2c/
H A Dov7251.c1180 static inline u32 avg_fps(const struct v4l2_fract *t) in avg_fps() argument
1182 return (t->denominator + (t->numerator >> 1)) / t->numerator; in avg_fps()
/openbmc/linux/drivers/media/pci/ttpci/
H A Dbudget-ci.c102 static void msp430_ir_interrupt(struct tasklet_struct *t) in msp430_ir_interrupt() argument
104 struct budget_ci_ir *ir = from_tasklet(ir, t, msp430_irq_tasklet); in msp430_ir_interrupt()
351 static void ciintf_interrupt(struct tasklet_struct *t) in ciintf_interrupt() argument
353 struct budget_ci *budget_ci = from_tasklet(budget_ci, t, in ciintf_interrupt()
/openbmc/linux/lib/crypto/mpi/
H A Dlonglong.h40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument
41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dsnps,dwmac.yaml16 # we will validate the node thanks to the select, but won't report it
46 # include that schemas, otherwise compatible won't validate for
626 Don\'t multiply the pbl/txpbl/rxpbl values by 8. For core
627 rev < 3.50, don\'t multiply the values by 4.
/openbmc/linux/Documentation/driver-api/
H A Ddma-buf.rst43 - doesn't need to worry about how the buffer is allocated, or where.
64 If llseek on dma-buf FDs isn't support the kernel will report -ESPIPE for all
227 * Future fences, used in HWC1 to signal when a buffer isn't used by the display
366 GPUs doesn't anything fundamentally new.
/openbmc/linux/arch/powerpc/platforms/
H A DKconfig.cputype71 processors don't have a HASH MMU and provide SW TLB loading.
317 Most 6xx have an FPU but e300c2 core (mpc832x) don't have
450 is only implemented by IBM Power9 CPUs, if you don't have one of them
574 If you don't know what to do here, say N.
/openbmc/linux/Documentation/admin-guide/
H A DREADME.rst122 errors that are very difficult to track down, so don't assume that
270 build should require that. Don't take the name of root in vain.
312 to update the loading map! If you don't, you won't be able to boot
H A Dmono.rst47 mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_core.c248 static void serial8250_timeout(struct timer_list *t) in serial8250_timeout() argument
250 struct uart_8250_port *up = from_timer(up, t, timer); in serial8250_timeout()
256 static void serial8250_backup_timeout(struct timer_list *t) in serial8250_backup_timeout() argument
258 struct uart_8250_port *up = from_timer(up, t, timer); in serial8250_backup_timeout()
/openbmc/linux/drivers/isdn/mISDN/
H A Dl1oip_core.c822 l1oip_keepalive(struct timer_list *t) in l1oip_keepalive() argument
824 struct l1oip *hc = from_timer(hc, t, keep_tl); in l1oip_keepalive()
830 l1oip_timeout(struct timer_list *t) in l1oip_timeout() argument
832 struct l1oip *hc = from_timer(hc, t, in l1oip_timeout()
/openbmc/linux/drivers/dma/
H A Dimx-dma.c340 static void imxdma_watchdog(struct timer_list *t) in imxdma_watchdog() argument
342 struct imxdma_channel *imxdmac = from_timer(imxdmac, t, watchdog); in imxdma_watchdog()
596 static void imxdma_tasklet(struct tasklet_struct *t) in imxdma_tasklet() argument
598 struct imxdma_channel *imxdmac = from_tasklet(imxdmac, t, dma_tasklet); in imxdma_tasklet()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c456 int t; in ipoib_rx_poll() local
465 t = min(IPOIB_NUM_WC, max); in ipoib_rx_poll()
466 n = ib_poll_cq(priv->recv_cq, t, priv->ibwc); in ipoib_rx_poll()
482 if (n != t) in ipoib_rx_poll()
/openbmc/linux/kernel/trace/
H A Dtrace_events_trigger.c132 static void *trigger_next(struct seq_file *m, void *t, loff_t *pos) in trigger_next() argument
136 if (t == SHOW_AVAILABLE_TRIGGERS) { in trigger_next()
140 return seq_list_next(t, &event_file->triggers, pos); in trigger_next()
172 static void trigger_stop(struct seq_file *m, void *t) in trigger_stop() argument
/openbmc/linux/net/sched/
H A Dsch_netem.c332 long t; in tabledist() local
344 t = dist->table[rnd % dist->size]; in tabledist()
345 x = (sigma % NETEM_DIST_SCALE) * t; in tabledist()
351 return x / NETEM_DIST_SCALE + (sigma / NETEM_DIST_SCALE) * t + mu; in tabledist()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py841 t = self.patchset.d.getVar('T')
842 if not t:
844 bb.utils.mkdirhier(t)
846 rcfile = "%s/bashrc.%s.%s" % (t, str(os.getpid()), random.random())
/openbmc/qemu/qapi/
H A Dmachine-target.json50 # because they can't be implemented by a static CPU model
174 # .. note:: This command isn't specific to s390x, but is only
229 # .. note:: This command isn't specific to s390x, but is only
365 # messages explaining why the CPU model can't be used. If
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst99 documentation, we won't feel responsible...
1041 shouldn't get tremendously large (20MB or so)
1045 Doesn't include SwapCached.
1807 long as the size of the core file isn't limited. But sometimes we don't want
1910 Since this interface is intended to be fast and cheap it doesn't
2120 unpatched. If the patch is being enabled, then the task hasn't been
2126 patched. If the patch is being disabled, then the task hasn't been
2247 # strace -e mount mount -o hidepid=1 -t proc proc /tmp/proc
2258 # mount -o remount,hidepid=1 -t proc proc /tmp/proc
2271 # mount -o hidepid=invisible -t proc proc /proc
[all …]
H A Decryptfs.rst48 mount -t ecryptfs /root/crypt /mnt/crypt
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcx88-devel.rst97 over time, so don't assume any sample starts at any particular place.
/openbmc/linux/drivers/net/ethernet/wiznet/
H A DKconfig13 Note that the answer to this question doesn't directly affect the
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dnet_prio.rst20 # mount -t cgroup -onet_prio none /sys/fs/cgroup/net_prio

1...<<221222223224225226227228229230>>...349