Home
last modified time | relevance | path

Searched refs:noffsets (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/time/
A Dnamespace.c363 struct proc_timens_offset *offsets, int noffsets) in proc_timens_set_offset() argument
380 for (i = 0; i < noffsets; i++) { in proc_timens_set_offset()
418 for (i = 0; i < noffsets; i++) { in proc_timens_set_offset()
/linux/fs/proc/
A Dbase.c1585 int ret, noffsets; in timens_offsets_write() local
1598 noffsets = 0; in timens_offsets_write()
1600 struct proc_timens_offset *off = &offsets[noffsets]; in timens_offsets_write()
1628 noffsets++; in timens_offsets_write()
1629 if (noffsets == ARRAY_SIZE(offsets)) { in timens_offsets_write()
1640 ret = proc_timens_set_offset(file, p, offsets, noffsets); in timens_offsets_write()

Completed in 10 milliseconds