/openbmc/linux/drivers/watchdog/ |
H A D | keembay_wdt.c | 113 static int keembay_wdt_set_timeout(struct watchdog_device *wdog, u32 t) in keembay_wdt_set_timeout() argument 115 wdog->timeout = t; in keembay_wdt_set_timeout() 122 static int keembay_wdt_set_pretimeout(struct watchdog_device *wdog, u32 t) in keembay_wdt_set_pretimeout() argument 124 if (t > wdog->timeout) in keembay_wdt_set_pretimeout() 127 wdog->pretimeout = t; in keembay_wdt_set_pretimeout()
|
/openbmc/linux/Documentation/sphinx/ |
H A D | automarkup.py | 78 t = node.astext() 100 match_iterators = [regex.finditer(t) for regex in markup_func] 110 repl.append(nodes.Text(t[done:m.start()])) 119 if done < len(t): 120 repl.append(nodes.Text(t[done:]))
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | string.h | 15 #define memcpy(t, f, n) __builtin_memcpy(t, f, n) argument
|
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/ |
H A D | remove_plus_from_invalid_characters_list.patch | 15 - "\t\r\n\"$&<>,+=#!()'|{}[]?~`;%\\"; 16 + "\t\r\n\"$&<>,=#!()'|{}[]?~`;%\\";
|
/openbmc/linux/net/sched/ |
H A D | cls_api.c | 239 res = t; in __tcf_proto_lookup_ops() 313 if (t == ops) { in unregister_tcf_proto_ops() 314 list_del(&t->head); in unregister_tcf_proto_ops() 2130 struct tcmsg *t; in tc_new_tfilter() local 2156 t = nlmsg_data(n); in tc_new_tfilter() 2364 struct tcmsg *t; in tc_del_tfilter() local 2384 t = nlmsg_data(n); in tc_del_tfilter() 2521 struct tcmsg *t; in tc_get_tfilter() local 2541 t = nlmsg_data(n); in tc_get_tfilter() 2994 struct tcmsg *t; in tc_ctl_chain() local [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_sas_internal.h | 13 struct scsi_transport_template t; member 41 #define to_sas_internal(tmpl) container_of(tmpl, struct sas_internal, t)
|
/openbmc/openpower-proc-control/procedures/p9/ |
H A D | start_host.cpp | 50 for (const auto& t : targets) in startHost() local 52 writeRegWithMask(t, P9_ROOT_CTRL8, 0x0000000C, 0x0000000C); in startHost()
|
/openbmc/phosphor-logging/callouts/ |
H A D | callouts.py | 36 t = Template(filename=template) 38 fd.write(t.render(calloutsMap=calloutsMap))
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | nmi.h | 47 #define register_nmi_handler(t, fn, fg, n, init...) \ argument 55 __register_nmi_handler((t), &fn##_na); \
|
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | ServerLedStore.js | 40 i18n.global.t('pageInventory.toast.errorEnableIdentifyLed'), 44 i18n.global.t('pageInventory.toast.errorDisableIdentifyLed'),
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/fortran/ |
H A D | fortran-helloworld.bb | 9 # These set flags that Fortran doesn't support 23 raise bb.parse.SkipRecipe("Fortran isn't enabled")
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 345 int t; in sched_core_unlock() local 355 int cpu, t; in __sched_core_flip() local 4462 return t; in cpu_curr_snapshot() 6030 return (task_rq(t)->idle == t); in is_task_rq_idle() 6409 int t; in sched_core_cpu_starting() local 6448 int t; in sched_core_cpu_deactivate() local 11715 t->migrate_from_cpu = task_cpu(t); in sched_mm_cid_migrate_from() 12075 t->last_mm_cid = t->mm_cid = -1; in sched_mm_cid_exit_signals() 12099 t->last_mm_cid = t->mm_cid = -1; in sched_mm_cid_before_execve() 12122 t->last_mm_cid = t->mm_cid = mm_cid_get(rq, mm); in sched_mm_cid_after_execve() [all …]
|
/openbmc/linux/sound/pci/ |
H A D | ens1370.c | 498 unsigned int t, r = 0; in snd_es1371_wait_src_ready() local 500 for (t = 0; t < POLL_COUNT; t++) { in snd_es1371_wait_src_ready() 600 for (t = 0; t < POLL_COUNT; t++) { in snd_es1371_codec_write() 609 for (t = 0; t < POLL_COUNT; t++) { in snd_es1371_codec_write() 615 for (t = 0; t < POLL_COUNT; t++) { in snd_es1371_codec_write() 643 for (t = 0; t < POLL_COUNT; t++) { in snd_es1371_codec_read() 652 for (t = 0; t < POLL_COUNT; t++) { in snd_es1371_codec_read() 658 for (t = 0; t < POLL_COUNT; t++) { in snd_es1371_codec_read() 669 for (t = 0; t < POLL_COUNT; t++) { in snd_es1371_codec_read() 674 for (t = 0; t < POLL_COUNT; t++) { in snd_es1371_codec_read() [all …]
|
/openbmc/linux/scripts/ |
H A D | bpf_doc.py | 796 def map_type(self, t): argument 797 if t in self.known_types: 798 return t 799 if t in self.mapped_types: 800 return self.mapped_types[t] 801 print("Unrecognized type '%s', please add it to known types!" % t, 834 t = a['type'] 837 t = 'void' 839 one_arg = '{}{}'.format(comma, self.map_type(t))
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | irq.c | 108 struct idxd_desc *d, *t; in idxd_abort_invalid_int_handle_descs() local 114 llist_for_each_entry_safe(d, t, head, llnode) in idxd_abort_invalid_int_handle_descs() 118 list_for_each_entry_safe(d, t, &ie->work_list, list) { in idxd_abort_invalid_int_handle_descs() 124 list_for_each_entry_safe(d, t, &flist, list) { in idxd_abort_invalid_int_handle_descs() 357 unsigned int h, t; in process_evl_entries() local 371 t = evl_status.tail; in process_evl_entries() 375 while (h != t) { in process_evl_entries() 561 struct idxd_desc *desc, *t; in irq_process_pending_llist() local 568 llist_for_each_entry_safe(desc, t, head, llnode) { in irq_process_pending_llist()
|
/openbmc/linux/include/linux/iio/ |
H A D | sw_trigger.h | 58 void iio_swt_group_init_type_name(struct iio_sw_trigger *t, in iio_swt_group_init_type_name() argument 63 config_group_init_type_name(&t->group, name, type); in iio_swt_group_init_type_name()
|
/openbmc/linux/include/uapi/scsi/ |
H A D | scsi_netlink.h | 99 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument 102 (hdr)->transport = t; \
|
/openbmc/phosphor-inventory-manager/ |
H A D | events.hpp | 42 explicit Event(const std::vector<Filter>& filters, Type t = Type::STARTUP) : in Event() 43 std::vector<Filter>(filters), type(t) in Event()
|
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv4/ |
H A D | tune-arm9tdmi.inc | 11 # mcpu is used so don't use armv4t as we don't want march
|
H A D | tune-arm920t.inc | 11 # mcpu is used so don't use armv4t as we don't want march
|
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv5/ |
H A D | tune-arm926ejs.inc | 11 # mcpu is used so don't use armv5te as we don't want march
|
/openbmc/telemetry/src/utils/ |
H A D | transform.hpp | 12 concept has_member_reserve = requires(T t) { t.reserve(size_t{}); };
|
/openbmc/linux/include/linux/ |
H A D | freezer.h | 43 extern void __thaw_task(struct task_struct *t); 76 static inline void __thaw_task(struct task_struct *t) {} in __thaw_task() argument
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-wheel_0.43.0.bb | 13 # This used to use the bootstrap install which didn't compile. Until we bump the 14 # tmpdir version we can't compile the native otherwise the sysroot unpack fails
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0002-boost-Backport-clang-support.patch | 1268 + "0:\n\t" 1269 + ".set push\n\t" 1271 + "ll %0, %1\n\t" 1273 + "sc %0, %1\n\t" 1274 + ".set pop\n\t" 1289 + "0:\n\t" 1290 + ".set push\n\t" 1292 + "ll %1, %2\n\t" 1295 + ".set pop\n\t" 1315 + "0:\n\t" [all …]
|