/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-msc-sm2s.dtsi | 163 eee-broken-1000t; 190 eee-broken-1000t;
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | cve-update-nvd2-native.bb | 216 # We haven't managed to download data 369 # This is suboptimal as it doesn't handle AND/OR and negate, but is better than nothing
|
/openbmc/linux/net/rxrpc/ |
H A D | call_object.c | 66 static void rxrpc_call_timer_expired(struct timer_list *t) in rxrpc_call_timer_expired() argument 68 struct rxrpc_call *call = from_timer(call, t, timer); in rxrpc_call_timer_expired()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | pcic.c | 381 static void ath11k_pcic_ce_tasklet(struct tasklet_struct *t) in ath11k_pcic_ce_tasklet() argument 383 struct ath11k_ce_pipe *ce_pipe = from_tasklet(ce_pipe, t, intr_tq); in ath11k_pcic_ce_tasklet()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ssif_bmc.c | 299 static void response_timeout(struct timer_list *t) in response_timeout() argument 301 struct ssif_bmc_ctx *ssif_bmc = from_timer(ssif_bmc, t, response_timer); in response_timeout()
|
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | phal_error.cpp | 225 time_t t = time(0); in processLogTraceCallback() local 227 gmtime_r(&t, &myTm); in processLogTraceCallback()
|
/openbmc/qemu/docs/system/arm/ |
H A D | virt.rst | 76 Also, please note that passing ``max`` CPU (i.e. ``-cpu max``) won't 166 Don't create an IOMMU (the default)
|
/openbmc/linux/block/ |
H A D | blk-core.c | 386 static void blk_rq_timed_out_timer(struct timer_list *t) in blk_rq_timed_out_timer() argument 388 struct request_queue *q = from_timer(q, t, timeout); in blk_rq_timed_out_timer()
|
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A D | ether3.c | 171 static void ether3_ledoff(struct timer_list *t) in ether3_ledoff() argument 173 struct dev_priv *private = from_timer(private, t, timer); in ether3_ledoff()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-runtime.inc | 56 # libstdc++ isn't built yet so CXX would error not able to find it which breaks stdc++'s configure 183 # The base package doesn't exist, so we clear the recommends.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/ |
H A D | net-snmp_5.9.4.bb | 22 file://0005-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch \ 27 file://0010-net-snmp-Reproducibility-Don-t-check-build-host-for.patch \
|
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/ |
H A D | connman.inc | 99 # We don't need to package an empty directory 102 # Automake 1.12 won't install empty directories, but we need the
|
/openbmc/linux/drivers/mailbox/ |
H A D | mtk-cmdq-mailbox.c | 21 #define CMDQ_NUM_CMD(t) (t->cmd_buf_size / CMDQ_INST_SIZE) argument
|
/openbmc/linux/fs/reiserfs/ |
H A D | bitmap.c | 887 int t = get_block_num(item, pos_in_item); in get_left_neighbor() local 888 if (t) { in get_left_neighbor() 889 hint->search_start = t; in get_left_neighbor()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 046.out | 4 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728 69 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=6442450944 backing_file=TEST_DIR/t.IMGFMT.base back…
|
/openbmc/linux/Documentation/powerpc/ |
H A D | eeh-pci-error-recovery.rst | 91 into a consistent state (given that it won't be able to complete any 304 network daemons and file systems that didn't need to be disturbed. 308 network daemons, that didn't need to even know that the pci
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r.h | 1118 void esas2r_targ_db_remove(struct esas2r_adapter *a, struct esas2r_target *t); 1386 static inline u16 esas2r_targ_get_id(struct esas2r_target *t, in esas2r_targ_get_id() argument 1389 return (u16)(uintptr_t)(t - a->targetdb); in esas2r_targ_get_id()
|
/openbmc/u-boot/common/ |
H A D | image-fit.c | 1104 uint32_t t; in fit_set_timestamp() local 1107 t = cpu_to_uimage(timestamp); in fit_set_timestamp() 1108 ret = fdt_setprop(fit, noffset, FIT_TIMESTAMP_PROP, &t, in fit_set_timestamp()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | testimage.bbclass | 80 # musl doesn't support systemtap 352 bb.debug(2, 'test suites:\n\t%s' % '\n\t'.join([str(c) for c in suitecases]))
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 1486 #define TEST(t, c, o) do { \ in main() argument 1488 printf("\nRun test: " #t " (%s:%s)\n", c->name, o->name); \ in main() 1489 t(c, o); \ in main()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-probe.txt | 121 Dry run. With this option, --add and --del doesn't execute actual 243 …With --filter "!foo* & *bar", perf probe -V shows variables which don't start with "foo" and end w… 306 … CAP_SYSLOG users) for the above commands. Since the user-space probe doesn't need to access kalls…
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | max3420_udc.c | 1045 struct max3420_req *t = NULL; in max3420_ep_dequeue() local 1058 t = iter; in max3420_ep_dequeue() 1064 if (t) in max3420_ep_dequeue()
|
/openbmc/linux/net/sunrpc/ |
H A D | svc_xprt.c | 33 static void svc_age_temp_xprts(struct timer_list *t); 929 static void svc_age_temp_xprts(struct timer_list *t) in svc_age_temp_xprts() argument 931 struct svc_serv *serv = from_timer(serv, t, sv_temptimer); in svc_age_temp_xprts()
|
/openbmc/linux/Documentation/gpu/ |
H A D | drm-kms.rst | 72 Unfortunately encoders have been exposed to userspace, hence can't remove them 252 doesn't always allow it, but where possible plane updates on different CRTCs 275 drm_modeset_lock <drm_modeset_lock>`. As a general rule the locking shouldn't be
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | sva.rst | 16 by the device, it also doesn't require pinning pages for DMA. 191 MMIO. This doesn't scale as the number of threads becomes quite large. The 193 consumers don't need to track queue depth. If there is no space to accept
|