stackp            142 arch/mips/include/asm/stackframe.h 		.macro	set_saved_sp stackp temp temp2
stackp            189 arch/mips/include/asm/stackframe.h 		.macro	set_saved_sp stackp temp temp2
stackp            322 fs/overlayfs/namei.c 			struct dentry *upperdentry, struct ovl_path **stackp)
stackp            351 fs/overlayfs/namei.c 	if (!*stackp)
stackp            352 fs/overlayfs/namei.c 		*stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL);
stackp            353 fs/overlayfs/namei.c 	if (!*stackp) {
stackp            357 fs/overlayfs/namei.c 	**stackp = (struct ovl_path){
stackp            373 fs/overlayfs/namei.c 			    struct ovl_path **stackp, unsigned int *ctrp)
stackp            381 fs/overlayfs/namei.c 	err = ovl_check_origin_fh(ofs, fh, false, upperdentry, stackp);
stackp            309 fs/overlayfs/overlayfs.h 			struct dentry *upperdentry, struct ovl_path **stackp);
stackp            502 net/sched/ematch.c 	int stackp = 0, match_idx = 0, res = 0;
stackp            511 net/sched/ematch.c 			if (unlikely(stackp >= CONFIG_NET_EMATCH_STACK))
stackp            514 net/sched/ematch.c 			stack[stackp++] = match_idx;
stackp            528 net/sched/ematch.c 	if (stackp > 0) {
stackp            529 net/sched/ematch.c 		match_idx = stack[--stackp];