Home
last modified time | relevance | path

Searched refs:seq_put_hex_ll (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/proc/
H A Dtask_mmu.c270 seq_put_hex_ll(m, NULL, start, 8); in show_vma_header_prefix()
271 seq_put_hex_ll(m, "-", end, 8); in show_vma_header_prefix()
277 seq_put_hex_ll(m, " ", pgoff, 8); in show_vma_header_prefix()
278 seq_put_hex_ll(m, " ", MAJOR(dev), 2); in show_vma_header_prefix()
279 seq_put_hex_ll(m, ":", MINOR(dev), 2); in show_vma_header_prefix()
H A Darray.c311 seq_put_hex_ll(m, NULL, in render_cap_t()
/kernel/linux/linux-6.6/fs/proc/
H A Dtask_mmu.c259 seq_put_hex_ll(m, NULL, start, 8); in show_vma_header_prefix()
260 seq_put_hex_ll(m, "-", end, 8); in show_vma_header_prefix()
266 seq_put_hex_ll(m, " ", pgoff, 8); in show_vma_header_prefix()
267 seq_put_hex_ll(m, " ", MAJOR(dev), 2); in show_vma_header_prefix()
268 seq_put_hex_ll(m, ":", MINOR(dev), 2); in show_vma_header_prefix()
H A Darray.c307 seq_put_hex_ll(m, NULL, a->val, 16); in render_cap_t()
/kernel/linux/linux-5.10/include/linux/
H A Dseq_file.h126 void seq_put_hex_ll(struct seq_file *m, const char *delimiter,
/kernel/linux/linux-6.6/include/linux/
H A Dseq_file.h127 void seq_put_hex_ll(struct seq_file *m, const char *delimiter,
/kernel/linux/linux-6.6/io_uring/
H A Dfdinfo.c44 seq_put_hex_ll(m, NULL, cap.val, 16); in io_uring_show_cred()
/kernel/linux/linux-5.10/fs/
H A Dseq_file.c726 * seq_put_hex_ll - put a number in hexadecimal notation
732 * seq_put_hex_ll(m, "", v, 8) is equal to seq_printf(m, "%08llx", v)
737 void seq_put_hex_ll(struct seq_file *m, const char *delimiter, in seq_put_hex_ll() function
/kernel/linux/linux-6.6/fs/
H A Dseq_file.c738 * seq_put_hex_ll - put a number in hexadecimal notation
744 * seq_put_hex_ll(m, "", v, 8) is equal to seq_printf(m, "%08llx", v)
749 void seq_put_hex_ll(struct seq_file *m, const char *delimiter, in seq_put_hex_ll() function
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c10181 seq_put_hex_ll(m, NULL, cap.cap[CAP_LAST_U32 - __capi], 8); in io_uring_show_cred()

Completed in 25 milliseconds