Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dnamespace.c266 struct proc_timens_offset *offsets, int noffsets) in timens_get()
281 for (i = 0; i < noffsets; i++) { in timens_for_children_get()
313 for (i = 0; i < noffsets; i++) { in timens_install()
384 proc_timens_set_offset(struct file * file,struct task_struct * p,struct proc_timens_offset * offsets,int noffsets) proc_timens_set_offset() argument
/linux/fs/proc/
H A Dbase.c1643 int ret, noffsets; in timens_offsets_write() local
1656 noffsets = 0; in timens_offsets_write()
1658 struct proc_timens_offset *off = &offsets[noffsets]; in timens_offsets_write()
1686 noffsets++; in timens_offsets_write()
1687 if (noffsets == ARRAY_SIZE(offsets)) { in timens_offsets_write()
1698 ret = proc_timens_set_offset(file, p, offsets, noffsets); in timens_offsets_write()