/openbmc/linux/drivers/md/ |
H A D | md.c | 657 static void md_safemode_timeout(struct timer_list *t); 5827 static void md_safemode_timeout(struct timer_list *t) in md_safemode_timeout() argument 8004 struct md_thread *t; in md_wakeup_thread_directly() local 8007 t = rcu_dereference(thread); in md_wakeup_thread_directly() 8008 if (t) in md_wakeup_thread_directly() 8009 wake_up_process(t->tsk); in md_wakeup_thread_directly() 8015 struct md_thread *t; in md_wakeup_thread() local 8018 t = rcu_dereference(thread); in md_wakeup_thread() 8019 if (t) { in md_wakeup_thread() 8021 set_bit(THREAD_WAKEUP, &t->flags); in md_wakeup_thread() [all …]
|
H A D | dm-integrity.c | 1556 static void autocommit_fn(struct timer_list *t) in autocommit_fn() argument 1558 struct dm_integrity_c *ic = from_timer(ic, t, autocommit_timer); in autocommit_fn() 2734 __u8 *t; in integrity_recalc() local 2835 t = recalc_tags; in integrity_recalc() 2837 integrity_sector_checksum(ic, logical_sector + i, recalc_buffer + (i << SECTOR_SHIFT), t); in integrity_recalc() 2838 t += ic->tag_size; in integrity_recalc() 2843 …r = dm_integrity_rw_tag(ic, recalc_tags, &metadata_block, &metadata_offset, t - recalc_tags, TAG_W… in integrity_recalc()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 5091 void survey_timer_hdl(struct timer_list *t) in survey_timer_hdl() argument 5094 from_timer(padapter, t, mlmeextpriv.survey_timer); in survey_timer_hdl() 5126 void link_timer_hdl(struct timer_list *t) in link_timer_hdl() argument 5129 from_timer(padapter, t, mlmeextpriv.link_timer); in link_timer_hdl() 5165 void addba_timer_hdl(struct timer_list *t) in addba_timer_hdl() argument 5167 struct sta_info *psta = from_timer(psta, t, addba_retry_timer); in addba_timer_hdl() 5182 void sa_query_timer_hdl(struct timer_list *t) in sa_query_timer_hdl() argument 5185 from_timer(padapter, t, mlmeextpriv.sa_query_timer); in sa_query_timer_hdl()
|
/openbmc/linux/arch/arm64/ |
H A D | Kconfig | 560 doesn't generate a fault before handling the Stage 2 fault. 579 that don't implement the cryptography extensions. 977 isn't, or vice versa. In these mentioned conditions, the view of whether trace 1001 on such implementations. This will cover the kernel for any firmware that doesn't 1603 Don't change if unsure. 1793 for this feature to be enabled. If a new CPU - which doesn't support mixed 2299 the boot loader doesn't provide any, the default kernel command 2307 This is useful if you cannot or don't want to change the
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 532 /* We don't change the number of transitions by inverting, 1389 TCGReg t = c1; 1391 c2 = t; 1455 /* Emit: d = 0, t = 1, d = (cc ? t : d). */ 1896 * check that we don't cross pages using the address of the last 2707 /* Since we can't support "0Z" as a constraint, we allow a1 in 3547 /* XXX many insns can't be used with R0, so we better avoid it for now */
|
/openbmc/linux/drivers/tty/ |
H A D | synclink_gt.c | 443 static void tx_timeout(struct timer_list *t); 444 static void rx_timeout(struct timer_list *t); 5002 static void tx_timeout(struct timer_list *t) in tx_timeout() argument 5004 struct slgt_info *info = from_timer(info, t, tx_timer); in tx_timeout() 5026 static void rx_timeout(struct timer_list *t) in rx_timeout() argument 5028 struct slgt_info *info = from_timer(info, t, rx_timer); in rx_timeout()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 791 filesystem doesn't cause problems. 793 force-repairing the whole filesystem doesn't cause problems. 1662 Again, this generally isn't a problem because XFS orders its deferred work 1855 in a place that doesn't require the correct operation of the filesystem. 1857 Kernel memory isn't suitable because: 2067 know that there aren't any. 2663 Single-owner file blocks aren't recorded in either the free space or the 2704 - While the bag isn't empty: 3074 incore counter and give back whatever they don't use at commit time. 4087 the mappings aren't necessarily aligned. [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 1334 static void mib_counters_timer_wrapper(struct timer_list *t) in mib_counters_timer_wrapper() argument 1336 struct mv643xx_eth_private *mp = from_timer(mp, t, mib_counters_timer); in mib_counters_timer_wrapper() 2311 static inline void oom_timer_wrapper(struct timer_list *t) in oom_timer_wrapper() argument 2313 struct mv643xx_eth_private *mp = from_timer(mp, t, rx_oom); in oom_timer_wrapper()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | Kconfig | 37 It is safe to enable this driver even if your DSDT doesn't define 345 doesn't work on your Eee PC, try eeepc-wmi instead. 600 This feature often won't work well, depending on ThinkPad model, 605 don't think twice: do it and say N here to save memory and avoid
|
/openbmc/linux/net/ceph/ |
H A D | osdmap.c | 49 static int calc_bits_of(unsigned int t) in calc_bits_of() argument 52 while (t) { in calc_bits_of() 53 t = t >> 1; in calc_bits_of()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 2920 static void sge_timer_tx(struct timer_list *t) in sge_timer_tx() argument 2922 struct sge_qset *qs = from_timer(qs, t, tx_reclaim_timer); in sge_timer_tx() 2960 static void sge_timer_rx(struct timer_list *t) in sge_timer_rx() argument 2963 struct sge_qset *qs = from_timer(qs, t, rx_reclaim_timer); in sge_timer_rx()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | pci.c | 591 static void ath10k_pci_ps_timer(struct timer_list *t) in ath10k_pci_ps_timer() argument 593 struct ath10k_pci *ar_pci = from_timer(ar_pci, t, ps_timer); in ath10k_pci_ps_timer() 844 void ath10k_pci_rx_replenish_retry(struct timer_list *t) in ath10k_pci_rx_replenish_retry() argument 846 struct ath10k_pci *ar_pci = from_timer(ar_pci, t, rx_post_retry); in ath10k_pci_rx_replenish_retry()
|
/openbmc/linux/net/sctp/ |
H A D | sm_make_chunk.c | 2548 struct sctp_transport *t; in sctp_process_param() local 2676 t = sctp_assoc_lookup_paddr(asoc, &addr); in sctp_process_param() 2677 if (!t) in sctp_process_param() 2680 sctp_assoc_set_primary(asoc, t); in sctp_process_param()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_iba6120.c | 2616 static void qib_get_6120_faststats(struct timer_list *t) in qib_get_6120_faststats() argument 2618 struct qib_devdata *dd = from_timer(dd, t, stats_timer); in qib_get_6120_faststats() 2906 static void pma_6120_timer(struct timer_list *t) in pma_6120_timer() argument 2908 struct qib_chip_specific *cs = from_timer(cs, t, pma_timer); in pma_6120_timer()
|
/openbmc/linux/drivers/target/ |
H A D | target_core_user.c | 1565 static void tcmu_cmd_timedout(struct timer_list *t) in tcmu_cmd_timedout() argument 1567 struct tcmu_dev *udev = from_timer(udev, t, cmd_timer); in tcmu_cmd_timedout() 1573 static void tcmu_qfull_timedout(struct timer_list *t) in tcmu_qfull_timedout() argument 1575 struct tcmu_dev *udev = from_timer(udev, t, qfull_timer); in tcmu_qfull_timedout()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 4881 const struct btf_type *t; in do_test_file() local 4884 t = btf__type_by_id(btf, finfo->type_id); in do_test_file() 4885 if (CHECK(!t, "btf__type_by_id failure: id %u", in do_test_file() 4891 fname = btf__name_by_offset(btf, t->name_off); in do_test_file() 7949 static int btf_type_size(const struct btf_type *t) in btf_type_size() argument 7952 __u16 vlen = BTF_INFO_VLEN(t->info); in btf_type_size() 7953 __u16 kind = BTF_INFO_KIND(t->info); in btf_type_size()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | phy.c | 2272 u8 t; in rtw89_phy_c2h_ra_rpt_iter() local 2284 t = le32_get_bits(c2h->w2, RTW89_C2H_RA_RPT_W2_MCSNSS_B7); in rtw89_phy_c2h_ra_rpt_iter() 2285 rate |= u8_encode_bits(t, BIT(7)); in rtw89_phy_c2h_ra_rpt_iter() 2286 t = le32_get_bits(c2h->w3, RTW89_C2H_RA_RPT_W3_BW_B2); in rtw89_phy_c2h_ra_rpt_iter() 2287 bw |= u8_encode_bits(t, BIT(2)); in rtw89_phy_c2h_ra_rpt_iter() 2288 t = le32_get_bits(c2h->w3, RTW89_C2H_RA_RPT_W3_MD_SEL_B2); in rtw89_phy_c2h_ra_rpt_iter() 2289 mode |= u8_encode_bits(t, BIT(2)); in rtw89_phy_c2h_ra_rpt_iter()
|
/openbmc/linux/fs/f2fs/ |
H A D | segment.c | 767 enum dirty_type t = sentry->type; in __locate_dirty_segment() local 769 if (unlikely(t >= DIRTY)) { in __locate_dirty_segment() 773 if (!test_and_set_bit(segno, dirty_i->dirty_segmap[t])) in __locate_dirty_segment() 774 dirty_i->nr_dirty[t]++; in __locate_dirty_segment() 801 enum dirty_type t = sentry->type; in __remove_dirty_segment() local 803 if (test_and_clear_bit(segno, dirty_i->dirty_segmap[t])) in __remove_dirty_segment() 804 dirty_i->nr_dirty[t]--; in __remove_dirty_segment()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | README.md | 280 full device path isn't known. It is similar to CALLOUT_DEVICE_PATH in that it 375 path, and priority. Even though the PEL code doesn't do any guarding or 465 2. Always clear the `SP Call Home` flag, as that feature isn't supported.
|
/openbmc/linux/sound/pci/ |
H A D | Kconfig | 192 Say Y here if 448000 Hz isn't enough for you and you want to 195 Higher sample rates won't hurt your hardware, but audio 621 comment "Don't forget to add built-in firmwares for HDSP driver"
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | memory-hotplug.rst | 154 If auto-onlining of memory blocks isn't enabled, user-space has to manually 206 In corner cases, auto-onlining can fail. The kernel won't retry. Note that 483 parameter and isn't really applicable in
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_core.c | 2123 struct nf_conntrack_tuple *t, in nf_ct_port_nlattr_to_tuple() argument 2130 t->src.u.tcp.port = nla_get_be16(tb[CTA_PROTO_SRC_PORT]); in nf_ct_port_nlattr_to_tuple() 2137 t->dst.u.tcp.port = nla_get_be16(tb[CTA_PROTO_DST_PORT]); in nf_ct_port_nlattr_to_tuple()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_connectors.c | 753 struct drm_display_mode *t, *mode; in radeon_fixup_lvds_native_mode() local 756 list_for_each_entry_safe(mode, t, &connector->probed_modes, head) { in radeon_fixup_lvds_native_mode() 766 list_for_each_entry_safe(mode, t, &connector->probed_modes, head) { in radeon_fixup_lvds_native_mode()
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | 1035 @@ -34,12 +34,6 @@ tmp_stdout=$(mktemp --tmpdir -t test_parse_cli_trigger_stdout.XXXXXX) 1036 tmp_stderr=$(mktemp --tmpdir -t test_parse_cli_trigger_stderr.XXXXXX) 1156 skip $is_user "Skipping permission debug output test; operation can't fail as root" 6 ||
|
/openbmc/linux/Documentation/fb/ |
H A D | intel810.rst | 210 (1 for TRUE, and 0 for FALSE) for those options which don't need a value.
|