Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/vt/
A Dvc_screen.c259 row = pos / maxcol; in vcs_read_buf_uni()
260 col = pos % maxcol; in vcs_read_buf_uni()
261 nr = maxcol - col; in vcs_read_buf_uni()
270 nr = maxcol; in vcs_read_buf_uni()
283 col = pos % maxcol; in vcs_read_buf_noattr()
291 pos += maxcol; in vcs_read_buf_noattr()
339 col = pos % maxcol; in vcs_read_buf()
357 pos += maxcol; in vcs_read_buf()
485 col = pos % maxcol; in vcs_write_buf_noattr()
498 pos += maxcol; in vcs_write_buf_noattr()
[all …]
/linux-6.3-rc2/drivers/iommu/
A Domap-iommu-debug.c34 const int maxcol = 32; \
35 if (len < maxcol) \
37 bytes = scnprintf(p, maxcol, str, __stringify(name), \

Completed in 8 milliseconds