Searched refs:noffsets (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/ |
H A D | namespace.c | 368 struct proc_timens_offset *offsets, int noffsets) in proc_timens_set_offset() 385 for (i = 0; i < noffsets; i++) { in proc_timens_set_offset() 423 for (i = 0; i < noffsets; i++) { in proc_timens_set_offset() 367 proc_timens_set_offset(struct file *file, struct task_struct *p, struct proc_timens_offset *offsets, int noffsets) proc_timens_set_offset() argument
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | namespace.c | 381 struct proc_timens_offset *offsets, int noffsets) in proc_timens_set_offset() 398 for (i = 0; i < noffsets; i++) { in proc_timens_set_offset() 436 for (i = 0; i < noffsets; i++) { in proc_timens_set_offset() 380 proc_timens_set_offset(struct file *file, struct task_struct *p, struct proc_timens_offset *offsets, int noffsets) proc_timens_set_offset() argument
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 1773 int ret, noffsets; in timens_offsets_write() local 1786 noffsets = 0; in timens_offsets_write() 1788 struct proc_timens_offset *off = &offsets[noffsets]; in timens_offsets_write() 1816 noffsets++; in timens_offsets_write() 1817 if (noffsets == ARRAY_SIZE(offsets)) { in timens_offsets_write() 1828 ret = proc_timens_set_offset(file, p, offsets, noffsets); in timens_offsets_write()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 1762 int ret, noffsets; in timens_offsets_write() local 1775 noffsets = 0; in timens_offsets_write() 1777 struct proc_timens_offset *off = &offsets[noffsets]; in timens_offsets_write() 1805 noffsets++; in timens_offsets_write() 1806 if (noffsets == ARRAY_SIZE(offsets)) { in timens_offsets_write() 1817 ret = proc_timens_set_offset(file, p, offsets, noffsets); in timens_offsets_write()
|
Completed in 12 milliseconds