Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqed-table.c29 int noffsets; in qed_read_table() local
42 noffsets = bytes / sizeof(uint64_t); in qed_read_table()
43 for (i = 0; i < noffsets; i++) { in qed_read_table()
/openbmc/linux/kernel/time/
H A Dnamespace.c381 struct proc_timens_offset *offsets, int noffsets) in proc_timens_set_offset() argument
398 for (i = 0; i < noffsets; i++) { in proc_timens_set_offset()
436 for (i = 0; i < noffsets; i++) { in proc_timens_set_offset()
/openbmc/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()