Searched refs:seq_put_hex_ll (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/fs/proc/ |
| D | task_mmu.c | 246 seq_put_hex_ll(m, NULL, start, 8); in show_vma_header_prefix() 247 seq_put_hex_ll(m, "-", end, 8); in show_vma_header_prefix() 253 seq_put_hex_ll(m, " ", pgoff, 8); in show_vma_header_prefix() 254 seq_put_hex_ll(m, " ", MAJOR(dev), 2); in show_vma_header_prefix() 255 seq_put_hex_ll(m, ":", MINOR(dev), 2); in show_vma_header_prefix()
|
| D | array.c | 307 seq_put_hex_ll(m, NULL, a->val, 16); in render_cap_t()
|
| /Linux-v6.6/io_uring/ |
| D | fdinfo.c | 44 seq_put_hex_ll(m, NULL, cap.val, 16); in io_uring_show_cred()
|
| /Linux-v6.6/include/linux/ |
| D | seq_file.h | 127 void seq_put_hex_ll(struct seq_file *m, const char *delimiter,
|
| /Linux-v6.6/fs/ |
| D | seq_file.c | 749 void seq_put_hex_ll(struct seq_file *m, const char *delimiter, in seq_put_hex_ll() function
|