Home
last modified time | relevance | path

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

12345678910>>...22

/linux/lib/
H A 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 …]
H A Dplist.c75 struct plist_node *first, *iter, *prev = NULL, *last, *reverse_iter; in plist_add() local
195 struct plist_node *first, *prio_pos, *node_pos; in plist_test_check() local
/linux/net/netfilter/
H A 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 …]
/linux/drivers/video/fbdev/core/
H 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
H 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
H A Dsyscopyarea.c31 unsigned long first, last; in bitcpy() local
174 unsigned long first, last; in bitcpy_rev() local
H A Dcfbcopyarea.c50 unsigned long first, last; in bitcpy() local
216 unsigned long first, last; in bitcpy_rev() local
/linux/ipc/
H 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/drivers/net/wireguard/
H 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/tools/power/cpupower/bindings/python/
H A Draw_pylibcpupower.i
/linux/drivers/crypto/inside-secure/
H 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/fs/
H 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/virt/kvm/
H A Dasync_pf.c54 bool first; in async_pf_execute() local
219 bool first; in kvm_async_pf_wakeup_all() local
/linux/mm/
H 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/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c68 u64 first; member
317 u64 first = 0, second; in tcp_prepare_cookie() local
466 u64 first = 0, second; in tcp_validate_cookie() local
/linux/arch/arm/include/asm/
H A Dopcodes.h151 #define __opcode_thumb32_compose(first, second) ( \ argument
157 #define ___asm_opcode_thumb32_compose(first, second) ( \ argument
229 #define ___inst_thumb32(first, second) \ argument
/linux/drivers/platform/x86/intel/ifs/
H A Druntest.c187 int first; in doscan() local
314 int first; in do_array_test() local
372 int first; in do_array_test_gen1() local
515 int first; in dosbaf() local
/linux/tools/workqueue/
H A Dwq_dump.py231 first = True variable
235 first = False variable
/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h16 struct arena_list_node __arena *first; member
45 arena_list_node_t *first = h->first, * __arena *tmp; in list_add_head() local
/linux/include/linux/
H A Dlist_nulls.h22 struct hlist_nulls_node *first; member
94 struct hlist_nulls_node *first = h->first; in hlist_nulls_add_head() local
/linux/tools/perf/ui/stdio/
H 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
/linux/include/net/
H A Dxdp_sock_drv.h147 static inline struct xdp_buff *xsk_buff_get_frag(const struct xdp_buff *first) in xsk_buff_get_frag()
170 static inline struct xdp_buff *xsk_buff_get_tail(struct xdp_buff *first) in xsk_buff_get_tail()
362 static inline struct xdp_buff *xsk_buff_get_frag(const struct xdp_buff *first) in xsk_buff_get_frag()
371 static inline struct xdp_buff *xsk_buff_get_tail(struct xdp_buff *first) in xsk_buff_get_tail()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c36 struct ice_tx_buf *tx_buf, *first; in ice_prgm_fdir_fltr() local
1658 ice_tx_map(struct ice_tx_ring *tx_ring, struct ice_tx_buf *first, in ice_tx_map()
1810 int ice_tx_csum(struct ice_tx_buf *first, struct ice_tx_offload_params *off) in ice_tx_csum()
2003 ice_tx_prepare_vlan_flags(struct ice_tx_ring *tx_ring, struct ice_tx_buf *first) in ice_tx_prepare_vlan_flags()
2034 int ice_tso(struct ice_tx_buf *first, struct ice_tx_offload_params *off) in ice_tso()
2317 struct ice_tx_buf *first, struct ice_tx_offload_params *off) in ice_tstamp()
2354 struct ice_tx_buf *first; in ice_xmit_frame_ring() local
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_requests.c92 struct intel_timeline *first; in add_retire() local
244 struct llist_node *first; in intel_gt_watchdog_work() local
/linux/net/tls/
H A Dtls_strp.c284 struct sk_buff *nskb, *first, *last; in tls_strp_copyin_skb() local
430 struct sk_buff *first, *skb; in tls_strp_check_queue_ok() local
457 struct sk_buff *first; in tls_strp_load_anchor_with_queue() local

12345678910>>...22