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

12

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_global_func10.c16 __noinline int foo(const struct Big *big) argument
18 if (!big)
21 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 DMakefile53 OBJS += big-endian.o
/linux-master/tools/perf/tests/shell/
H A Dstat_bpf_counters.sh33 base_cycles=$(perf stat --no-big-num -e cycles -- perf bench sched messaging -g 1 -l 100 -t 2>&1 | awk '/cycles/ {print $1}')
38 bpf_cycles=$(perf stat --no-big-num --bpf-counters -e cycles -- perf bench sched messaging -g 1 -l 100 -t 2>&1 | awk '/cycles/ {print $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.c106 bool big = bo->size >= SZ_2M; local
108 const char *str = big ? "Copying big bo" : "Copying small bo";
138 if (!sanity_fence_failed(xe, fence, big ? "Clearing remote big bo" :
156 if (!sanity_fence_failed(xe, fence, big ? "Copying big bo remote -> vram" :
173 if (!sanity_fence_failed(xe, fence, big ? "Copying big bo vram -> remote" :
266 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.c675 u8 big; member in union:iso_list_data::__anon146
696 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET ||
707 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis);
716 return hci_le_terminate_big_sync(hdev, d->big,
730 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big,
737 d->big = conn->iso_qos.bcast.big;
776 hci_le_big_terminate(struct hci_dev *hdev, u8 big, struct hci_conn *conn) argument
1396 u8 big; local
[all...]
H A Diso.c635 bdaddr_t *dst, uint8_t big)
657 if (iso_pi(sk)->qos.bcast.big != big)
728 iso_pi(sk)->qos.bcast.big);
826 .big = BT_ISO_QOS_BIG_UNSET,
1748 return ev->handle == iso_pi(sk)->qos.bcast.big;
634 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.h1153 __u8 big, __u8 bis)
1165 if (c->iso_qos.bcast.big == big &&
1309 if (handle == c->iso_qos.bcast.big) {
1333 if (handle == c->iso_qos.bcast.big) {
1345 hci_conn_hash_lookup_pa_sync_big_handle(struct hci_dev *hdev, __u8 big) argument
1357 if (c->iso_qos.bcast.big == big) {
1151 hci_conn_hash_lookup_per_adv_bis(struct hci_dev *hdev, bdaddr_t *ba, __u8 big, __u8 bis) argument
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-fw.c1265 static int relative_prime(int big, int little) argument
1270 remainder = big % little;
1271 big = little;
1274 return big;
/linux-master/arch/arm/mm/
H A Dproc-v6.S223 ARM_BE8(orr r6, r6, #1 << 25) @ big-endian page tables
/linux-master/arch/powerpc/boot/
H A Dwrapper600 rm -f "$odir"/{otheros,otheros-too-big}.bld
604 bld="otheros-too-big.bld"

Completed in 333 milliseconds

12