/openbmc/linux/Documentation/core-api/ |
H A D | dma-attributes.rst | 37 that you won't dereference the pointer returned by dma_alloc_attr(). You 87 - You know that the accesses to this memory won't thrash the TLB. 89 that they aren't sequential but it's unlikely you'll ping-pong 101 Setting this hint doesn't guarantee that you won't get huge pages, but it 102 means that we won't try quite as hard to get them. 116 and can actually flood the system logs with error messages that aren't any 120 where allocation failures are not a problem, and shouldn't bother the logs.
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | dell-smbios-base.c | 185 u16 t = 0; in dell_smbios_call_filter() local 228 t = da_tokens[i].tokenID; in dell_smbios_call_filter() 233 if (!t) { in dell_smbios_call_filter() 243 if (t >= token_blacklist[i].min && in dell_smbios_call_filter() 244 t <= token_blacklist[i].max) in dell_smbios_call_filter() 252 if (t < token_whitelist[i].min || in dell_smbios_call_filter() 253 t > token_whitelist[i].max) in dell_smbios_call_filter() 257 dev_dbg(d, "whitelisted token: %x\n", t); in dell_smbios_call_filter()
|
/openbmc/u-boot/cmd/ |
H A D | part.c | 94 char t[5]; in do_part_list() local 103 sprintf(t, "%s%x", str[0] ? " " : "", p); in do_part_list() 104 strcat(str, t); in do_part_list()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-qemu-allocation.out | 5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=4194304 8 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4194304 backing_file=TEST_DIR/t.IMGFMT.base backing…
|
/openbmc/linux/tools/bpf/runqslower/ |
H A D | runqslower.c | 95 time_t t; in handle_event() local 97 time(&t); in handle_event() 98 tm = localtime(&t); in handle_event()
|
/openbmc/webui-vue/src/views/Operations/Firmware/ |
H A D | Firmware.vue | 25 :section-title="$t('pageFirmware.sectionTitleUpdateFirmware')" 68 $t: useI18n().t,
|
/openbmc/webui-vue/src/components/Global/ |
H A D | LoadingBar.vue | 8 :aria-label="$t('global.ariaLabel.progressBar')" 19 $t: useI18n().t,
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | python3-manifest.json | 38 # don't control what changes on upstream Python, so, some module dependency 41 # created on the new release and for obvious reasons we wouldn't have it on our 65 # b) The native package wasn't built correctly and its missing a certain module: 68 # since it won't error out the compile function if its only missing a couple of modules. 76 # not only we won't know of any dependencies to it, but also, the _uuid* files will be packa… 77 # the misc package (which is where any file that doesn't belong anywhere else ends up). 79 # This will eventually cause runtime errors on our system if we don't include the misc packa…
|
/openbmc/linux/sound/soc/sti/ |
H A D | sti_uniperif.c | 168 struct snd_interval t; in sti_uniperiph_fix_tdm_chan() local 170 t.min = uni->tdm_slot.avail_slots; in sti_uniperiph_fix_tdm_chan() 171 t.max = uni->tdm_slot.avail_slots; in sti_uniperiph_fix_tdm_chan() 172 t.openmin = 0; in sti_uniperiph_fix_tdm_chan() 173 t.openmax = 0; in sti_uniperiph_fix_tdm_chan() 174 t.integer = 0; in sti_uniperiph_fix_tdm_chan() 176 return snd_interval_refine(hw_param_interval(params, rule->var), &t); in sti_uniperiph_fix_tdm_chan()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 210.out | 3 …": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.luks", "size": 0}}} 8 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.luks", "nod… 58 …": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.luks", "size": 0}}} 63 …bc", "driver": "luks", "file": {"driver": "file", "filename": "TEST_DIR/PID-t.luks"}, "hash-alg": … 111 …ents": {"job-id": "job0", "options": {"driver": "luks", "file": "this doesn't exist", "size": 6710… 113 Job failed: Cannot find device='this doesn't exist' nor node-name='this doesn't exist'
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal_of.c | 26 struct device_node *t; in of_find_trip_id() local 38 for_each_child_of_node(trips, t) { in of_find_trip_id() 40 if (t == trip) { in of_find_trip_id() 41 of_node_put(t); in of_find_trip_id() 78 const char *t; in thermal_of_get_trip_type() local 81 err = of_property_read_string(np, "type", &t); in thermal_of_get_trip_type() 86 if (!strcasecmp(t, trip_types[i])) { in thermal_of_get_trip_type()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-cross.inc | 20 # ensure that any recipe which doesn't obey our LDFLAGS (which also set it to 108 for t in ar as ld ld.bfd ld.gold nm objcopy objdump ranlib strip gcc cpp $fortsymlinks; do 109 ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t $dest$t 110 ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t ${dest}${TARGET_PREFIX}$t 113 # Remove things we don't need but keep share/java
|
/openbmc/linux/kernel/ |
H A D | audit.c | 1499 unsigned int t; in audit_receive_msg() local 1502 s.enabled = t & AUDIT_TTY_ENABLE; in audit_receive_msg() 1511 unsigned int t; in audit_receive_msg() local 1525 t = xchg(¤t->signal->audit_tty, t); in audit_receive_msg() 1527 old.enabled = t & AUDIT_TTY_ENABLE; in audit_receive_msg() 1840 ktime_get_coarse_real_ts64(t); in audit_get_stamp() 1864 struct timespec64 t; in audit_log_start() local 1920 audit_get_stamp(ab->ctx, &t, &serial); in audit_log_start() 1925 (unsigned long long)t.tv_sec, t.tv_nsec/1000000, serial); in audit_log_start() 2400 if (auditd_test_task(t) && in audit_signal_info() [all …]
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | pxa3xx_nand.c | 421 const struct pxa3xx_nand_timing *t) in pxa3xx_nand_set_timing() argument 428 NDTR0_tCS(ns2cycle(t->tCS, nand_clk)) | in pxa3xx_nand_set_timing() 429 NDTR0_tWH(ns2cycle(t->tWH, nand_clk)) | in pxa3xx_nand_set_timing() 430 NDTR0_tWP(ns2cycle(t->tWP, nand_clk)) | in pxa3xx_nand_set_timing() 431 NDTR0_tRH(ns2cycle(t->tRH, nand_clk)) | in pxa3xx_nand_set_timing() 432 NDTR0_tRP(ns2cycle(t->tRP, nand_clk)); in pxa3xx_nand_set_timing() 435 NDTR1_tWHR(ns2cycle(t->tWHR, nand_clk)) | in pxa3xx_nand_set_timing() 436 NDTR1_tAR(ns2cycle(t->tAR, nand_clk)); in pxa3xx_nand_set_timing() 445 const struct nand_sdr_timings *t) in pxa3xx_nand_set_sdr_timing() argument 455 u32 tWP_min = DIV_ROUND_UP(t->tWC_min - t->tWH_min, 1000); in pxa3xx_nand_set_sdr_timing() [all …]
|
/openbmc/linux/tools/objtool/Documentation/ |
H A D | objtool.txt | 74 - If IBT or LTO is enabled, it doesn't run on TUs at all. Instead it 128 hand, which most people don't do. So the end result is that 181 band. So it doesn't affect runtime performance and it can be 212 Such code doesn't have to follow any of the other rules. 238 which shouldn't be be in callable functions anyway. 252 For asm files, if you're getting an error which doesn't make sense, 290 Objtool couldn't find a code path to reach the instruction. 324 instructions aren't allowed in a callable function, and are most 334 wasn't first restored to its original state. 440 that it won't affect kernel stack traces, you can tell objtool to [all …]
|
/openbmc/linux/include/linux/netfilter/ |
H A D | x_tables.h | 299 int xt_target_to_user(const struct xt_entry_target *t, 330 void xt_table_unlock(struct xt_table *t); 452 int xt_register_template(const struct xt_table *t, int(*table_init)(struct net *net)); 453 void xt_unregister_template(const struct xt_table *t); 528 void xt_compat_target_from_user(struct xt_entry_target *t, void **dstptr, 530 int xt_compat_target_to_user(const struct xt_entry_target *t,
|
/openbmc/linux/drivers/media/i2c/adv748x/ |
H A D | adv748x.h | 415 #define tx_read(t, r) adv748x_read(t->state, t->page, r) argument 416 #define tx_write(t, r, v) adv748x_write(t->state, t->page, r, v) argument
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-lock.txt | 56 Don't complain, do it. 83 -t:: 85 The -t option is to show per-thread lock stat like below: 87 $ perf lock report -t -F acquired,contended,avg_wait 112 -t:: 135 -t::
|
/openbmc/linux/include/linux/ |
H A D | signal.h | 450 #define sig_fatal(t, signr) \ argument 452 (t)->sighand->action[(signr)-1].sa.sa_handler == SIG_DFL) 461 struct task_struct *t = current; \ 462 unsafe_put_user((void __user *)t->sas_ss_sp, &__uss->ss_sp, label); \ 463 unsafe_put_user(t->sas_ss_flags, &__uss->ss_flags, label); \ 464 unsafe_put_user(t->sas_ss_size, &__uss->ss_size, label); \
|
/openbmc/linux/Documentation/cdrom/ |
H A D | packet-writing.rst | 27 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime 42 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime 56 # mount /dev/hdc /cdrom -t udf -o rw,noatime 58 However, some drives don't follow the specification and expect the 69 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime 111 # mount -t udf -o rw,noatime /dev/pktcdvd/dev_name /dvdram
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | message.hpp | 460 int unpack(std::tuple<Types...>& t) in unpack() 468 std::apply([this](Types&... args) { return unpack(args...); }, t); in unpack() 546 int pack(std::tuple<Types...>& t) in pack() 548 return payload.pack(t); in pack() 641 int unpack(std::tuple<Types...>& t) in unpack() 644 t); in unpack()
|
/openbmc/linux/arch/riscv/mm/ |
H A D | init.c | 91 pr_notice("%12s : 0x%08lx - 0x%08lx (%4ld kB)\n", name, b, t, in print_mlk() 92 (((t) - (b)) >> LOG2_SZ_1K)); in print_mlk() 98 (((t) - (b)) >> LOG2_SZ_1M)); in print_mlm() 104 (((t) - (b)) >> LOG2_SZ_1G)); in print_mlg() 111 (((t) - (b)) >> LOG2_SZ_1T)); in print_mlt() 114 #define print_mlt(n, b, t) do {} while (0) argument 119 unsigned long diff = t - b; in print_ml() 122 print_mlt(name, b, t); in print_ml() 124 print_mlg(name, b, t); in print_ml() 126 print_mlm(name, b, t); in print_ml() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
H A D | 0005-configure.ac-disable-gnome-tools-that-are-not-provid.patch | 2 From: Markus Volk <f_l_k@t-online.de> 7 Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
/openbmc/linux/Documentation/tools/rv/ |
H A D | common_ikm.rst | 11 When tracing (**-t**), also print the events that happened during the **rv** 15 **-t**, **--trace**
|
/openbmc/linux/include/trace/events/ |
H A D | damon.h | 14 TP_PROTO(struct damon_target *t, unsigned int target_id, 17 TP_ARGS(t, target_id, r, nr_regions),
|