Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dcrash_core.c211 char *end_p = strchr(p, ' '); in get_last_crashkernel() local
214 if (!end_p) in get_last_crashkernel()
215 end_p = p + strlen(p); in get_last_crashkernel()
222 q = end_p - strlen(suffix_tbl[i]); in get_last_crashkernel()
229 q = end_p - strlen(suffix); in get_last_crashkernel()
/linux-6.3-rc2/net/netfilter/
A Dnft_set_pipapo.c1165 const u8 *start_p, *end_p; local
1207 end_p = end;
1212 if (memcmp(start_p, end_p,
1217 end_p += NFT_PIPAPO_GROUPS_PADDED_SIZE(f);
/linux-6.3-rc2/fs/gfs2/
A Ddir.c607 const struct gfs2_dirent *d, const void *end_p) in dirent_check_reclen() argument
615 if (ptr < end_p) in dirent_check_reclen()
617 if (ptr == end_p) in dirent_check_reclen()

Completed in 14 milliseconds