Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dkexec_core.c1210 char *end_p = strchr(p, ' '); in get_last_crashkernel() local
1213 if (!end_p) in get_last_crashkernel()
1214 end_p = p + strlen(p); in get_last_crashkernel()
1221 q = end_p - strlen(suffix_tbl[i]); in get_last_crashkernel()
1228 q = end_p - strlen(suffix); in get_last_crashkernel()
/linux-4.4.14/fs/gfs2/
Ddir.c588 const struct gfs2_dirent *d, const void *end_p) in dirent_check_reclen() argument
596 if (ptr < end_p) in dirent_check_reclen()
598 if (ptr == end_p) in dirent_check_reclen()