/openbmc/qemu/docs/system/devices/ |
H A D | virtio-gpu.rst | 110 Surfaceless doesn't create a native window surface, but does copy from the 112 Headless is like surfaceless, but doesn't copy to the Pixman buffer.
|
/openbmc/linux/fs/gfs2/ |
H A D | util.c | 510 u16 type, u16 t, const char *function, in gfs2_metatype_check_ii() argument 519 (unsigned long long)bh->b_blocknr, type, t, in gfs2_metatype_check_ii()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | meson.bbclass | 135 # Use a modules directory which doesn't exist so we don't load random things
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/ |
H A D | proftpd_1.3.8b.bb | 90 sed -i '/ *User[ \t]*/s/ftp/${FTPUSER}/' ${D}${sysconfdir}/proftpd.conf 91 sed -i '/ *Group[ \t]*/s/ftp/${FTPGROUP}/' ${D}${sysconfdir}/proftpd.conf
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc_2.40.bb | 106 # don't pass CPPFLAGS into configure, since it upsets the kernel-headers 107 # version check and doesn't really help with anything
|
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/ |
H A D | e2fsprogs_1.47.1.bb | 27 # make locale rules sometimes fire, sometimes don't as git doesn't preserve
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-util-clamp.rst | 68 2. They don't run on a power hungry core and drain battery even if they 98 the device doesn't heat up to the point where it will throttle. 106 Note that by design RT tasks don't have per-task PELT signal and must always 272 another task that doesn't need it or is disallowed from reaching this point. 437 cpu.uclamp.min. Other interfaces don't allow that. 451 they won't be satisfied until it is more than p->uclamp[UCLAMP_MIN]. 472 won't be satisfied until it is more than p->uclamp[UCLAMP_MAX]. 567 UCLAMP_MAX for some background tasks that don't care about performance but 627 doesn't actually need to run at that frequency. 704 Hence lead to a frequency spike since if p0 wasn't throttled we should get:
|
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 100 static struct s5p_mfc_fmt *find_format(struct v4l2_format *f, unsigned int t) in find_format() argument 106 formats[i].type == t) in find_format() 1688 static unsigned int t[V4L2_MPEG_VIDEO_H264_LEVEL_4_0 + 1] = { in h264_level() local 1702 return t[lvl]; in h264_level() 1707 static unsigned int t[V4L2_MPEG_VIDEO_MPEG4_LEVEL_5 + 1] = { in mpeg4_level() local 1717 return t[lvl]; in mpeg4_level() 1722 static unsigned int t[] = { in hevc_level() local 1737 return t[lvl]; in hevc_level() 1742 static unsigned int t[V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_EXTENDED + 1] = { in vui_sar_idc() local 1762 return t[sar]; in vui_sar_idc()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | orangefs.rst | 85 mount -t pvfs2 tcp://localhost:3334/orangefs /pvfsmnt 102 You can omit --prefix if you don't care that things are sprinkled around 151 mount -t pvfs2 tcp://`hostname`:3334/orangefs /pvfsmnt 379 can't be triggered by the Orangefs file_operations.poll function. 384 that can't be serviced will be removed from the request list and 385 have their states set to "given up". In-progress ops that can't 438 fill in a PVFS_sys_attr_s (tons of stuff the kernel doesn't need)
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-cheza.dtsi | 303 * cdsp_mem isn't used on cheza right now so we won't bother re-creating it; but 342 * to 80 MHz, but above 25 MHz wasn't reliable so we'll use 952 * We don't need the usb3-phy since we run in highspeed mode always, so 1239 * The pen driver doesn't currently support 1259 * the active state and don't redefine them here. Also note 1260 * that we don't need the reverse (output-enable) in the
|
/openbmc/linux/tools/perf/util/ |
H A D | pmu.c | 1263 struct parse_events_term *t; in pmu_resolve_param_term() local 1265 list_for_each_entry(t, head_terms, list) { in pmu_resolve_param_term() 1266 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM && in pmu_resolve_param_term() 1267 t->config && !strcmp(t->config, term->config)) { in pmu_resolve_param_term() 1268 t->used = true; in pmu_resolve_param_term() 1269 *value = t->val.num; in pmu_resolve_param_term()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_xthead.c.inc | 117 TCGv t = tcg_temp_new(); \ 118 tcg_gen_shli_tl(t, arg2, SHAMT); \ 119 tcg_gen_add_tl(ret, t, arg1); \ 190 TCGv t = tcg_temp_new(); 192 tcg_gen_not_tl(t, src1); 195 gen_clzw(dest, t); 200 gen_clz(dest, t);
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 3150 struct ip_vs_timeout_user t; in do_ip_vs_get_ctl() local 3152 __ip_vs_get_timeouts(ipvs, &t); in do_ip_vs_get_ctl() 3153 if (copy_to_user(user, &t, sizeof(t)) != 0) in do_ip_vs_get_ctl() 3868 struct ip_vs_timeout_user t; in ip_vs_genl_set_config() local 3870 __ip_vs_get_timeouts(ipvs, &t); in ip_vs_genl_set_config() 3876 t.tcp_fin_timeout = in ip_vs_genl_set_config() 3882 return ip_vs_set_timeout(ipvs, &t); in ip_vs_genl_set_config() 4094 struct ip_vs_timeout_user t; in ip_vs_genl_get_cmd() local 4096 __ip_vs_get_timeouts(ipvs, &t); in ip_vs_genl_get_cmd() 4099 t.tcp_timeout) || in ip_vs_genl_get_cmd() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_rps.c | 75 static void rps_timer(struct timer_list *t) in rps_timer() argument 77 struct intel_rps *rps = from_timer(rps, t, timer); in rps_timer() 263 u16 t; member 291 if (cparams[i].i == c_m && cparams[i].t == i915->mem_freq) { in gen5_rps_init() 1480 unsigned int t, state1, state2; in __ips_gfx_val() local 1495 t = ips_mch_val(uncore); in __ips_gfx_val() 1496 if (t > 80) in __ips_gfx_val() 1497 corr = t * 2349 + 135940; in __ips_gfx_val() 1498 else if (t >= 50) in __ips_gfx_val() 1499 corr = t * 964 + 29317; in __ips_gfx_val() [all …]
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 2346 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) argument 2351 int t; in byterev() local 2355 SWAP(val[0], val[1], t); in byterev() 2358 SWAP(val[0], val[3], t); in byterev() 2359 SWAP(val[1], val[2], t); in byterev() 2362 SWAP(val[0], val[7], t); in byterev() 2363 SWAP(val[1], val[6], t); in byterev() 2364 SWAP(val[2], val[5], t); in byterev() 2365 SWAP(val[3], val[4], t); in byterev()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 2300 void sched_mm_cid_before_execve(struct task_struct *t); 2301 void sched_mm_cid_after_execve(struct task_struct *t); 2302 void sched_mm_cid_fork(struct task_struct *t); 2303 void sched_mm_cid_exit_signals(struct task_struct *t); 2304 static inline int task_mm_cid(struct task_struct *t) in task_mm_cid() argument 2306 return t->mm_cid; in task_mm_cid() 2309 static inline void sched_mm_cid_before_execve(struct task_struct *t) { } in sched_mm_cid_before_execve() argument 2310 static inline void sched_mm_cid_after_execve(struct task_struct *t) { } in sched_mm_cid_after_execve() argument 2311 static inline void sched_mm_cid_fork(struct task_struct *t) { } in sched_mm_cid_fork() argument 2312 static inline void sched_mm_cid_exit_signals(struct task_struct *t) { } in sched_mm_cid_exit_signals() argument [all …]
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 2558 PCIDevice *t; in pcibus_get_dev_path() local 2578 for (t = d; t; t = pci_get_bus(t)->parent_dev) { in pcibus_get_dev_path() 2593 for (t = d; t; t = pci_get_bus(t)->parent_dev) { in pcibus_get_dev_path() 2596 PCI_SLOT(t->devfn), PCI_FUNC(t->devfn)); in pcibus_get_dev_path()
|
/openbmc/linux/Documentation/locking/ |
H A D | robust-futexes.rst | 133 - no registration of individual locks is needed: robust mutexes don't 135 lightweight primitive - so they don't force the application designer 188 straightforward. The kernel doesn't have any internal distinction between 217 All other architectures should build just fine too - but they won't have
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | acinclude.m4 | 126 dnl builtin_expect is used in module we can't add that in config.h 480 dnl but we don't want -Winvalid-pch else compilation will fail due -Werror and 569 dnl copy source to dest if they don't compare equally or if dest doesn't exist
|
/openbmc/u-boot/doc/ |
H A D | README.pxe | 227 - U-Boot's pxe doesn't rely on or provide an UNDI/PXE stack in memory, it 230 - U-Boot's pxe doesn't provide the full menu implementation that PXELINUX 242 - in U-Boot's pxe, the localboot command doesn't necessarily cause a local 244 variable. And since it doesn't support a full UNDI/PXE stack, the
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 171.out | 4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4096 96 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4096 192 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4096 288 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4096
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | driver.rst | 85 no bus-specific fields (i.e. don't have a bus-specific driver 173 hasn't initialized yet). The driver core will put the device onto the 204 still consumers that haven't probed successfully, the sync_state() call is 207 there are one or more consumers of the device that haven't probed yet, then
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_pwrctrl.c | 181 static void pwr_state_check_handler(struct timer_list *t) in pwr_state_check_handler() argument 184 from_timer(pwrctrlpriv, t, pwr_state_check_timer); in pwr_state_check_handler() 688 static void pwr_rpwm_timeout_handler(struct timer_list *t) in pwr_rpwm_timeout_handler() argument 690 struct pwrctrl_priv *pwrpriv = from_timer(pwrpriv, t, pwr_rpwm_timer); in pwr_rpwm_timeout_handler()
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_eq.c | 472 dma_addr_t t; in mthca_create_eq() local 501 PAGE_SIZE, &t, GFP_KERNEL); in mthca_create_eq() 505 dma_list[i] = t; in mthca_create_eq() 506 dma_unmap_addr_set(&eq->page_list[i], mapping, t); in mthca_create_eq()
|
/openbmc/docs/designs/ |
H A D | bmc-health-monitor.md | 48 3. Metrics can represent device attributes which don't change, for example, 52 infrastructure doesn't adhere to this and community has rejected the proposal 55 Based on above, it doesn't sound reasonable to use sensors for representing the 231 - Collected has minimal support for threshold monitoring and doesn't allow
|