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

/linux-master/kernel/
H A Dcrash_reserve.c225 char *end_p = strchr(p, ' '); local
228 if (!end_p)
229 end_p = p + strlen(p);
236 q = end_p - strlen(suffix_tbl[i]);
243 q = end_p - strlen(suffix);
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c1272 const u8 *start_p, *end_p; local
1315 end_p = end;
1326 if (memcmp(start_p, end_p,
1331 end_p += NFT_PIPAPO_GROUPS_PADDED_SIZE(f);
/linux-master/fs/gfs2/
H A Ddir.c607 const struct gfs2_dirent *d, const void *end_p)
615 if (ptr < end_p)
617 if (ptr == end_p)
606 dirent_check_reclen(struct gfs2_inode *dip, const struct gfs2_dirent *d, const void *end_p) argument

Completed in 167 milliseconds