/openbmc/linux/Documentation/RCU/ |
H A D | lockdep.rst | 25 aren't certain (for example, if CONFIG_DEBUG_LOCK_ALLOC is not set). 57 Don't check. (Use sparingly, if at all.) 59 Don't do lockdep at all. (Use sparingly, if at all.)
|
/openbmc/linux/arch/ia64/mm/ |
H A D | tlb.c | 124 unsigned long t = ia64_fetchadd(1, &ss->ticket, acq), serve; in down_spin() local 126 if (time_before(t, ss->serve)) in down_spin() 133 if (time_before(t, serve)) in down_spin()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ti-ads8688.c | 216 struct spi_transfer t[] = { in ads8688_read() local 236 ret = spi_sync_transfer(st->spi, t, ARRAY_SIZE(t)); in ads8688_read()
|
/openbmc/linux/drivers/iio/dac/ |
H A D | ad5360.c | 224 struct spi_transfer t[] = { in ad5360_read() local 242 ret = spi_sync_transfer(st->spi, t, ARRAY_SIZE(t)); in ad5360_read()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | struct_ops.c | 44 const struct btf_type *t; in get_kern_struct_ops_name() local 51 t = btf__type_by_id(kern_btf, info->btf_vmlinux_value_type_id); in get_kern_struct_ops_name() 52 st_ops_name = btf__name_by_offset(kern_btf, t->name_off); in get_kern_struct_ops_name()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 233.out | 14 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 60 …pen 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': The certificate hasn't got a known issuer 61 qemu-nbd: The certificate hasn't got a known issuer
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/ |
H A D | nodejs_20.13.0.bb | 24 file://0004-v8-don-t-override-ARM-CFLAGS.patch \ 77 # We don't want to cross-compile during target compile, 147 # $TARGET_ARCH settings don't match --dest-cpu settings
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpusets.rst | 212 - It can't be marked exclusive unless its parent is. 405 domain and hence won't be load balanced. 409 two domains won't be load balanced to the other one. 440 cpusets won't matter, as we're already fully load balancing. 482 don't leave tasks that might use non-trivial amounts of CPU in 598 Don't modify this file if you are not sure. 692 2) mount -t cgroup -ocpuset cpuset /sys/fs/cgroup/cpuset 704 mount -t cgroup -ocpuset cpuset /sys/fs/cgroup/cpuset 741 # mount -t cgroup -o cpuset cpuset /sys/fs/cgroup/cpuset 806 mount -t cpuset X /sys/fs/cgroup/cpuset [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | phy.c | 1674 long result[][8], u8 t, bool is2t) in _rtl88e_phy_iq_calibrate() argument 1696 if (t == 0) { in _rtl88e_phy_iq_calibrate() 1706 if (t == 0) { in _rtl88e_phy_iq_calibrate() 1742 result[t][0] = (rtl_get_bbreg(hw, 0xe94, MASKDWORD) & in _rtl88e_phy_iq_calibrate() 1744 result[t][1] = (rtl_get_bbreg(hw, 0xe9c, MASKDWORD) & in _rtl88e_phy_iq_calibrate() 1775 result[t][4] = (rtl_get_bbreg(hw, in _rtl88e_phy_iq_calibrate() 1779 result[t][5] = in _rtl88e_phy_iq_calibrate() 1782 result[t][6] = in _rtl88e_phy_iq_calibrate() 1785 result[t][7] = in _rtl88e_phy_iq_calibrate() 1790 result[t][4] = (rtl_get_bbreg(hw, in _rtl88e_phy_iq_calibrate() [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | storvsc_drv.c | 717 int ret, t; in handle_multichannel_storage() local 763 t = wait_for_completion_timeout(&request->wait_event, 10*HZ); in handle_multichannel_storage() 764 if (t == 0) { in handle_multichannel_storage() 809 int ret, t; in storvsc_execute_vstor_op() local 828 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in storvsc_execute_vstor_op() 829 if (t == 0) in storvsc_execute_vstor_op() 1636 int ret, t; in storvsc_host_reset_handler() local 1660 t = wait_for_completion_timeout(&request->wait_event, 5*HZ); in storvsc_host_reset_handler() 1661 if (t == 0) in storvsc_host_reset_handler()
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 659 struct esas2r_target *t; in esas2r_show_info() local 695 for (t = a->targetdb; t < a->targetdb_end; t++) in esas2r_show_info() 696 if (t->buffered_target_state == TS_PRESENT) { in esas2r_show_info() 699 (u16)(uintptr_t)(t - a->targetdb)); in esas2r_show_info() 1574 static void esas2r_timer_callback(struct timer_list *t); 1586 static void esas2r_timer_callback(struct timer_list *t) in esas2r_timer_callback() argument 1588 struct esas2r_adapter *a = from_timer(a, t, timer); in esas2r_timer_callback()
|
/openbmc/linux/net/mac80211/ |
H A D | debugfs_sta.c | 697 #define PFLAG(t, n, a, b) \ in link_sta_he_capa_read() argument 699 if (cap[n] & IEEE80211_HE_##t##_CAP##n##_##a) \ in link_sta_he_capa_read() 703 #define PFLAG_RANGE(t, i, n, s, m, off, fmt) \ in link_sta_he_capa_read() argument 705 u8 msk = IEEE80211_HE_##t##_CAP##i##_##n##_MASK; \ in link_sta_he_capa_read() 710 #define PFLAG_RANGE_DEFAULT(t, i, n, s, m, off, fmt, a, b) \ in link_sta_he_capa_read() argument 712 if (cap[i] == IEEE80211_HE_##t ##_CAP##i##_##n##_##a) { \ in link_sta_he_capa_read() 716 PFLAG_RANGE(t, i, n, s, m, off, fmt); \ in link_sta_he_capa_read() 1077 #define PFLAG(t, n, a, b) \ in link_sta_eht_capa_read() argument 1079 if (cap[n] & IEEE80211_EHT_##t##_CAP##n##_##a) \ in link_sta_eht_capa_read()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_lrc.c | 369 }, *t; in live_lrc_fixed() local 382 for (t = tbl; t->name; t++) { in live_lrc_fixed() 383 int dw = find_offset(hw, t->reg); in live_lrc_fixed() 385 if (dw != t->offset) { in live_lrc_fixed() 388 t->name, in live_lrc_fixed() 389 t->reg, in live_lrc_fixed() 391 t->offset); in live_lrc_fixed()
|
/openbmc/linux/Documentation/fb/ |
H A D | viafb.rst | 189 layer doesn't even know about it; SAMM's second screen doesn't have a 190 device node file, thus a user mode application can't access it directly. 196 viafb doesn't support multi-head well, or it will cause screen crush.
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | statistics.rst | 7 collected so there isn't any performance impact. Only bio-based DM 93 @stats_list message, but it doesn't use it for anything else. 102 @stats_list message, but it doesn't use this value for anything. 200 doesn't use this value for anything.
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | armada-388-clearfog.dts | 8 * production board. Things will change, don't expect this file to 86 * If the rtc doesn't work, run "date reset" 206 * but you can't do this because of 270 * Mikrobus doesn't specify beyond an I2C
|
/openbmc/qemu/include/libdecnumber/ |
H A D | decNumberLocal.h | 117 uInt u0, u1, v0, v1, w0, w1, w2, t; \ 121 t=u1*v0 + (w0>>16); \ 122 w1=t & 0xffff; w2=t>>16; \
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | sysfs.c | 509 #define temp_d(t) ((t) >> 2) argument 510 #define temp_f(t) (((t)&0x3) * 25u) argument
|
/openbmc/docs/designs/ |
H A D | gpio-based-cable-presence.md | 10 status. IPMI currently doesn't support grouping discrete values and it could at 126 addition, Redfish doesn't have a limit of 256 SDR IDs. Therefore, no need to 133 of 255 IDs. Meanwhile, it doesn't support stacking multiple presence states in 144 We could spawn threads to listen to each chips but I don't think we should
|
/openbmc/webui-vue/docs/guide/unit-testing/ |
H A D | readme.md | 93 1. Don't test third-party functionality 94 1. Don't test the internals of your components or that specific functions are 96 1. Don't go beyond the input and outputs of the component 97 1. Don't test the functionality of other libraries
|
/openbmc/linux/arch/arm/kernel/ |
H A D | ptrace.c | 384 struct thread_struct *t = &tsk->thread; in flush_ptrace_hw_breakpoint() local 387 if (t->debug.hbp[i]) { in flush_ptrace_hw_breakpoint() 388 unregister_hw_breakpoint(t->debug.hbp[i]); in flush_ptrace_hw_breakpoint() 389 t->debug.hbp[i] = NULL; in flush_ptrace_hw_breakpoint()
|
/openbmc/linux/net/sched/ |
H A D | act_police.c | 351 struct tcf_t t; in tcf_police_dump() local 394 tcf_tm_dump(&t, &police->tcf_tm); in tcf_police_dump() 395 if (nla_put_64bit(skb, TCA_POLICE_TM, sizeof(t), &t, TCA_POLICE_PAD)) in tcf_police_dump()
|
H A D | act_pedit.c | 506 struct tcf_t t; in tcf_pedit_dump() local 540 tcf_tm_dump(&t, &p->tcf_tm); in tcf_pedit_dump() 541 if (nla_put_64bit(skb, TCA_PEDIT_TM, sizeof(t), &t, TCA_PEDIT_PAD)) in tcf_pedit_dump()
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 592 for t in failed_subtests: 593 all_failures.extend(failed_names(t, full_name)) 650 for t in subtests: 651 counts.add_subtest_counts(t.counts)
|
/openbmc/linux/drivers/mmc/host/ |
H A D | uniphier-sd.c | 93 static void uniphier_sd_external_dma_issue(struct tasklet_struct *t) in uniphier_sd_external_dma_issue() argument 95 struct tmio_mmc_host *host = from_tasklet(host, t, dma_issue); in uniphier_sd_external_dma_issue() 239 static void uniphier_sd_internal_dma_issue(struct tasklet_struct *t) in uniphier_sd_internal_dma_issue() argument 241 struct tmio_mmc_host *host = from_tasklet(host, t, dma_issue); in uniphier_sd_internal_dma_issue()
|