n_ret             648 drivers/tty/serial/sunsab.c static void calc_ebrg(int baud, int *n_ret, int *m_ret)
n_ret             653 drivers/tty/serial/sunsab.c 		*n_ret = 0;
n_ret             678 drivers/tty/serial/sunsab.c 	*n_ret = n - 1;
n_ret              21 include/linux/swap_slots.h 	int		n_ret;
n_ret             149 mm/swap_slots.c 	cache->n_ret = 0;
n_ret             190 mm/swap_slots.c 		swapcache_free_entries(cache->slots_ret, cache->n_ret);
n_ret             191 mm/swap_slots.c 		cache->n_ret = 0;
n_ret             290 mm/swap_slots.c 		if (cache->n_ret >= SWAP_SLOTS_CACHE_SIZE) {
n_ret             297 mm/swap_slots.c 			swapcache_free_entries(cache->slots_ret, cache->n_ret);
n_ret             298 mm/swap_slots.c 			cache->n_ret = 0;
n_ret             300 mm/swap_slots.c 		cache->slots_ret[cache->n_ret++] = entry;
n_ret             741 mm/swapfile.c  	int n_ret = 0;
n_ret             811 mm/swapfile.c  			if (n_ret)
n_ret             841 mm/swapfile.c  		if (!n_ret)
n_ret             852 mm/swapfile.c  	slots[n_ret++] = swp_entry(si->type, offset);
n_ret             855 mm/swapfile.c  	if ((n_ret == nr) || (offset >= si->highest_bit))
n_ret             862 mm/swapfile.c  		if (n_ret)
n_ret             888 mm/swapfile.c  	return n_ret;
n_ret             926 mm/swapfile.c  	return n_ret;
n_ret             981 mm/swapfile.c  	int n_ret;
n_ret             983 mm/swapfile.c  	n_ret = scan_swap_map_slots(si, usage, 1, &entry);
n_ret             985 mm/swapfile.c  	if (n_ret)
n_ret             997 mm/swapfile.c  	int n_ret = 0;
n_ret            1042 mm/swapfile.c  				n_ret = swap_alloc_cluster(si, swp_entries);
n_ret            1044 mm/swapfile.c  			n_ret = scan_swap_map_slots(si, SWAP_HAS_CACHE,
n_ret            1047 mm/swapfile.c  		if (n_ret || size == SWAPFILE_CLUSTER)
n_ret            1072 mm/swapfile.c  	if (n_ret < n_goal)
n_ret            1073 mm/swapfile.c  		atomic_long_add((long)(n_goal - n_ret) * size,
n_ret            1076 mm/swapfile.c  	return n_ret;