Home
last modified time | relevance | path

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

12345678910>>...27

/linux-6.3-rc2/lib/
A Dsiphash.c116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64()
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()
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()
458 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key) in hsiphash_1u32()
494 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32()
[all …]
A Dplist.c75 struct plist_node *first, *iter, *prev = NULL; in plist_add() local
185 struct plist_node *first, *prio_pos, *node_pos; in plist_test_check() local
/linux-6.3-rc2/tools/power/cpupower/lib/
A 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
A Dcpufreq.c273 struct cpufreq_available_governors *first = NULL; in cpufreq_get_available_governors() local
347 struct cpufreq_available_frequencies *first = NULL; in cpufreq_get_available_frequencies() local
403 struct cpufreq_available_frequencies *first = NULL; in cpufreq_get_boost_frequencies() local
479 struct cpufreq_affected_cpus *first = NULL; in sysfs_get_cpu_list() local
710 struct cpufreq_stats *first = NULL; in cpufreq_get_stats() local
/linux-6.3-rc2/net/netfilter/
A Dnft_set_pipapo_avx2.c219 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_4b_2()
281 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_4b_4()
357 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_4b_8()
452 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_4b_12()
541 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_4b_32()
676 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_8b_1()
733 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_8b_2()
797 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_8b_4()
872 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_8b_6()
957 const u8 *pkt, bool first, bool last) in nft_pipapo_avx2_lookup_8b_16()
[all …]
/linux-6.3-rc2/drivers/video/fbdev/core/
A 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
A 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
A Dsyscopyarea.c31 unsigned long first, last; in bitcpy() local
174 unsigned long first, last; in bitcpy_rev() local
A Dcfbcopyarea.c50 unsigned long first, last; in bitcpy() local
216 unsigned long first, last; in bitcpy_rev() local
/linux-6.3-rc2/ipc/
A 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
/linux-6.3-rc2/drivers/net/wireguard/
A 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()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A 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
609 int first = cpu_first_thread_sibling(cpu); in power9_idle_stop() local
894 int first = cpu_first_thread_sibling(cpu); in power10_idle_stop() local
/linux-6.3-rc2/drivers/crypto/inside-secure/
A 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()
/linux-6.3-rc2/tools/perf/util/
A Devsel_fprintf.c19 static int comma_fprintf(FILE *fp, bool *first, const char *fmt, ...) in comma_fprintf()
44 bool first = true; in evsel__fprintf() local
126 bool first = true; in sample__fprintf_callchain() local
/linux-6.3-rc2/fs/
A 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()
/linux-6.3-rc2/drivers/crypto/rockchip/
A Drk3288_crypto.c29 struct rk_crypto_info *first; in get_rk_crypto() local
310 struct rk_crypto_info *crypto_info, *first; in rk_crypto_probe() local
402 struct rk_crypto_info *first; in rk_crypto_remove() local
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_sdlb.c139 u32 *first) in sparx5_sdlb_group_get_adjacent()
235 u32 first, u32 next, bool empty) in sparx5_sdlb_group_link()
260 u32 first, next; in sparx5_sdlb_group_add() local
275 u32 first, next, prev; in sparx5_sdlb_group_del() local
/linux-6.3-rc2/drivers/net/ethernet/ibm/
A Dibmvnic.h248 u8 first; member
264 u8 first; member
291 u8 first; member
303 u8 first; member
311 u8 first; member
324 u8 first; member
340 u8 first; member
345 u8 first; member
360 u8 first; member
367 u8 first; member
[all …]
/linux-6.3-rc2/arch/arm/include/asm/
A Dopcodes.h151 #define __opcode_thumb32_compose(first, second) ( \ argument
157 #define ___asm_opcode_thumb32_compose(first, second) ( \ argument
225 #define ___inst_thumb32(first, second) .short first, second argument
229 #define ___inst_thumb32(first, second) \ argument
/linux-6.3-rc2/virt/kvm/
A Dasync_pf.c54 bool first; in async_pf_execute() local
206 bool first; in kvm_async_pf_wakeup_all() local
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_txrx.c36 struct ice_tx_buf *tx_buf, *first; in ice_prgm_fdir_fltr() local
1163 u32 first; in ice_clean_rx_irq() local
1641 ice_tx_map(struct ice_tx_ring *tx_ring, struct ice_tx_buf *first, in ice_tx_map()
1794 int ice_tx_csum(struct ice_tx_buf *first, struct ice_tx_offload_params *off) in ice_tx_csum()
1987 ice_tx_prepare_vlan_flags(struct ice_tx_ring *tx_ring, struct ice_tx_buf *first) in ice_tx_prepare_vlan_flags()
2018 int ice_tso(struct ice_tx_buf *first, struct ice_tx_offload_params *off) in ice_tso()
2301 struct ice_tx_buf *first, struct ice_tx_offload_params *off) in ice_tstamp()
2341 struct ice_tx_buf *first; in ice_xmit_frame_ring() local
/linux-6.3-rc2/mm/
A Dinterval_tree.c93 unsigned long first, unsigned long last) in anon_vma_interval_tree_iter_first()
100 unsigned long first, unsigned long last) in anon_vma_interval_tree_iter_next()
/linux-6.3-rc2/include/linux/
A Dlist_nulls.h22 struct hlist_nulls_node *first; member
94 struct hlist_nulls_node *first = h->first; in hlist_nulls_add_head() local
A Dllist.h57 struct llist_node *first; member
244 struct llist_node *first = head->first; in __llist_del_all() local
/linux-6.3-rc2/tools/perf/ui/stdio/
A Dhist.c336 bool first; in __callchain__fprintf_folded() local
421 bool first = true; in __hist_entry__snprintf() local
468 bool first = true; in hist_entry__hierarchy_fprintf() local
733 bool first = true; in fprintf_line() local
761 bool first = true; in hists__fprintf_standard_headers() local

Completed in 52 milliseconds

12345678910>>...27