Home
last modified time | relevance | path

Searched refs:a (Results 21351 – 21375 of 22322) sorted by relevance

1...<<851852853854855856857858859860>>...893

/openbmc/linux/drivers/perf/
H A Darm-ccn.c604 static int arm_ccn_pmu_type_eq(u32 a, u32 b) in arm_ccn_pmu_type_eq() argument
606 if (a == b) in arm_ccn_pmu_type_eq()
609 switch (a) { in arm_ccn_pmu_type_eq()
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun4i-a10.dtsi7 * licensing only applies to this file, and not this project as a
10 * a) This library is free software; you can redistribute it and/or
23 * obtaining a copy of this software and associated documentation
/openbmc/linux/tools/perf/util/
H A Dpmu.c1690 static int sub_non_neg(int a, int b) in sub_non_neg() argument
1692 if (b > a) in sub_non_neg()
1694 return a - b; in sub_non_neg()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c95 #define INIT_ARRAY_SPEC(a) { .count = ARRAY_SIZE(a), .data = a } argument
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi.robot87 a.3.118.94 10.5.20.1 255.255.252.0 ${HTTP_BAD_REQUEST}
161 # Create a new Redfish session
417 [Documentation] Enable and Disable DHCP in a loop and verify VMI gets an IP address from DHCP
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1914 a = ovsactions()
1915 a.parse(actstr)
1916 self["attrs"].append(["OVS_FLOW_ATTR_ACTIONS", a])
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.h159 #define MWIFIEX_ALIGN_ADDR(p, a) (((long)(p) + (a) - 1) & ~((a) - 1)) argument
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-rainier.dts339 tmp275@4a {
518 tmp275@4a {
1301 tmp275@4a {
/openbmc/linux/kernel/trace/
H A Dtrace_osnoise.c706 #define timerlat_save_stack(a) do {} while (0) argument
715 #define time_sub(a, b) ((a) - (b)) argument
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dftest.S23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
825 # This test will take a non-maskable overflow directly.
980 # This test will take a non-maskable underflow directly.
1280 # a denormalized number
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-cargo-rustix-0.38.19-fix.patch12 --- a/vendor/rustix-0.38.19/src/backend/libc/termios/syscalls.rs
34 --- a/vendor/rustix-0.38.19/.cargo-checksum.json
40 --- a/vendor/rustix-0.38.19/src/fs/ioctl.rs
60 --- a/vendor/rustix-0.38.19/src/backend/libc/c.rs
/openbmc/linux/kernel/sched/
H A Ddeadline.c592 static inline bool __pushable_less(struct rb_node *a, const struct rb_node *b) in __pushable_less() argument
594 return dl_entity_preempt(&__node_2_pdl(a)->dl, &__node_2_pdl(b)->dl); in __pushable_less()
1524 static inline bool __dl_less(struct rb_node *a, const struct rb_node *b) in __dl_less() argument
1526 return dl_time_before(__node_2_dle(a)->deadline, __node_2_dle(b)->deadline); in __dl_less()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c490 unsigned long a, b, c, d; in nf_ct_get_id() local
494 a = (unsigned long)ct; in nf_ct_get_id()
501 return siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &ct_id_seed); in nf_ct_get_id()
503 return siphash_4u32((u32)a, (u32)b, (u32)c, (u32)d, &ct_id_seed); in nf_ct_get_id()
/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1369 unsigned char *a; in block_mark_swapping() local
1384 a = auxiliary; in block_mark_swapping()
1395 from_oob = a[0]; in block_mark_swapping()
1398 a[0] = from_data; in block_mark_swapping()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1276 void *a = ctx->ecdh.p + shifta - cur_sz; in hpre_ecdh_fill_curve() local
1291 fill_curve_param(a, curve->a, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve()
1700 fill_curve_param(p + sz, curve->a, len, curve->g.ndigits); in hpre_curve25519_fill_curve()
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp32.c516 static u64 jit_mod64(u64 a, u64 b) in jit_mod64() argument
520 div64_u64_rem(a, b, &rem); in jit_mod64()
791 static s64 jit_xchg64(s64 a, atomic64_t *v) in jit_xchg64() argument
793 return atomic64_xchg(v, a); in jit_xchg64()
/openbmc/qemu/
H A DMAINTAINERS6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
15 Maintainers are looking after a certain area and must be CCed on
29 Odd Fixes: It has a maintainer but they don't have time to do
34 it has been replaced by a better system and you
48 K: Keyword perl extended regex pattern to match content in a
78 F: docs/devel/submitting-a-patch.rst
79 F: docs/devel/submitting-a-pull-request.rst
206 F: hw/cpu/a*mpcore.c
[all …]
/openbmc/linux/drivers/scsi/
H A Dhpsa.c995 u32 a; in next_command() local
1009 a = FIFO_EMPTY; in next_command()
1016 return a; in next_command()
1462 (a)[7] == (b)[7] && \
1463 (a)[6] == (b)[6] && \
1464 (a)[5] == (b)[5] && \
1465 (a)[4] == (b)[4] && \
1466 (a)[3] == (b)[3] && \
1467 (a)[2] == (b)[2] && \
1468 (a)[1] == (b)[1] && \
[all …]
/openbmc/linux/fs/smb/client/
H A Dsmb2ops.c540 iface_cmp(struct cifs_server_iface *a, struct cifs_server_iface *b) in iface_cmp() argument
544 WARN_ON(!a || !b); in iface_cmp()
545 if (a->rdma_capable == b->rdma_capable) { in iface_cmp()
546 if (a->rss_capable == b->rss_capable) { in iface_cmp()
547 if (a->speed == b->speed) { in iface_cmp()
548 cmp_ret = cifs_ipaddr_cmp((struct sockaddr *) &a->sockaddr, in iface_cmp()
556 } else if (a->speed > b->speed) in iface_cmp()
560 } else if (a->rss_capable > b->rss_capable) in iface_cmp()
564 } else if (a->rdma_capable > b->rdma_capable) in iface_cmp()
/openbmc/linux/arch/arc/boot/dts/
H A Dabilis_tb101.dtsi37 pctl_gpio_a: pctl-gpio-a { /* GPIO bank A */
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Di2c_.fuc4 * Permission is hereby granted, free of charge, to any person obtaining a
/openbmc/linux/arch/powerpc/boot/dts/
H A Dyosemite.dts312 * later cannot be changed. Chip supports a second
/openbmc/linux/arch/m68k/fpsp040/
H A Dx_operr.S285 | to d0 for write out. If not, it is a real operr, and set d0.
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dp1023si-post.dtsi257 rtic_a: rtic-a@0 {
/openbmc/linux/arch/sparc/kernel/
H A Dtrampoline_64.S411 1: b,a,pt %xcc, 1b

1...<<851852853854855856857858859860>>...893