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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Duser.c154 loff_t pg_offp = *offp & ~PAGE_MASK; local
163 if (!pg_offp) { /* on page boundary? */
168 res = PAGE_SIZE - pg_offp;
171 res = simple_read_from_buffer(buf, count, &pg_offp,
187 loff_t pg_offp = *offp & ~PAGE_MASK; local
193 if (!pg_offp) {
198 res = PAGE_SIZE - pg_offp;
201 res = simple_write_to_buffer(data_of(data->handle), res, &pg_offp,

Completed in 21 milliseconds