pathentry         540 drivers/parisc/pdc_stable.c 	struct pdcspath_entry *pathentry;
pathentry         546 drivers/parisc/pdc_stable.c 	pathentry = &pdcspath_entry_primary;
pathentry         548 drivers/parisc/pdc_stable.c 	read_lock(&pathentry->rw_lock);
pathentry         549 drivers/parisc/pdc_stable.c 	out += sprintf(out, "%s\n", (pathentry->devpath.flags & knob) ?
pathentry         551 drivers/parisc/pdc_stable.c 	read_unlock(&pathentry->rw_lock);
pathentry         586 drivers/parisc/pdc_stable.c 	struct pdcspath_entry *pathentry;
pathentry         592 drivers/parisc/pdc_stable.c 	pathentry = &pdcspath_entry_primary;
pathentry         595 drivers/parisc/pdc_stable.c 	read_lock(&pathentry->rw_lock);
pathentry         596 drivers/parisc/pdc_stable.c 	out += sprintf(out, "%u\n", (pathentry->devpath.flags & PF_TIMER) ?
pathentry         597 drivers/parisc/pdc_stable.c 				(1 << (pathentry->devpath.flags & PF_TIMER)) : 0);
pathentry         598 drivers/parisc/pdc_stable.c 	read_unlock(&pathentry->rw_lock);
pathentry         745 drivers/parisc/pdc_stable.c 	struct pdcspath_entry *pathentry;
pathentry         762 drivers/parisc/pdc_stable.c 	pathentry = &pdcspath_entry_primary;
pathentry         765 drivers/parisc/pdc_stable.c 	read_lock(&pathentry->rw_lock);
pathentry         766 drivers/parisc/pdc_stable.c 	flags = pathentry->devpath.flags;
pathentry         767 drivers/parisc/pdc_stable.c 	read_unlock(&pathentry->rw_lock);
pathentry         784 drivers/parisc/pdc_stable.c 	write_lock(&pathentry->rw_lock);
pathentry         787 drivers/parisc/pdc_stable.c 	pathentry->devpath.flags = flags;
pathentry         790 drivers/parisc/pdc_stable.c 	pdcspath_store(pathentry);
pathentry         791 drivers/parisc/pdc_stable.c 	write_unlock(&pathentry->rw_lock);