Searched refs:seq_put_hex_ll (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | task_mmu.c | 306 seq_put_hex_ll(m, NULL, start, 8); in show_vma_header_prefix() 307 seq_put_hex_ll(m, "-", end, 8); in show_vma_header_prefix() 313 seq_put_hex_ll(m, " ", pgoff, 8); in show_vma_header_prefix() 314 seq_put_hex_ll(m, " ", MAJOR(dev), 2); in show_vma_header_prefix() 315 seq_put_hex_ll(m, ":", MINOR(dev), 2); in show_vma_header_prefix()
|
| H A D | array.c | 311 seq_put_hex_ll(m, NULL, in render_cap_t()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | seq_file.h | 126 void seq_put_hex_ll(struct seq_file *m, const char *delimiter,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | seq_file.c | 737 void seq_put_hex_ll(struct seq_file *m, const char *delimiter, in seq_put_hex_ll() function
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 9998 seq_put_hex_ll(m, NULL, cap.cap[CAP_LAST_U32 - __capi], 8); in io_uring_show_cred()
|