Home
last modified time | relevance | path

Searched refs:t (Results 6551 – 6575 of 8709) sorted by relevance

1...<<261262263264265266267268269270>>...349

/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst8 instances in the tree, don't leave that to maintainers of filesystems/devices/
10 Don't turn it into log - maintainers of out-of-the-tree code are supposed to
210 doesn't hold it when calling ->statfs() - superblock is pinned down
373 keep it that way and don't breed new callers.
576 anything that resembles union-mount we won't have a struct file for all
H A Dxfs-delayed-logging-design.rst46 The method used to log an item or chain modifications together isn't
155 because it can't be written to the journal due to a lack of space in the
180 so that when we come to write the dirty metadata into the log we don't run out
235 into the log rather than basic blocks. Hence it technically isn't using LSNs to
353 hand in hand. That is, transactions don't get written to the physical journal
516 If we don't keep the vector around, we do not know where the region boundaries
753 synchronisation in the log force code so that we don't need to wait anywhere
770 transaction. We don't know how big a checkpoint transaction is going to be
840 As mentioned early, transactions can't grow to more than half the size of the
894 current CIL or not. If we don't pin the CIL first before we check and pin the
[all …]
H A Dgfs2-uevents.rst64 as part of the "withdraw" mechanism. Currently this doesn't give any
/openbmc/linux/tools/perf/tests/
H A Dparse-events.c2468 static int test_term(const struct terms_test *t) in test_term() argument
2475 ret = parse_events_terms(&terms, t->str, /*input=*/ NULL); in test_term()
2478 t->str , ret); in test_term()
2482 ret = t->check(&terms); in test_term()
2493 const struct terms_test *t = &terms[i]; in test_terms() local
2495 pr_debug("running test %d '%s'\n", i, t->str); in test_terms()
2496 ret = test_term(t); in test_terms()
/openbmc/linux/net/ipv4/
H A Dipmr.c114 static void ipmr_expire_process(struct timer_list *t);
761 static void ipmr_expire_process(struct timer_list *t) in ipmr_expire_process() argument
763 struct mr_table *mrt = from_timer(mrt, t, ipmr_expire_timer); in ipmr_expire_process()
2847 unsigned int t = 0, s_t; in ipmr_rtm_dumplink() local
2866 if (t < s_t) in ipmr_rtm_dumplink()
2913 t++; in ipmr_rtm_dumplink()
2918 cb->args[0] = t; in ipmr_rtm_dumplink()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c532 struct ieee80211_country_ie_triplet *t; in mwifiex_send_domain_info_cmd_fw() local
576 t = &domain_info->triplet[no_of_triplet]; in mwifiex_send_domain_info_cmd_fw()
577 t->chans.first_channel = first_chan; in mwifiex_send_domain_info_cmd_fw()
578 t->chans.num_channels = no_of_parsed_chan; in mwifiex_send_domain_info_cmd_fw()
579 t->chans.max_power = max_pwr; in mwifiex_send_domain_info_cmd_fw()
589 t = &domain_info->triplet[no_of_triplet]; in mwifiex_send_domain_info_cmd_fw()
590 t->chans.first_channel = first_chan; in mwifiex_send_domain_info_cmd_fw()
591 t->chans.num_channels = no_of_parsed_chan; in mwifiex_send_domain_info_cmd_fw()
592 t->chans.max_power = max_pwr; in mwifiex_send_domain_info_cmd_fw()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1334 static enum hrtimer_restart fotg210_hrtimer_func(struct hrtimer *t) in fotg210_hrtimer_func() argument
1337 container_of(t, struct fotg210_hcd, hrtimer); in fotg210_hrtimer_func()
4428 u32 t; in itd_complete() local
4442 t = hc32_to_cpup(fotg210, &itd->hw_transaction[uframe]); in itd_complete()
4446 if (unlikely(t & ISO_ERRS)) { in itd_complete()
4448 if (t & FOTG210_ISOC_BUF_ERR) in itd_complete()
4452 else if (t & FOTG210_ISOC_BABBLE) in itd_complete()
4458 if (!(t & FOTG210_ISOC_BABBLE)) { in itd_complete()
4459 desc->actual_length = FOTG210_ITD_LENGTH(t); in itd_complete()
4462 } else if (likely((t & FOTG210_ISOC_ACTIVE) == 0)) { in itd_complete()
[all …]
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c4655 int t; in mpt_handshake_req_reply_wait() local
4677 if ((t = WaitForDoorbellInt(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()
4711 if ((t = WaitForDoorbellAck(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()
4719 ioc->name, t, failcnt ? " - MISSING DOORBELL ACK!" : "")); in mpt_handshake_req_reply_wait()
4728 ioc->name, t, failcnt ? " - MISSING DOORBELL REPLY!" : "")); in mpt_handshake_req_reply_wait()
4860 int t; in WaitForDoorbellReply() local
4871 if ((t = WaitForDoorbellInt(ioc, howlong, sleepFlag)) < 0) { in WaitForDoorbellReply()
4876 if ((t = WaitForDoorbellInt(ioc, 5, sleepFlag)) < 0) in WaitForDoorbellReply()
4885 ioc->name, t, le32_to_cpu(*(u32 *)hs_reply), in WaitForDoorbellReply()
4893 if ((t = WaitForDoorbellInt(ioc, 5, sleepFlag)) < 0) in WaitForDoorbellReply()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c3195 int result[][8], int t) in rtl8xxxu_phy_iqcalibrate() argument
3227 if (t == 0) { in rtl8xxxu_phy_iqcalibrate()
3238 if (t == 0) { in rtl8xxxu_phy_iqcalibrate()
3296 result[t][0] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate()
3299 result[t][1] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate()
3302 result[t][2] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate()
3305 result[t][3] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate()
3314 result[t][0] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate()
3317 result[t][1] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate()
3339 result[t][4] = (val32 >> 16) & 0x3ff; in rtl8xxxu_phy_iqcalibrate()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c30 int t = 0; in _il_poll_bit() local
34 return t; in _il_poll_bit()
36 t += interval; in _il_poll_bit()
37 } while (t < timeout); in _il_poll_bit()
111 int t = 0; in il_poll_bit() local
115 return t; in il_poll_bit()
117 t += interval; in il_poll_bit()
118 } while (t < timeout); in il_poll_bit()
4835 il_bg_watchdog(struct timer_list *t) in il_bg_watchdog() argument
4837 struct il_priv *il = from_timer(il, t, watchdog); in il_bg_watchdog()
/openbmc/linux/Documentation/driver-api/media/
H A Drc-core.rst50 frequency. Due to that, the receiver doesn't care about the carrier's
/openbmc/linux/Documentation/driver-api/driver-model/
H A Dbinding.rst73 A symlink can be created (though this isn't done yet) in the device's
/openbmc/linux/Documentation/i2c/
H A Ddma-considerations.rst49 bounce buffer. But you don't need to care about that detail, just use the
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmpc8308rdb.dts186 /* Vitesse 7385 isn't on the MDIO bus */
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst74 # this table. If the table put here doesn't match a platform table
/openbmc/linux/Documentation/hwmon/
H A Dw83793.rst105 The VRM version is detected automatically, don't modify the it unless you
H A Dcoretemp.rst61 If these heuristics don't work for you, you can pass the correct TjMax value
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dvideo_extension.rst89 it doesn't even know this happened).
/openbmc/linux/Documentation/driver-api/
H A Dswitchtec.rst44 produce an error and any read that doesn't follow a write will
/openbmc/linux/tools/power/cpupower/bench/
H A DREADME-BENCH77 won't ever switch up (as long as up_threshold is above).
/openbmc/linux/arch/arc/lib/
H A Dmemcpy-archs.S40 mov r3, r0 ; don;t clobber ret val
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A Dremove-install-as-user.patch85 # default is to install and don't append manifest
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra124-xusb-padctl.txt4 NOTE: It turns out that this binding isn't an accurate description of the XUSB
/openbmc/qemu/tests/qemu-iotests/
H A D032.out5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
/openbmc/u-boot/doc/
H A DREADME.NetConsole13 omitted, the value of 6666 is used. If the env var doesn't exist, the

1...<<261262263264265266267268269270>>...349