/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | health.c | 804 static void poll_health(struct timer_list *t) in poll_health() argument 806 struct mlx5_core_dev *dev = from_timer(dev, t, priv.health.timer); in poll_health()
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_vlan_network.robot | 358 ... msg=VLAN IP URI doesn't exist!. 389 ... msg=VLAN ID doesn't exist!.
|
/openbmc/phosphor-virtual-sensor/ |
H A D | virtualSensor.cpp | 69 U operator()(const T& t) const in operator ()() 73 return static_cast<U>(t); in operator ()()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | populate_sdk_base.bbclass | 54 # libstd-rs doesn't build for mips n32 with compiler constraint errors 344 # delete the old tarball, we don't need it anymore
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0002-add-fallback-parse_printf_format-implementation.patch | 208 + S('z') = ZTPRE, S('j') = JPRE, S('t') = ZTPRE 236 + }, { /* 6: z- or t-prefixed (assumed to be same size) */
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ntfs.rst | 63 the old driver isn't happy with. 236 This also speeds up ntfs_read_inode() immensely. And we haven't found any 379 $ mount -t ntfs -o ro /dev/device-mapper/myvolume1 /mnt/myvol1 445 mount -t ntfs -o ro /dev/md0 /mnt/myntfsvolume
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | dsp_spos.c | 1949 struct dsp_task_descriptor *t = &ins->tasks[i]; in cs46xx_dsp_resume() local 1950 _dsp_create_task_tree(chip, t->data, t->address, t->size); in cs46xx_dsp_resume()
|
/openbmc/docs/ |
H A D | CONTRIBUTING.md | 54 that don't require extensive knowledge of the OpenBMC codebase, and are easier 213 Ensure that your patch doesn't change unrelated areas. Be careful of accidental 380 the data passed. For example, don't pass numbers as ASCII strings. 402 - Don't assume that `char` is signed or unsigned.
|
/openbmc/qemu/docs/system/arm/ |
H A D | cpu-features.rst | 116 all at once doesn't generate an error, because a feature's dependencies 145 restrictions. This shouldn't be an issue though as management layers and 161 lengths for the ``max`` CPU type. Note, the ``sve=on`` isn't actually 165 than only enabling the two we want. This isn't the case, because, as
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | main.c | 382 static void iwl_bg_statistics_periodic(struct timer_list *t) in iwl_bg_statistics_periodic() argument 384 struct iwl_priv *priv = from_timer(priv, t, statistics_periodic); in iwl_bg_statistics_periodic() 538 static void iwl_bg_ucode_trace(struct timer_list *t) in iwl_bg_ucode_trace() argument 540 struct iwl_priv *priv = from_timer(priv, t, ucode_trace); in iwl_bg_ucode_trace()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_nic.c | 255 static void aq_nic_service_timer_cb(struct timer_list *t) in aq_nic_service_timer_cb() argument 257 struct aq_nic_s *self = from_timer(self, t, service_timer); in aq_nic_service_timer_cb() 265 static void aq_nic_polling_timer_cb(struct timer_list *t) in aq_nic_polling_timer_cb() argument 267 struct aq_nic_s *self = from_timer(self, t, polling_timer); in aq_nic_polling_timer_cb()
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | journal.rst | 75 commit. If there is no commit record (or the checksums don't match), the 227 - Read-only compatible feature set. There aren't any of these currently. 278 - ids of all file systems sharing the log. e2fsprogs/Linux don't allow 734 it point to inode 11. We won't find B, so we'll just skip that step. At this
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 897 struct lun_access *lun_access, *t; in _cxlflash_disk_detach() local 936 list_for_each_entry_safe(lun_access, t, &ctxi->luns, list) in _cxlflash_disk_detach() 998 struct lun_access *lun_access, *t; in cxlflash_cxl_release() local 1028 list_for_each_entry_safe(lun_access, t, &ctxi->luns, list) in cxlflash_cxl_release()
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.ncr53c8xx | 211 - Waiting list look-up didn't work for the first command of the list. 233 depth but didn't keep track of user settings for tags depth lower 269 - Some problems with the driver that didn't occur using driver 2.5f 350 Remove the error recovery code that hasn't been really useful.
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ad4130.c | 449 struct spi_transfer t[] = { in ad4130_reg_read() local 466 t[1].len = size; in ad4130_reg_read() 468 ret = spi_sync_transfer(st->spi, t, ARRAY_SIZE(t)); in ad4130_reg_read()
|
/openbmc/linux/net/ncsi/ |
H A D | ncsi-manage.c | 89 static void ncsi_channel_monitor(struct timer_list *t) in ncsi_channel_monitor() argument 91 struct ncsi_channel *nc = from_timer(nc, t, monitor.timer); in ncsi_channel_monitor() 431 static void ncsi_request_timeout(struct timer_list *t) in ncsi_request_timeout() argument 433 struct ncsi_request *nr = from_timer(nr, t, timer); in ncsi_request_timeout()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-pci | 65 device. This is useful to ensure auto probing won't 111 "irq" being set to 0 indicates that the device isn't 460 The value will be zero if the device doesn't support this 462 constant and won't be changed after MSI-X vectors assignment.
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.c | 5182 u8 t, i; in rt2800_config_txpower_rt6352() local 5214 t = eeprom & 0x3f; in rt2800_config_txpower_rt6352() 5215 if (t == 32) in rt2800_config_txpower_rt6352() 5216 t++; in rt2800_config_txpower_rt6352() 5218 gdata = t; in rt2800_config_txpower_rt6352() 5221 if (t == 32) in rt2800_config_txpower_rt6352() 5222 t++; in rt2800_config_txpower_rt6352() 5231 if (t == 32) in rt2800_config_txpower_rt6352() 5232 t++; in rt2800_config_txpower_rt6352() 5237 if (t == 32) in rt2800_config_txpower_rt6352() [all …]
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v2_hw.c | 727 static void link_timeout_disable_link(struct timer_list *t); 1329 static void link_timeout_enable_link(struct timer_list *t) in link_timeout_enable_link() argument 1331 struct hisi_hba *hisi_hba = from_timer(hisi_hba, t, timer); in link_timeout_enable_link() 1350 static void link_timeout_disable_link(struct timer_list *t) in link_timeout_disable_link() argument 1352 struct hisi_hba *hisi_hba = from_timer(hisi_hba, t, timer); in link_timeout_disable_link() 2579 static void hisi_sas_internal_abort_quirk_timeout(struct timer_list *t) in hisi_sas_internal_abort_quirk_timeout() argument 2581 struct hisi_sas_slot *slot = from_timer(slot, t, internal_abort_timer); in hisi_sas_internal_abort_quirk_timeout()
|
/openbmc/linux/arch/ |
H A D | Kconfig | 191 instructions should set this. And it shouldn't hurt to set it 192 on architectures that don't have such instructions. 863 preempt_schedule_irq() can't be called in a preemptible section 868 - Critical entry code isn't preemptible (or better yet: 888 doesn't implement vtime_account_idle(). 982 Architecture doesn't only execute the irq handler on the irq stack 1351 architectures, and don't require runtime relocation on relocatable
|
/openbmc/linux/net/sunrpc/ |
H A D | xprtsock.c | 2254 unsigned long t; in xs_tcp_set_socket_timeouts() local 2278 for (t = 0; t <= syn_retries && (1UL << t) < connect_timeout; t++) in xs_tcp_set_socket_timeouts() 2280 if (t <= syn_retries) in xs_tcp_set_socket_timeouts() 2281 tcp_sock_set_syncnt(sock->sk, t - 1); in xs_tcp_set_socket_timeouts()
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 1868 t = DatabaseThread(config_db, db_queue) 1869 t.setDaemon(True) 1870 t.start()
|
/openbmc/u-boot/doc/ |
H A D | README.armada-secureboot | 90 images are verified (non-secure images won't boot); 266 ./hdrparser -k 0 -t u-boot-spl.kwb 279 | board won't boot anymore, and recovery is likely |
|
/openbmc/u-boot/doc/driver-model/ |
H A D | spi-howto.txt | 341 This implementation doesn't actually touch the hardware, which is somewhat 572 method for cs_info() to deal with this. If you don't provide it, then the 576 If you don't provide the cs_info() method, -ENODEV is assumed for all
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 1106 for t in legends: 1107 cs = t[0] 1108 time = t[1]
|