/openbmc/linux/drivers/pci/ |
H A D | Kconfig | 52 If you don't know what to do here, say Y. 231 Use the BIOS defaults; don't touch MPS at all. This is the same
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_fence.c | 325 static void amdgpu_fence_fallback(struct timer_list *t) in amdgpu_fence_fallback() argument 327 struct amdgpu_ring *ring = from_timer(ring, t, in amdgpu_fence_fallback()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_fragment.c | 133 static void ip_expire(struct timer_list *t) in ip_expire() argument 135 struct inet_frag_queue *frag = from_timer(frag, t, timer); in ip_expire()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0001-platform-corstone1000-Update-MPU-configuration.patch | 53 +# the SRAM so the PSA_ROT_LINKER_CODE, TFM_UNPRIV_CODE and APP_ROT_LINKER_CODE don't have to 224 + * don't have to be aligned and memory space can be saved.
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | test_bridge_neigh_suppress.sh | 837 for t in $TESTS 839 setup; $t; cleanup;
|
H A D | fib_nexthops.sh | 2425 while getopts :t:pP46hvw: o 2465 for t in $TESTS 2467 case $t in 2469 *) setup; $t; cleanup;;
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_comp.c | 115 void retransmit_timer(struct timer_list *t) in retransmit_timer() argument 117 struct rxe_qp *qp = from_timer(qp, t, retrans_timer); in retransmit_timer()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fw_reset.c | 263 static void poll_sync_reset(struct timer_list *t) in poll_sync_reset() argument 265 struct mlx5_fw_reset *fw_reset = from_timer(fw_reset, t, timer); in poll_sync_reset()
|
/openbmc/linux/arch/parisc/ |
H A D | Kconfig | 288 If you don't know what to do, choose 4KB. 314 If you don't know what to do here, say N.
|
/openbmc/linux/drivers/dma/ |
H A D | altera-msgdma.c | 681 static void msgdma_tasklet(struct tasklet_struct *t) in msgdma_tasklet() argument 683 struct msgdma_device *mdev = from_tasklet(mdev, t, irq_tasklet); in msgdma_tasklet()
|
/openbmc/entity-manager/docs/ |
H A D | my_first_sensors.md | 204 .Address property t 76 emits-change 205 .Bus property t 18 emits-change
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | syscall_64.tbl | 7 # should be added, e.g. we don't use lseek when llseek 346 # 295 through 402 are unassigned to sync up with generic numbers don't use
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | syscall.tbl | 7 # should be added, e.g. we don't use lseek when llseek 346 # 295 through 402 are unassigned to sync up with generic numbers don't use
|
/openbmc/qemu/linux-user/openrisc/ |
H A D | syscall.tbl | 7 # should be added, e.g. we don't use lseek when llseek 346 # 295 through 402 are unassigned to sync up with generic numbers don't use
|
/openbmc/qemu/linux-user/riscv/ |
H A D | syscall.tbl | 7 # should be added, e.g. we don't use lseek when llseek 346 # 295 through 402 are unassigned to sync up with generic numbers don't use
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | syscall.tbl | 7 # should be added, e.g. we don't use lseek when llseek 346 # 295 through 402 are unassigned to sync up with generic numbers don't use
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
H A D | 0001-Make-ndiff-support-python3.patch | 1070 - warn(u"Can't convert extraports count \"%s\" " 1071 + warn("Can't convert extraports count \"%s\" " 1093 - warn(u"Can't convert portid \"%s\" to an integer " 1094 + warn("Can't convert portid \"%s\" to an integer " 1230 -v, --verbose also show hosts and ports that haven't changed. 1282 - print >> sys.stderr, u"Can't open file: %s" % str(e) 1284 + print("Can't open file: %s" % str(e), file=sys.stderr) 1345 # This test is commented out because Nmap XML doesn't store any information 1565 # inside the root), but if it does, be safe and don't 1631 log.error("Couldn't open the installation record '%s'. "
|
/openbmc/linux/sound/pci/ |
H A D | intel8x0.c | 2644 unsigned long pos, pos1, t; in intel8x0_measure_ac97_clock() local 2734 t = ktime_us_delta(stop_time, start_time); in intel8x0_measure_ac97_clock() 2736 "%s: measured %lu usecs (%lu samples)\n", __func__, t, pos); in intel8x0_measure_ac97_clock() 2737 if (t == 0) { in intel8x0_measure_ac97_clock() 2742 pos = (pos / t) * 1000 + ((pos % t) * 1000) / t; in intel8x0_measure_ac97_clock()
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | qa-checks.rst | 98 - ``<packagename1> rdepends on <packagename2>, but it isn't a build dependency? [build-deps]`` 243 - ``File '<file>' in package '<package>' doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags]`` 407 - ``<packagename> doesn't match the [a-z0-9.+-]+ regex [pkgname]`` 621 - ``<recipename>: recipe doesn't inherit features_check [unhandled-features-check]`` 634 - ``<recipename>: recipe defines ALTERNATIVE:<packagename> but doesn't inherit update-alternatives.… 657 ``perllocal.pod`` is an index file of locally installed modules and so shouldn't be
|
/openbmc/linux/drivers/md/bcache/ |
H A D | super.c | 1195 struct cached_dev *exist_dc, *t; in bch_cached_dev_attach() local 1220 list_for_each_entry_safe(exist_dc, t, &c->cached_devs, list) { in bch_cached_dev_attach() 1974 struct cached_dev *dc, *t; in run_cache_set() local 2125 list_for_each_entry_safe(dc, t, &uncached_devices, list) in run_cache_set() 2415 struct cached_dev *dc, *t; in bch_is_open_backing() local 2418 list_for_each_entry_safe(dc, t, &c->cached_devs, list) in bch_is_open_backing() 2421 list_for_each_entry_safe(dc, t, &uncached_devices, list) in bch_is_open_backing()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 2946 TCGv_i64 t = tcg_temp_new_i64(); 2958 tcg_gen_shli_i64(t, d, 7); 2959 tcg_gen_or_i64(d, d, t); 2960 tcg_gen_shli_i64(t, d, 14); 2961 tcg_gen_or_i64(d, d, t); 2962 tcg_gen_shli_i64(t, d, 28); 2963 tcg_gen_or_i64(d, d, t); 2974 tcg_gen_or_vec(vece, d, d, t); 2976 tcg_gen_or_vec(vece, d, d, t); 2978 tcg_gen_or_vec(vece, d, d, t); [all …]
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_erp.c | 616 void zfcp_erp_timeout_handler(struct timer_list *t) in zfcp_erp_timeout_handler() argument 618 struct zfcp_fsf_req *fsf_req = from_timer(fsf_req, t, timer); in zfcp_erp_timeout_handler() 630 static void zfcp_erp_memwait_handler(struct timer_list *t) in zfcp_erp_memwait_handler() argument 632 struct zfcp_erp_action *act = from_timer(act, t, timer); in zfcp_erp_memwait_handler()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | serpent-sse2-x86_64-asm_64.S | 373 #define get_key(i, j, t) \ argument 374 movd (4*(i)+(j))*4(CTX), t; \ 375 pshufd $0, t, t;
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 1875 unsigned int t = atoi(argv[arg]); in main() local 1877 if (t < to) { in main() 1878 from = t; in main() 1879 to = t + 1; in main()
|
/openbmc/linux/net/nfc/ |
H A D | llcp_core.c | 244 static void nfc_llcp_symm_timer(struct timer_list *t) in nfc_llcp_symm_timer() argument 246 struct nfc_llcp_local *local = from_timer(local, t, link_timer); in nfc_llcp_symm_timer() 287 static void nfc_llcp_sdreq_timer(struct timer_list *t) in nfc_llcp_sdreq_timer() argument 289 struct nfc_llcp_local *local = from_timer(local, t, sdreq_timer); in nfc_llcp_sdreq_timer()
|