/openbmc/linux/drivers/s390/crypto/ |
H A D | ap_bus.c | 446 void ap_request_timeout(struct timer_list *t) in ap_request_timeout() argument 448 struct ap_queue *aq = from_timer(aq, t, timeout); in ap_request_timeout()
|
/openbmc/linux/drivers/iommu/ |
H A D | dma-iommu.c | 156 static void fq_flush_timeout(struct timer_list *t) in fq_flush_timeout() argument 158 struct iommu_dma_cookie *cookie = from_timer(cookie, t, fq_timer); in fq_flush_timeout()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | main.h | 1077 void mwifiex_cmd_timeout_func(struct timer_list *t); 1627 void mwifiex_check_auto_tdls(struct timer_list *t);
|
/openbmc/linux/fs/smb/server/ |
H A D | oplock.c | 806 struct list_head *tmp, *t; in smb2_lease_break_noti() local 834 list_for_each_safe(tmp, t, &opinfo->interim_list) { in smb2_lease_break_noti()
|
/openbmc/linux/net/wireless/ |
H A D | core.c | 1666 void wiphy_delayed_work_timer(struct timer_list *t) in wiphy_delayed_work_timer() argument 1668 struct wiphy_delayed_work *dwork = from_timer(dwork, t, timer); in wiphy_delayed_work_timer()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad.c | 686 bfad_bfa_tmo(struct timer_list *t) in bfad_bfa_tmo() argument 688 struct bfad_s *bfad = from_timer(bfad, t, hal_tmo); in bfad_bfa_tmo()
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 701 If slots and maxmem are not specified, memory hotplug won't be 728 display). You don't normally need to use it on PC/Linux or 971 Open the device in exclusive mode (vmix won't work in this 1356 In case you don't care about data integrity over host 2566 unconditionally. Doesn't conform to the rfb spec but is 2710 $ dmidecode -t 11 4388 -u -P 4555 -L 0.0.0.0:4556 -t -p 5555 -I -T 4728 Don't exit QEMU on guest shutdown, but instead only stop the 4908 escape character to Control-t. 5105 you don't want to exceed the command line character limit. [all …]
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 117 static void hfi1_tid_timeout(struct timer_list *t); 122 static void hfi1_tid_retry_timeout(struct timer_list *t); 3982 static void hfi1_tid_timeout(struct timer_list *t) in hfi1_tid_timeout() argument 3984 struct hfi1_qp_priv *qpriv = from_timer(qpriv, t, s_tid_timer); in hfi1_tid_timeout() 4798 static void hfi1_tid_retry_timeout(struct timer_list *t) in hfi1_tid_retry_timeout() argument 4800 struct hfi1_qp_priv *priv = from_timer(priv, t, s_tid_retry_timer); in hfi1_tid_retry_timeout()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | core.c | 1335 u32 t; in rtw89_core_parse_phy_status_ie01() local 1351 t = le32_get_bits(ie->w1, RTW89_PHY_STS_IE01_W1_FD_CFO); in rtw89_core_parse_phy_status_ie01() 1352 cfo = sign_extend32(t, 11); in rtw89_core_parse_phy_status_ie01() 1354 t = le32_get_bits(ie->w1, RTW89_PHY_STS_IE01_W1_PREMB_CFO); in rtw89_core_parse_phy_status_ie01() 1355 cfo = sign_extend32(t, 11); in rtw89_core_parse_phy_status_ie01()
|
H A D | rtw8851b_rfk.c | 464 u8 t; in _dack_dump() local 475 t = dack->msbk_d[0][0][i]; in _dack_dump() 476 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[DACK]0x%x\n", t); in _dack_dump() 481 t = dack->msbk_d[0][1][i]; in _dack_dump() 482 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[DACK]0x%x\n", t); in _dack_dump()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | coda.rst | 374 doesn't know about groups, although it does create files with the 1352 noted that it doesn't work. Not surprising, since the kernel does not 1356 .. Note:: Gut it. It isn't working and isn't used by Coda.
|
H A D | fiemap.rst | 38 set in fm_flags. If the kernel doesn't understand some particular
|
/openbmc/linux/drivers/atm/ |
H A D | idt77252.c | 1532 tst_timer(struct timer_list *t) in tst_timer() argument 1534 struct idt77252_dev *card = from_timer(card, t, tst_timer); in tst_timer() 2071 idt77252_est_timer(struct timer_list *t) in idt77252_est_timer() argument 2073 struct rate_estimator *est = from_timer(est, t, timer); in idt77252_est_timer()
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd.c | 1488 static void dasd_device_timeout(struct timer_list *t) in dasd_device_timeout() argument 1493 device = from_timer(device, t, timer); in dasd_device_timeout() 2681 static void dasd_block_timeout(struct timer_list *t) in dasd_block_timeout() argument 2686 block = from_timer(block, t, timer); in dasd_block_timeout()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kgdb.rst | 272 don't like this are to hack gdb to send the :kbd:`SysRq-G` for you as well as 280 driver registers a boot console that supports polling (doesn't need 643 gdb monitor command. You don't want to execute any of the run control or
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | ice1724.c | 2211 int t = 0x10000; in wait_i2c_busy() local 2212 while ((inb(ICEREG1724(ice, I2C_CTRL)) & VT1724_I2C_BUSY) && t--) in wait_i2c_busy() 2214 if (t == -1) in wait_i2c_busy()
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | driver.rst | 80 Any debugfs dump method should normally ignore lines which haven't been 333 runtime) can't be used in a chained IRQ handler. 335 If required (and if it can't be converted to the nested threaded GPIO irqchip,
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcpci.c | 291 hfcpci_Timer(struct timer_list *t) in hfcpci_Timer() argument 293 struct hfc_pci *hc = from_timer(hc, t, hw.timer); in hfcpci_Timer() 1229 hfcpci_dbusy_timer(struct timer_list *t) in hfcpci_dbusy_timer() argument
|
/openbmc/linux/drivers/vhost/ |
H A D | vhost.c | 1173 struct iov_iter t; in vhost_copy_to_user() local 1186 iov_iter_init(&t, ITER_DEST, vq->iotlb_iov, ret, size); in vhost_copy_to_user() 1187 ret = copy_to_iter(from, size, &t); in vhost_copy_to_user()
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 982 const struct btf_type *t; in bpf_btf_printf_prepare() local 1001 t = btf_type_by_id(*btf, *btf_id); in bpf_btf_printf_prepare() 1002 if (*btf_id <= 0 || !t) in bpf_btf_printf_prepare()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | dvb_intro.rst | 158 https://git.linuxtv.org/dtv-scan-tables.git/tree/dvb-t/au-Melbourne
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | cpufreq_drivers.rst | 267 PCC do not implement SW_ALL. So OSPM doesn't need to perform any coordination
|
/openbmc/linux/Documentation/networking/ |
H A D | ila.rst | 135 are used. This method is preferred since it doesn't require
|
/openbmc/linux/Documentation/timers/ |
H A D | timekeeping.rst | 46 When the wall-clock accuracy of the clock source isn't satisfactory, there
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | typec.rst | 121 the registration is successful, or NULL if it isn't.
|