Home
last modified time | relevance | path

Searched refs:seq_put_hex_ll (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/io_uring/
Dfdinfo.c44 seq_put_hex_ll(m, NULL, cap.val, 16); in io_uring_show_cred()
/linux-6.12.1/include/linux/
Dseq_file.h137 void seq_put_hex_ll(struct seq_file *m, const char *delimiter,
/linux-6.12.1/fs/proc/
Dtask_mmu.c310 seq_put_hex_ll(m, NULL, start, 8); in show_vma_header_prefix()
311 seq_put_hex_ll(m, "-", end, 8); in show_vma_header_prefix()
317 seq_put_hex_ll(m, " ", pgoff, 8); in show_vma_header_prefix()
318 seq_put_hex_ll(m, " ", MAJOR(dev), 2); in show_vma_header_prefix()
319 seq_put_hex_ll(m, ":", MINOR(dev), 2); in show_vma_header_prefix()
Darray.c307 seq_put_hex_ll(m, NULL, a->val, 16); in render_cap_t()
/linux-6.12.1/fs/
Dseq_file.c742 void seq_put_hex_ll(struct seq_file *m, const char *delimiter, in seq_put_hex_ll() function