| /Linux-v5.4/lib/ | 
| D | siphash.c | 123 u64 siphash_1u64(const u64 first, const siphash_key_t *key)  in siphash_1u64()140 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key)  in siphash_2u64()
 162 u64 siphash_3u64(const u64 first, const u64 second, const u64 third,  in siphash_3u64()
 190 u64 siphash_4u64(const u64 first, const u64 second, const u64 third,  in siphash_4u64()
 214 u64 siphash_1u32(const u32 first, const siphash_key_t *key)  in siphash_1u32()
 222 u64 siphash_3u32(const u32 first, const u32 second, const u32 third,  in siphash_3u32()
 323 u32 hsiphash_1u32(const u32 first, const hsiphash_key_t *key)  in hsiphash_1u32()
 337 u32 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key)  in hsiphash_2u32()
 355 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third,  in hsiphash_3u32()
 376 u32 hsiphash_4u32(const u32 first, const u32 second, const u32 third,  in hsiphash_4u32()
 [all …]
 
 | 
| D | plist.c | 75 	struct plist_node *first, *iter, *prev = NULL;  in plist_add()  local185 	struct plist_node *first, *prio_pos, *node_pos;  in plist_test_check()  local
 
 | 
| /Linux-v5.4/tools/power/cpupower/lib/ | 
| D | cpufreq.h | 20 	struct cpufreq_available_governors *first;  member26 	struct cpufreq_frequencies *first;  member
 33 	struct cpufreq_affected_cpus *first;  member
 40 	struct cpufreq_stats *first;  member
 
 | 
| D | cpufreq.c | 264 	struct cpufreq_available_governors *first = NULL;  in cpufreq_get_available_governors()  local338 	struct cpufreq_frequencies *first = NULL;  in cpufreq_get_frequencies()  local
 412 	struct cpufreq_affected_cpus *first = NULL;  in sysfs_get_cpu_list()  local
 643 	struct cpufreq_stats *first = NULL;  in cpufreq_get_stats()  local
 
 | 
| /Linux-v5.4/drivers/video/fbdev/core/ | 
| D | sysfillrect.c | 28 	unsigned long first, last;  in bitfill_aligned()  local84 	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
 
 | 
| D | cfbfillrect.c | 38 	unsigned long first, last;  in bitfill_aligned()  local95 	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
 
 | 
| D | syscopyarea.c | 31 	unsigned long first, last;  in bitcpy()  local174 	unsigned long first, last;  in bitcpy_rev()  local
 
 | 
| D | cfbcopyarea.c | 50 	unsigned long first, last;  in bitcpy()  local216 	unsigned long first, last;  in bitcpy_rev()  local
 
 | 
| /Linux-v5.4/ipc/ | 
| D | syscall.c | 20 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-v5.4/drivers/net/ethernet/ibm/ | 
| D | ibmvnic.h | 212 	u8 first;  member230 	u8 first;  member
 257 	u8 first;  member
 269 	u8 first;  member
 277 	u8 first;  member
 290 	u8 first;  member
 306 	u8 first;  member
 311 	u8 first;  member
 326 	u8 first;  member
 333 	u8 first;  member
 [all …]
 
 | 
| /Linux-v5.4/fs/ | 
| D | binfmt_script.c | 19 static inline char *next_non_spacetab(char *first, const char *last)  in next_non_spacetab()26 static inline char *next_terminator(char *first, const char *last)  in next_terminator()
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | evsel_fprintf.c | 15 static int comma_fprintf(FILE *fp, bool *first, const char *fmt, ...)  in comma_fprintf()41 	bool first = true;  in perf_evsel__fprintf()  local
 120 	bool first = true;  in sample__fprintf_callchain()  local
 
 | 
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_types.c | 69 	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
 
 | 
| /Linux-v5.4/fs/afs/ | 
| D | write.c | 233 			   pgoff_t first, pgoff_t last)  in afs_kill_pages()276 			      pgoff_t first, pgoff_t last)  in afs_redirty_pages()
 315 				   pgoff_t first, pgoff_t last)  in afs_pages_written_back()
 355 			  pgoff_t first, pgoff_t last,  in afs_store_data()
 460 	pgoff_t start, first, last;  in afs_write_back_from_locked_page()  local
 
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | opcodes.h | 146 #define __opcode_thumb32_compose(first, second) (			\  argument152 #define ___asm_opcode_thumb32_compose(first, second) (			    \  argument
 220 #define ___inst_thumb32(first, second) .short first, second  argument
 224 #define ___inst_thumb32(first, second) \  argument
 
 | 
