/openbmc/linux/drivers/mmc/host/ |
H A D | atmel-mci.c | 734 static void atmci_timeout_timer(struct timer_list *t) in atmci_timeout_timer() argument 738 host = from_timer(host, t, timer); in atmci_timeout_timer() 1667 static void atmci_detect_change(struct timer_list *t) in atmci_detect_change() argument 1669 struct atmel_mci_slot *slot = from_timer(slot, t, detect_timer); in atmci_detect_change() 1763 static void atmci_tasklet_func(struct tasklet_struct *t) in atmci_tasklet_func() argument 1765 struct atmel_mci *host = from_tasklet(host, t, tasklet); in atmci_tasklet_func()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | tlan.c | 177 static void tlan_timer(struct timer_list *t); 178 static void tlan_phy_monitor(struct timer_list *t); 1816 static void tlan_timer(struct timer_list *t) in tlan_timer() argument 1818 struct tlan_priv *priv = from_timer(priv, t, timer); in tlan_timer() 2747 static void tlan_phy_monitor(struct timer_list *t) in tlan_phy_monitor() argument 2749 struct tlan_priv *priv = from_timer(priv, t, media_timer); in tlan_phy_monitor()
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.sym53c8xx | 25 handling. If the DSA didn't match a CCB, a bad write to 70 This parameter wasn't that clever since we can use "sync:" 85 - Download of on-chip SRAM using memcpy_toio() doesn't work 451 - Waiting list look-up didn't work for the first command of the list. 498 If the driver haven't to also raise the SIGP this would be perfect. 505 depth but didn't keep track of user settings for tags depth lower
|
/openbmc/linux/Documentation/core-api/ |
H A D | dma-api.rst | 257 DMA_BIDIRECTIONAL direction isn't known 296 don't take special care to determine the cache line size at run time 313 isn't sure if the memory was modified before being handed off to the 314 device and also isn't sure if the device will also modify it. Thus, 452 you can use dma_handle and size parameters that aren't identical to 541 If you don't understand how cache line coherency works between a processor and
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A D | usage.rst | 464 10ms per second, and also don't page out more than 1GiB per second. Under the 552 space monitoring doesn't support multiple targets, reading the file will show a 560 Note that setting the target ids doesn't start the monitoring. 604 ``update interval`` large enough in this case, if they don't want the 713 10ms per second, and also don't page out more than 1GiB per second. Under the 730 Setting the files as described above doesn't incur effect unless you explicitly
|
/openbmc/linux/drivers/tty/serial/ |
H A D | imx.c | 1165 static void imx_uart_timeout(struct timer_list *t) in imx_uart_timeout() argument 1167 struct imx_port *sport = from_timer(sport, t, timer); in imx_uart_timeout() 2223 static enum hrtimer_restart imx_trigger_start_tx(struct hrtimer *t) in imx_trigger_start_tx() argument 2225 struct imx_port *sport = container_of(t, struct imx_port, trigger_start_tx); in imx_trigger_start_tx() 2236 static enum hrtimer_restart imx_trigger_stop_tx(struct hrtimer *t) in imx_trigger_stop_tx() argument 2238 struct imx_port *sport = container_of(t, struct imx_port, trigger_stop_tx); in imx_trigger_stop_tx()
|
/openbmc/linux/kernel/ |
H A D | fork.c | 3535 struct ctl_table t; in sysctl_max_threads() local 3541 t = *table; in sysctl_max_threads() 3542 t.data = &threads; in sysctl_max_threads() 3543 t.extra1 = &min; in sysctl_max_threads() 3544 t.extra2 = &max; in sysctl_max_threads() 3546 ret = proc_dointvec_minmax(&t, write, buffer, lenp, ppos); in sysctl_max_threads()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/ |
H A D | b76e3c578f1e9f582e9c28f50d82b1f569602075.patch | 9 - declare functions that don't set RETVAL as returning void 103 luaL_error(L, "Can't allocate memory for arguments array", cmd); 107 - /* functions don't expect (const * char) */ 388 PyObject *ret, *range_tup, *dsnam_tup, *data_list, *t; 1533 {"template", 't', OPTPARSE_REQUIRED}, 1542 {"template", 't', OPTPARSE_REQUIRED},
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 882 uint8_t t[MAX_ILEN]; in kvm_arch_remove_sw_breakpoint() local 884 if (cpu_memory_rw_debug(cs, bp->pc, t, sw_bp_ilen, 0)) { in kvm_arch_remove_sw_breakpoint() 886 } else if (memcmp(t, sw_bp_inst, sw_bp_ilen)) { in kvm_arch_remove_sw_breakpoint() 1564 CPUState *t; in handle_diag_318() local 1575 CPU_FOREACH(t) { in handle_diag_318() 1576 run_on_cpu(t, s390_do_cpu_set_diag318, in handle_diag_318()
|
/openbmc/qemu/fpu/ |
H A D | softfloat-parts.c.inc | 1505 uint64_t a0, a1, r, t, ign; 1542 t = DECOMPOSED_IMPLICIT_BIT; 1559 /* Don't compute a value overlapping the sticky bit */ 1587 t = r = DECOMPOSED_IMPLICIT_BIT; 1590 r |= t; 1595 t >>= 1;
|
/openbmc/bmcweb/redfish-core/include/utils/extern/ |
H A D | date.h | 1128 trunc(T t) NOEXCEPT 1130 return t; 1141 trunc(T t) NOEXCEPT 1150 if (min <= t && t <= max && t != 0 && t == t) 1152 t = static_cast<T>(static_cast<I>(t)); 1154 t = -t; 1156 return t; 1269 if (t > d) 1271 return t; 1320 if (t < d) [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.seq | 258 * If we have relatively few commands outstanding, don't 418 * Don't bother downloading new SCBs to execute 452 * Don't cross an ADB or Cachline boundary when DMA'ing 927 * Don't allow a data phase if the command 1044 * shouldn't hurt, but why do it twice... 1263 * in the sequencer. We don't want to corrupt 1394 * Don't ignore persistent REQ assertions just because 1488 * perform snapshots, so don't bother with this test there. 1524 * so we don't end up referencing a non-existent page. 1659 * doesn't discard data already in the FIFO. [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 020.out | 2 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=6442450944 272 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=6442450944 backing_file=TEST_DIR/t.IMGFMT.base back… 1081 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=1048576 1082 …t.IMGFMT', fmt=IMGFMT size=1048576 backing_file=json:{'driver': 'IMGFMT',, 'file': { 'driver': 'bl… 1089 Formatting 'subdir/t.IMGFMT.base', fmt=IMGFMT size=1048576 1090 Formatting 'subdir/t.IMGFMT.mid', fmt=IMGFMT size=1048576 backing_file=t.IMGFMT.base backing_fmt=IM… 1091 Formatting 'subdir/t.IMGFMT', fmt=IMGFMT size=1048576 backing_file=t.IMGFMT.mid backing_fmt=IMGFMT 1093 qemu-img: Did not find 'subdir/t.IMGFMT.mid' in the backing chain of 'subdir/t.IMGFMT'
|
/openbmc/linux/Documentation/ |
H A D | memory-barriers.txt | 140 instructions it emits in any order it likes, provided it doesn't affect the 516 there won't be any such interaction in any particular piece of code, then 585 doesn't imply an address-dependency barrier. 630 because the CPUs that the Linux kernel supports don't do writes until they 726 So don't leave out the READ_ONCE(). 811 is gone, and the barrier won't bring it back. Therefore, if you are 1636 compiler that it doesn't know as much as it thinks it does: 1904 See Documentation/atomic_{t,bitops}.txt for more information. 2201 If it doesn't wake anything up then a memory barrier may or may not be 2331 But it won't see any of: [all …]
|
/openbmc/linux/net/l2tp/ |
H A D | Kconfig | 34 If you don't need L2TP, say N. To compile all L2TP code as
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | cpu-cooling-api.rst | 62 CPUs. The current power is calculated as dynamic power (static power isn't
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | eeprom.rst | 74 Recent Sony Vaio laptops have an EEPROM at 0x57. We couldn't get the
|
/openbmc/linux/drivers/s390/char/ |
H A D | defkeymap.map | 40 keycode 35 = nul t
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | acadia.dts | 177 * don't really support this device yet, and it needs
|
/openbmc/u-boot/drivers/usb/ |
H A D | Kconfig | 23 do not have USB 2.0 support. It doesn't normally hurt to select
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | mmu.h | 44 unsigned long t:1; /* Normal or I/O type */ member
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | omap3-evm-processor-common.dtsi | 106 /* Used by OHCI and EHCI. OHCI won't work without external phy */
|
H A D | sun50i-a64-sopine.dtsi | 146 * Maybe we don't still know well about CPUs domain.
|
/openbmc/u-boot/board/Marvell/dreamplug/ |
H A D | kwbimage.cfg | 33 # bit 5: 0=clk is driven during self refresh, we don't care for APX
|
/openbmc/u-boot/board/Marvell/sheevaplug/ |
H A D | kwbimage.cfg | 32 # bit 5: 0=clk is driven during self refresh, we don't care for APX
|