| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | switch_to.h | 45 #define __switch_to(prev,next,last) do {							 \  argument61 # define switch_to(prev,next,last) do {						\  argument
 76 # define switch_to(prev,next,last)	__switch_to(prev, next, last)  argument
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/usnic/ | 
| D | usnic_uiom_interval_tree.c | 70 usnic_uiom_interval_node_alloc(long int start, long int last, int ref_cnt,  in usnic_uiom_interval_node_alloc()104 				   unsigned long start, unsigned long last,  in find_intervals_intersection_sorted()
 119 int usnic_uiom_get_intervals_diff(unsigned long start, unsigned long last,  in usnic_uiom_get_intervals_diff()
 179 				unsigned long last, int flags)  in usnic_uiom_insert_interval()
 250 				unsigned long start, unsigned long last,  in usnic_uiom_remove_interval()
 
 | 
| /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 | fbsysfs.c | 219 	char ** last = NULL;  in store_bpp()  local242 	char **last = NULL;  in store_rotate()  local
 269 	char *last = NULL;  in store_virtual()  local
 304 	char *last = NULL;  in store_blank()  local
 361 	char *last = NULL;  in store_pan()  local
 402 	char *last = NULL;  in store_fbstate()  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/mm/ | 
| D | interval_tree.c | 34 	unsigned long last = vma_last_pgoff(node);  in vma_interval_tree_insert_after()  local93 				  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/kernel/time/ | 
| D | timekeeping_internal.h | 17 static inline u64 clocksource_delta(u64 now, u64 last, u64 mask)  in clocksource_delta()28 static inline u64 clocksource_delta(u64 now, u64 last, u64 mask)  in clocksource_delta()
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/qib/ | 
| D | qib_tx.c | 65 	unsigned last;  in qib_disarm_piobufs()  local84 	unsigned last;  in qib_disarm_piobufs_ifneeded()  local
 282 				  u32 first, u32 last)  in qib_getsendbuf_range()
 460 	unsigned last;  in qib_cancel_sends()  local
 
 | 
| /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/fs/xfs/libxfs/ | 
| D | xfs_types.c | 70 	xfs_agino_t		*last)  in xfs_agino_range()103 	xfs_agino_t		last;  in xfs_verify_agino()  local
 192 		xfs_agino_t	first, last;  in xfs_icount_range()  local
 
 | 
| /Linux-v5.4/lib/ | 
| D | interval_tree_test.c | 30 search(struct rb_root_cached *root, unsigned long start, unsigned long last)  in search()110 			unsigned long last = search_all ? max_endpoint : queries[j];  in interval_tree_test_init()  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/drivers/net/ethernet/netronome/nfp/ | 
| D | ccm_mbox.c | 151 static void nfp_ccm_mbox_copy_in(struct nfp_net *nn, struct sk_buff *last)  in nfp_ccm_mbox_copy_in()199 nfp_ccm_mbox_find_req(struct nfp_net *nn, __be16 tag, struct sk_buff *last)  in nfp_ccm_mbox_find_req()
 214 static void nfp_ccm_mbox_copy_out(struct nfp_net *nn, struct sk_buff *last)  in nfp_ccm_mbox_copy_out()
 355 nfp_ccm_mbox_mark_all_err(struct nfp_net *nn, struct sk_buff *last, int err)  in nfp_ccm_mbox_mark_all_err()
 378 	struct sk_buff *skb, *last;  in nfp_ccm_mbox_run_queue_unlock()  local
 
 | 
| /Linux-v5.4/fs/proc/ | 
| D | namespaces.c | 113 	const struct proc_ns_operations **entry, **last;  in proc_ns_dir_readdir()  local147 	const struct proc_ns_operations **entry, **last;  in proc_ns_dir_lookup()  local
 
 | 
| /Linux-v5.4/net/openvswitch/ | 
| D | actions.c | 967 		  bool last)  in sample()998 		 bool last)  in clone()
 1126 			  const struct nlattr *a, bool last)  in execute_recirc()
 1145 				 const struct nlattr *attr, bool last)  in execute_check_pkt_len()
 1247 			bool last = nla_is_last(a, rem);  in do_execute_actions()  local
 1270 			bool last = nla_is_last(a, rem);  in do_execute_actions()  local
 1330 			bool last = nla_is_last(a, rem);  in do_execute_actions()  local
 1340 			bool last = nla_is_last(a, rem);  in do_execute_actions()  local
 1369 			 bool last, bool clone_flow_key)  in clone_execute()
 
 | 
| /Linux-v5.4/drivers/video/fbdev/mb862xx/ | 
| D | mb862xx-i2c.c | 56 static int mb862xx_i2c_read_byte(struct i2c_adapter *adap, u8 *byte, int last)  in mb862xx_i2c_read_byte()79 	int last = m->len - 1;  in mb862xx_i2c_read()  local
 
 | 
| /Linux-v5.4/arch/um/drivers/ | 
| D | umcast_kern.c | 74 	char *last;  in mcast_setup()  local120 	char *last;  in ucast_setup()  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/lib/math/ | 
| D | prime_numbers.c | 13 	unsigned long last, sz;  member266 	unsigned long x, last;  in selftest()  local
 
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | switch_to.h | 17 #define switch_to(prev,next,last)		\  argument
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | switch_to_64.h | 21 #define switch_to(prev,next,last)				\  argument
 | 
| /Linux-v5.4/arch/parisc/include/asm/ | 
| D | switch_to.h | 9 #define switch_to(prev, next, last) do {			\  argument
 | 
| /Linux-v5.4/arch/unicore32/include/asm/ | 
| D | switch_to.h | 21 #define switch_to(prev, next, last)					\  argument
 |