Searched refs:p_end (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/include/linux/ |
D | memblock.h | 157 p_start, p_end, p_nid) \ argument 159 p_start, p_end, p_nid); \ 162 p_start, p_end, p_nid)) 177 p_start, p_end, p_nid) \ argument 180 p_start, p_end, p_nid); \ 183 p_start, p_end, p_nid)) 194 #define for_each_reserved_mem_region(i, p_start, p_end) \ argument 195 for (i = 0UL, __next_reserved_mem_region(&i, p_start, p_end); \ 197 __next_reserved_mem_region(&i, p_start, p_end)) 230 #define for_each_mem_pfn_range(i, nid, p_start, p_end, p_nid) \ argument [all …]
|
/linux-4.19.296/include/uapi/linux/ |
D | nilfs2_api.h | 177 __u64 p_end; member
|
/linux-4.19.296/drivers/parisc/ |
D | sba_iommu.c | 1759 long *p_end = (long *) &(sba_dev->ioc[i].res_map[idx_end]); in sba_common_init() local 1762 while (p_start < p_end) in sba_common_init()
|
/linux-4.19.296/fs/nilfs2/ |
D | ioctl.c | 710 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
|