Home
last modified time | relevance | path

Searched refs:end_p (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/
H A Dcrash_reserve.c224 char *end_p = strchr(p, ' '); in get_last_crashkernel() local
227 if (!end_p) in get_last_crashkernel()
228 end_p = p + strlen(p); in get_last_crashkernel()
235 q = end_p - strlen(suffix_tbl[i]); in get_last_crashkernel()
242 q = end_p - strlen(suffix); in get_last_crashkernel()
/linux/net/netfilter/
H A Dnft_set_pipapo.c1306 const u8 *start_p, *end_p; local
1352 end_p = end;
1363 if (memcmp(start_p, end_p,
1368 end_p += NFT_PIPAPO_GROUPS_PADDED_SIZE(f);
/linux/fs/gfs2/
H A Ddir.c608 const struct gfs2_dirent *d, const void *end_p) in dirent_check_reclen() argument
618 if (ptr < end_p) in dirent_check_reclen()
620 if (ptr == end_p) in dirent_check_reclen()