Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_global_func10.c16 __noinline int foo(const struct Big *big) in foo() argument
18 if (!big) in foo()
21 return bpf_get_prandom_u32() < big->y; in foo()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_conn.c728 u8 big; member
749 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list()
760 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis); in terminate_big_sync()
768 return hci_le_terminate_big_sync(hdev, d->big, in terminate_big_sync()
782 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big()
789 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big()
817 hci_le_big_terminate(struct hci_dev *hdev, u8 big, struct hci_conn *conn) hci_le_big_terminate() argument
1463 u8 big; qos_set_big() local
[all...]
/kernel/linux/linux-6.6/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.sh15 perf stat -a --no-big-num -e cycles,instructions sleep 1 2>&1 | \
46 perf stat -a -A --no-big-num -e cycles,instructions sleep 1 2>&1 | \
/kernel/linux/linux-6.6/drivers/misc/lkdtm/
H A Dfortify.c145 char big[10]; in lkdtm_FORTIFY_STRSCPY() member
148 } weird = { .big = "hello!" }; in lkdtm_FORTIFY_STRSCPY()
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
H A DMakefile40 big: iterators.lskel-big-endian.h
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dstv0299.c216 u64 big = srate; in stv0299_set_symbolrate() local
223 big = big << 20; in stv0299_set_symbolrate()
224 big += (state->config->mclk-1); // round correctly in stv0299_set_symbolrate()
225 do_div(big, state->config->mclk); in stv0299_set_symbolrate()
226 ratio = big << 4; in stv0299_set_symbolrate()
H A Dtda10086.c291 u64 big; in tda10086_set_symbol_rate() local
337 big = (1ULL<<21) * ((u64) symbol_rate/1000ULL) * (1ULL<<dfn); in tda10086_set_symbol_rate()
338 big += ((SACLK/1000ULL)-1ULL); in tda10086_set_symbol_rate()
339 do_div(big, (SACLK/1000ULL)); in tda10086_set_symbol_rate()
340 bdr = big & 0xfffff; in tda10086_set_symbol_rate()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstv0299.c217 u64 big = srate; in stv0299_set_symbolrate() local
224 big = big << 20; in stv0299_set_symbolrate()
225 big += (state->config->mclk-1); // round correctly in stv0299_set_symbolrate()
226 do_div(big, state->config->mclk); in stv0299_set_symbolrate()
227 ratio = big << 4; in stv0299_set_symbolrate()
H A Dtda10086.c291 u64 big; in tda10086_set_symbol_rate() local
337 big = (1ULL<<21) * ((u64) symbol_rate/1000ULL) * (1ULL<<dfn); in tda10086_set_symbol_rate()
338 big += ((SACLK/1000ULL)-1ULL); in tda10086_set_symbol_rate()
339 do_div(big, (SACLK/1000ULL)); in tda10086_set_symbol_rate()
340 bdr = big & 0xfffff; in tda10086_set_symbol_rate()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H A Dhead.S45 .long 0x100000 ; 0x100000 = default for big kernel
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dnuma_emulation.c89 int big; in split_nodes_interleave() local
109 * Calculate the number of big nodes that can be allocated as a result in split_nodes_interleave()
112 big = ((size & ~FAKE_NODE_MIN_HASH_MASK) * nr_nodes) / in split_nodes_interleave()
141 if (nid < big) in split_nodes_interleave()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dnuma_emulation.c89 int big; in split_nodes_interleave() local
109 * Calculate the number of big nodes that can be allocated as a result in split_nodes_interleave()
112 big = ((size & ~FAKE_NODE_MIN_HASH_MASK) * nr_nodes) / in split_nodes_interleave()
141 if (nid < big) in split_nodes_interleave()
/kernel/linux/linux-5.10/arch/sh/boot/compressed/
H A Dhead_32.S124 .long 0x100000 ! 0x100000 = default for big kernel
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A DMakefile53 OBJS += big-endian.o
/kernel/linux/linux-6.6/arch/sh/boot/compressed/
H A Dhead_32.S124 .long 0x100000 ! 0x100000 = default for big kernel
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h1133 __u8 big, __u8 bis) in hci_conn_hash_lookup_per_adv_bis()
1145 if (c->iso_qos.bcast.big == big && in hci_conn_hash_lookup_per_adv_bis()
1289 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big()
1312 if (handle != BT_ISO_QOS_BIG_UNSET && handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big_any_dst()
1324 hci_conn_hash_lookup_pa_sync_big_handle(struct hci_dev *hdev, __u8 big) in hci_conn_hash_lookup_pa_sync_big_handle() argument
1336 if (c->iso_qos.bcast.big == big) { in hci_conn_hash_lookup_pa_sync_big_handle()
1131 hci_conn_hash_lookup_per_adv_bis(struct hci_dev *hdev, bdaddr_t *ba, __u8 big, __u8 bis) hci_conn_hash_lookup_per_adv_bis() argument
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3971 struct seccomp_notif_addfd_big big = {}; in TEST() local
4029 memset(&big, 0xAA, sizeof(big)); in TEST()
4030 big.addfd = addfd; in TEST()
4031 EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_ADDFD_BIG, &big), -1); in TEST()
4045 memset(&big, 0x0, sizeof(big)); in TEST()
4046 big.addfd = addfd; in TEST()
4047 fd = ioctl(listener, SECCOMP_IOCTL_NOTIF_ADDFD_BIG, &big); in TEST()
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A DMakefile53 OBJS += big-endian.o
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Ddo_func.S306 beqs smod_zsn |if clr, do not set sign big
318 beqs smod_fsn |if clr, do not set sign big
386 beqs srem_zsn |if clr, do not set sign big
398 beqs srem_fsn |if clr, do not set sign big
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Ddo_func.S306 beqs smod_zsn |if clr, do not set sign big
318 beqs smod_fsn |if clr, do not set sign big
386 beqs srem_zsn |if clr, do not set sign big
398 beqs srem_fsn |if clr, do not set sign big
/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_plugin.c331 int big = snd_pcm_format_big_endian(format) > 0; in snd_pcm_plug_slave_format() local
345 badness += snd_pcm_format_big_endian(f) != big; in snd_pcm_plug_slave_format()

Completed in 23 milliseconds

123