| /Linux-v5.4/mm/ | 
| D | interval_tree.c | 93 				  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-v5.4/arch/powerpc/platforms/powernv/ | 
| D | idle.c | 228 	int first = cpu_first_thread_sibling(cpu);  in atomic_start_thread_idle()  local238 	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
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | list_nulls.h | 22 	struct hlist_nulls_node *first;  member72 	struct hlist_nulls_node *first = h->first;  in hlist_nulls_add_head()  local
 
 | 
| /Linux-v5.4/drivers/crypto/inside-secure/ | 
| D | safexcel_ring.c | 117 						 bool first, bool last,  in safexcel_add_cdesc()170 						bool first, bool last,  in safexcel_add_rdesc()
 
 | 
| /Linux-v5.4/arch/arm/mach-sunxi/ | 
| D | headsmp.S | 69 	first: .word sunxi_mc_smp_first_comer - .  label
 | 
| /Linux-v5.4/drivers/dma/ | 
| D | at_hdmac.c | 196 static void atc_desc_chain(struct at_desc **first, struct at_desc **prev,  in atc_desc_chain()218 static void atc_dostart(struct at_dma_chan *atchan, struct at_desc *first)  in atc_dostart()
 588 	struct at_desc			*first = atc_first_active(atchan);  in atc_handle_cyclic()  local
 705 	struct data_chunk	*first;  in atc_prep_dma_interleaved()  local
 806 	struct at_desc		*first = NULL;  in atc_prep_dma_memcpy()  local
 985 	struct at_desc		*desc = NULL, *first = NULL, *prev = NULL;  in atc_prep_dma_memset_sg()  local
 1071 	struct at_desc		*first = NULL;  in atc_prep_slave_sg()  local
 1291 	struct at_desc		*first = NULL;  in atc_prep_dma_cyclic()  local
 
 | 
| /Linux-v5.4/tools/perf/ui/stdio/ | 
| D | hist.c | 335 	bool first;  in __callchain__fprintf_folded()  local420 	bool first = true;  in __hist_entry__snprintf()  local
 467 	bool first = true;  in hist_entry__hierarchy_fprintf()  local
 710 	bool first = true;  in fprintf_line()  local
 738 	bool first = true;  in hists__fprintf_standard_headers()  local
 
 | 
| /Linux-v5.4/tools/testing/radix-tree/ | 
| D | regression3.c | 36 	bool first;  in regression3_test()  local
 | 
| D | tag_check.c | 16 	unsigned long first = 0;  in __simple_checks()  local314 	unsigned long first = 0;  in single_check()  local
 
 | 
| /Linux-v5.4/fs/reiserfs/ | 
| D | item_ops.c | 80 static int sd_part_size(struct virtual_item *vi, int first, int count)  in sd_part_size()172 static int direct_part_size(struct virtual_item *vi, int first, int count)  in direct_part_size()
 314 static int indirect_part_size(struct virtual_item *vi, int first, int units)  in indirect_part_size()
 580 static int direntry_part_size(struct virtual_item *vi, int first, int count)  in direntry_part_size()
 698 static int errcatch_part_size(struct virtual_item *vi, int first, int count)  in errcatch_part_size()
 
 |