Searched refs:big (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_global_func10.c20 __noinline int foo(const struct Big *big) argument
22 if (!big)
25 return bpf_get_prandom_u32() < big->y;
/linux-master/arch/arm/boot/compressed/
H A Dbig-endian.S3 * linux/arch/arm/boot/compressed/big-endian.S
5 * Switch CPU into big endian mode.
12 orr r0, r0, #(1 << 7) @ enable big endian mode
H A DMakefile46 OBJS += big-endian.o
/linux-master/tools/perf/tests/shell/
H A Dstat_bpf_counters.sh44 base_cycles=$(perf stat --no-big-num -e cycles -- $workload 2>&1 | awk '/cycles/ {print $1}')
45 bpf_cycles=$(perf stat --no-big-num --bpf-counters -e cycles -- $workload 2>&1 | awk '/cycles/ {print $1}')
54 stat_output=$(perf stat --no-big-num -e cycles/name=base_cycles/,cycles/name=bpf_cycles/b -- $workload 2>&1)
H A Dstat+shadow_stat.sh17 perf stat -a --no-big-num -e cycles,instructions sleep 1 2>&1 | \
56 perf stat -a -A --no-big-num -e cycles,instructions sleep 1 2>&1 | \
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dpq3-mpic.dtsi42 big-endian;
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c107 bool big = bo->size >= SZ_2M; local
109 const char *str = big ? "Copying big bo" : "Copying small bo";
139 if (!sanity_fence_failed(xe, fence, big ? "Clearing remote big bo" :
157 if (!sanity_fence_failed(xe, fence, big ? "Copying big bo remote -> vram" :
174 if (!sanity_fence_failed(xe, fence, big ? "Copying big bo vram -> remote" :
267 struct xe_bo *pt, *bo = m->pt_bo, *big, *tin local
[all...]
/linux-master/arch/arm/boot/dts/nvidia/
H A DMakefile11 tegra124-nyan-big.dtb \
12 tegra124-nyan-big-fhd.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/nvidia/
H A DMakefile11 tegra124-nyan-big.dtb \
12 tegra124-nyan-big-fhd.dtb \
/linux-master/drivers/misc/lkdtm/
H A Dfortify.c145 char big[10]; member in union:__anon42::__anon43
148 } weird = { .big = "hello!" };
/linux-master/kernel/bpf/preload/iterators/
H A DMakefile40 big: iterators.lskel-big-endian.h
/linux-master/net/bluetooth/
H A Dhci_conn.c670 u8 big; member in union:iso_list_data::__anon3355
691 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET ||
702 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis);
711 return hci_le_terminate_big_sync(hdev, d->big,
725 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big,
732 d->big = conn->iso_qos.bcast.big;
771 hci_le_big_terminate(struct hci_dev *hdev, u8 big, struct hci_conn *conn) argument
1423 u8 big; local
[all...]
H A Diso.c607 bdaddr_t *dst, uint8_t big)
629 if (iso_pi(sk)->qos.bcast.big != big)
700 iso_pi(sk)->qos.bcast.big);
798 .big = BT_ISO_QOS_BIG_UNSET,
1733 return ev->handle == iso_pi(sk)->qos.bcast.big;
606 iso_get_sock_big(struct sock *match_sk, bdaddr_t *src, bdaddr_t *dst, uint8_t big) argument
/linux-master/drivers/media/dvb-frontends/
H A Dstv0299.c217 u64 big = srate; local
224 big = big << 20;
225 big += (state->config->mclk-1); // round correctly
226 do_div(big, state->config->mclk);
227 ratio = big << 4;
H A Dtda10086.c291 u64 big; local
337 big = (1ULL<<21) * ((u64) symbol_rate/1000ULL) * (1ULL<<dfn);
338 big += ((SACLK/1000ULL)-1ULL);
339 do_div(big, (SACLK/1000ULL));
340 bdr = big & 0xfffff;
/linux-master/arch/x86/mm/
H A Dnuma_emulation.c89 int big; local
109 * Calculate the number of big nodes that can be allocated as a result
112 big = ((size & ~FAKE_NODE_MIN_HASH_MASK) * nr_nodes) /
141 if (nid < big)
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S124 .long 0x100000 ! 0x100000 = default for big kernel
/linux-master/arch/arm/lib/
H A Dlib1funcs.S63 @ Unless the divisor is very big, shift it up in multiples of
73 @ For very big divisors, we must shift it a bit at a time, or
150 @ Unless the divisor is very big, shift it up in multiples of
160 @ For very big divisors, we must shift it a bit at a time, or
/linux-master/arch/sh/lib/
H A Dmemset-sh4.S37 ! Check if enough bytes need to be copied to be worth the big loop
H A Dmemcpy-sh4.S286 ! big
318 bf .Lcase00b ! 108 BR (big loop)
396 ! Size is at least 64 bytes, so will be going round the big loop at least once.
598 ! Size is at least 64 bytes, so will be going round the big loop at least once.
/linux-master/arch/arm/kernel/
H A Dhead.S549 ARM_BE8(rev r0, r0) @ byteswap if big endian
578 THUMB( mov r6, r6, ror #16 ) @ Convert word order for big-endian.
/linux-master/include/net/bluetooth/
H A Dhci_core.h1115 __u8 big, __u8 bis)
1127 if (c->iso_qos.bcast.big == big &&
1271 if (handle == c->iso_qos.bcast.big) {
1295 if (handle == c->iso_qos.bcast.big) {
1307 hci_conn_hash_lookup_pa_sync_big_handle(struct hci_dev *hdev, __u8 big) argument
1319 if (c->iso_qos.bcast.big == big) {
1113 hci_conn_hash_lookup_per_adv_bis(struct hci_dev *hdev, bdaddr_t *ba, __u8 big, __u8 bis) argument
H A Dbluetooth.h188 __u8 big; member in struct:bt_iso_bcast_qos
/linux-master/arch/powerpc/boot/
H A Dwrapper600 rm -f "$odir"/{otheros,otheros-too-big}.bld
604 bld="otheros-too-big.bld"
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4063 struct seccomp_notif_addfd_big big = {}; local
4131 memset(&big, 0xAA, sizeof(big));
4132 big.addfd = addfd;
4133 EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_ADDFD_BIG, &big), -1);
4144 memset(&big, 0x0, sizeof(big));
4145 big.addfd = addfd;
4146 fd = ioctl(listener, SECCOMP_IOCTL_NOTIF_ADDFD_BIG, &big);

Completed in 494 milliseconds

12