Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dnamespace.c383 struct proc_timens_offset *offsets, int noffsets) in proc_timens_set_offset() argument
400 for (i = 0; i < noffsets; i++) { in proc_timens_set_offset()
438 for (i = 0; i < noffsets; i++) { in proc_timens_set_offset()
/linux-6.15/fs/proc/
H A Dbase.c1637 int ret, noffsets; in timens_offsets_write() local
1650 noffsets = 0; in timens_offsets_write()
1652 struct proc_timens_offset *off = &offsets[noffsets]; in timens_offsets_write()
1680 noffsets++; in timens_offsets_write()
1681 if (noffsets == ARRAY_SIZE(offsets)) { in timens_offsets_write()
1692 ret = proc_timens_set_offset(file, p, offsets, noffsets); in timens_offsets_write()