Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dcrash_core.c197 char *end_p = strchr(p, ' '); in get_last_crashkernel() local
200 if (!end_p) in get_last_crashkernel()
201 end_p = p + strlen(p); in get_last_crashkernel()
208 q = end_p - strlen(suffix_tbl[i]); in get_last_crashkernel()
215 q = end_p - strlen(suffix); in get_last_crashkernel()
/Linux-v5.10/net/netfilter/
Dnft_set_pipapo.c1206 const u8 *start_p = start, *end_p = end; local
1211 if (memcmp(start_p, end_p,
1216 end_p += NFT_PIPAPO_GROUPS_PADDED_SIZE(f);
/Linux-v5.10/fs/gfs2/
Ddir.c608 const struct gfs2_dirent *d, const void *end_p) in dirent_check_reclen() argument
616 if (ptr < end_p) in dirent_check_reclen()
618 if (ptr == end_p) in dirent_check_reclen()