Searched refs:ourpl (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 7503 struct page **ourpl; in cachefs_getapage() local 7515 ourpl = cachefs_kmem_alloc(sizeof (struct page *) * in cachefs_getapage() 7518 ourpl = ourstackpl; in cachefs_getapage() 7520 ourpl[0] = NULL; in cachefs_getapage() 7550 PAGESIZE, protp, ourpl, PAGESIZE, seg, in cachefs_getapage() 7631 PAGESIZE, protp, ourpl, popsize, in cachefs_getapage() 7652 PAGESIZE, protp, ourpl, PAGESIZE, seg, addr, in cachefs_getapage() 7673 for (ppp = ourpl; *ppp; ppp++) { in cachefs_getapage() 7681 for (ppp = &ourpl[index]; *ppp; ppp++) in cachefs_getapage() 7692 pl[0] = ourpl[index]; in cachefs_getapage() [all …]
|