Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 1285) sorted by relevance

12345678910>>...52

/kernel/linux/linux-5.10/lib/
Dsiphash.c117 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64()
134 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64()
156 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64()
184 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64()
208 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32()
216 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32()
317 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32()
331 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32()
349 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32()
370 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32()
[all …]
/kernel/linux/linux-6.6/lib/
Dsiphash.c116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64()
133 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64()
155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64()
183 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64()
207 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32()
215 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32()
316 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32()
330 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) in hsiphash_2u32()
348 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32()
369 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third, in hsiphash_4u32()
[all …]
/kernel/linux/linux-5.10/tools/power/cpupower/lib/
Dcpufreq.h20 struct cpufreq_available_governors *first; member
26 struct cpufreq_available_frequencies *first; member
33 struct cpufreq_affected_cpus *first; member
40 struct cpufreq_stats *first; member
/kernel/linux/linux-6.6/tools/power/cpupower/lib/
Dcpufreq.h20 struct cpufreq_available_governors *first; member
26 struct cpufreq_available_frequencies *first; member
33 struct cpufreq_affected_cpus *first; member
40 struct cpufreq_stats *first; member
/kernel/linux/linux-6.6/net/netfilter/
Dnft_set_pipapo_avx2.c217 bool first, bool last) in nft_pipapo_avx2_lookup_4b_2()
280 bool first, bool last) in nft_pipapo_avx2_lookup_4b_4()
357 bool first, bool last) in nft_pipapo_avx2_lookup_4b_8()
453 bool first, bool last) in nft_pipapo_avx2_lookup_4b_12()
543 bool first, bool last) in nft_pipapo_avx2_lookup_4b_32()
679 bool first, bool last) in nft_pipapo_avx2_lookup_8b_1()
737 bool first, bool last) in nft_pipapo_avx2_lookup_8b_2()
802 bool first, bool last) in nft_pipapo_avx2_lookup_8b_4()
878 bool first, bool last) in nft_pipapo_avx2_lookup_8b_6()
964 bool first, bool last) in nft_pipapo_avx2_lookup_8b_16()
[all …]
/kernel/linux/linux-5.10/net/netfilter/
Dnft_set_pipapo_avx2.c217 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_4b_2()
279 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_4b_4()
355 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_4b_8()
450 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_4b_12()
539 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_4b_32()
674 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_8b_1()
731 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_8b_2()
795 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_8b_4()
870 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_8b_6()
955 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_8b_16()
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
Dsysfillrect.c28 unsigned long first, last; in bitfill_aligned() local
74 unsigned long first, last; in bitfill_unaligned() local
129 unsigned long first, last; in bitfill_aligned_rev() local
185 unsigned long first, last; in bitfill_unaligned_rev() local
Dcfbfillrect.c38 unsigned long first, last; in bitfill_aligned() local
95 unsigned long first, last; in bitfill_unaligned() local
151 unsigned long first, last; in bitfill_aligned_rev() local
221 unsigned long first, last, dat; in bitfill_unaligned_rev() local
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dsysfillrect.c28 unsigned long first, last; in bitfill_aligned() local
84 unsigned long first, last; in bitfill_unaligned() local
139 unsigned long first, last; in bitfill_aligned_rev() local
195 unsigned long first, last; in bitfill_unaligned_rev() local
Dcfbfillrect.c38 unsigned long first, last; in bitfill_aligned() local
95 unsigned long first, last; in bitfill_unaligned() local
151 unsigned long first, last; in bitfill_aligned_rev() local
221 unsigned long first, last, dat; in bitfill_unaligned_rev() local
/kernel/linux/linux-6.6/ipc/
Dsyscall.c20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc()
110 SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second, in SYSCALL_DEFINE6() argument
130 int compat_ksys_ipc(u32 call, int first, int second, in compat_ksys_ipc()
205 COMPAT_SYSCALL_DEFINE6(ipc, u32, call, int, first, int, second, in COMPAT_SYSCALL_DEFINE6() argument
/kernel/linux/linux-5.10/ipc/
Dsyscall.c20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc()
110 SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second, in SYSCALL_DEFINE6() argument
130 int compat_ksys_ipc(u32 call, int first, int second, in compat_ksys_ipc()
205 COMPAT_SYSCALL_DEFINE6(ipc, u32, call, int, first, int, second, in COMPAT_SYSCALL_DEFINE6() argument
/kernel/linux/linux-5.10/drivers/net/wireguard/
Dsend.c242 static void wg_packet_create_data_done(struct wg_peer *peer, struct sk_buff *first) in wg_packet_create_data_done()
267 struct sk_buff *first; in wg_packet_tx_worker() local
291 struct sk_buff *first, *skb, *next; in wg_packet_encrypt_worker() local
311 static void wg_packet_create_data(struct wg_peer *peer, struct sk_buff *first) in wg_packet_create_data()
/kernel/linux/linux-6.6/drivers/net/wireguard/
Dsend.c242 static void wg_packet_create_data_done(struct wg_peer *peer, struct sk_buff *first) in wg_packet_create_data_done()
267 struct sk_buff *first; in wg_packet_tx_worker() local
291 struct sk_buff *first, *skb, *next; in wg_packet_encrypt_worker() local
311 static void wg_packet_create_data(struct wg_peer *peer, struct sk_buff *first) in wg_packet_create_data()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
Dibmvnic.h207 u8 first; member
225 u8 first; member
252 u8 first; member
264 u8 first; member
272 u8 first; member
285 u8 first; member
301 u8 first; member
306 u8 first; member
321 u8 first; member
328 u8 first; member
[all …]
/kernel/linux/linux-5.10/fs/
Dbinfmt_script.c19 static inline const char *next_non_spacetab(const char *first, const char *last) in next_non_spacetab()
26 static inline const char *next_terminator(const char *first, const char *last) in next_terminator()
/kernel/linux/linux-6.6/fs/
Dbinfmt_script.c19 static inline const char *next_non_spacetab(const char *first, const char *last) in next_non_spacetab()
26 static inline const char *next_terminator(const char *first, const char *last) in next_terminator()
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/
Dsafexcel_ring.c79 bool first, in safexcel_ring_next_cwptr()
181 bool first, bool last, in safexcel_add_cdesc()
226 bool first, bool last, in safexcel_add_rdesc()
/kernel/linux/linux-5.10/tools/perf/util/
Devsel_fprintf.c15 static int comma_fprintf(FILE *fp, bool *first, const char *fmt, ...) in comma_fprintf()
40 bool first = true; in evsel__fprintf() local
119 bool first = true; in sample__fprintf_callchain() local
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_types.c69 xfs_agino_t *first, in xfs_agino_range()
102 xfs_agino_t first; in xfs_verify_agino() local
192 xfs_agino_t first, last; in xfs_icount_range() local
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
Dsafexcel_ring.c79 bool first, in safexcel_ring_next_cwptr()
181 bool first, bool last, in safexcel_add_cdesc()
226 bool first, bool last, in safexcel_add_rdesc()
/kernel/linux/linux-6.6/tools/perf/util/
Devsel_fprintf.c20 static int comma_fprintf(FILE *fp, bool *first, const char *fmt, ...) in comma_fprintf()
45 bool first = true; in evsel__fprintf() local
128 bool first = true; in sample__fprintf_callchain() local
/kernel/linux/linux-6.6/drivers/crypto/rockchip/
Drk3288_crypto.c36 struct rk_crypto_info *first; in get_rk_crypto() local
319 struct rk_crypto_info *crypto_info, *first; in rk_crypto_probe() local
411 struct rk_crypto_info *first; in rk_crypto_remove() local
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
Didle.c228 int first = cpu_first_thread_sibling(cpu); in atomic_start_thread_idle() local
238 int first = cpu_first_thread_sibling(cpu); in atomic_stop_thread_idle() local
248 int first = cpu_first_thread_sibling(cpu); in atomic_lock_thread_idle() local
258 int first = cpu_first_thread_sibling(cpu); in atomic_unlock_and_stop_thread_idle() local
281 int first = cpu_first_thread_sibling(cpu); in atomic_unlock_thread_idle() local
317 int first = cpu_first_thread_sibling(cpu); in power7_idle_insn() local
611 int first = cpu_first_thread_sibling(cpu); in power9_idle_stop() local
896 int first = cpu_first_thread_sibling(cpu); in power10_idle_stop() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Didle.c228 int first = cpu_first_thread_sibling(cpu); in atomic_start_thread_idle() local
238 int first = cpu_first_thread_sibling(cpu); in atomic_stop_thread_idle() local
248 int first = cpu_first_thread_sibling(cpu); in atomic_lock_thread_idle() local
258 int first = cpu_first_thread_sibling(cpu); in atomic_unlock_and_stop_thread_idle() local
279 int first = cpu_first_thread_sibling(cpu); in atomic_unlock_thread_idle() local
315 int first = cpu_first_thread_sibling(cpu); in power7_idle_insn() local
608 int first = cpu_first_thread_sibling(cpu); in power9_idle_stop() local
897 int first = cpu_first_thread_sibling(cpu); in power10_idle_stop() local

12345678910>>...52