Searched refs:pathentry (Results 1 – 1 of 1) sorted by relevance
543 struct pdcspath_entry *pathentry; in pdcs_auto_read() local549 pathentry = &pdcspath_entry_primary; in pdcs_auto_read()551 read_lock(&pathentry->rw_lock); in pdcs_auto_read()552 out += sprintf(out, "%s\n", (pathentry->devpath.path.flags & knob) ? in pdcs_auto_read()554 read_unlock(&pathentry->rw_lock); in pdcs_auto_read()595 struct pdcspath_entry *pathentry; in pdcs_timer_read() local601 pathentry = &pdcspath_entry_primary; in pdcs_timer_read()604 read_lock(&pathentry->rw_lock); in pdcs_timer_read()605 out += sprintf(out, "%u\n", (pathentry->devpath.path.flags & PF_TIMER) ? in pdcs_timer_read()606 (1 << (pathentry->devpath.path.flags & PF_TIMER)) : 0); in pdcs_timer_read()[all …]