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

/linux-master/include/linux/
H A Dseq_file.h127 void seq_put_hex_ll(struct seq_file *m, const char *delimiter,
/linux-master/io_uring/
H A Dfdinfo.c44 seq_put_hex_ll(m, NULL, cap.val, 16);
/linux-master/fs/proc/
H A Dtask_mmu.c248 seq_put_hex_ll(m, NULL, start, 8);
249 seq_put_hex_ll(m, "-", end, 8);
255 seq_put_hex_ll(m, " ", pgoff, 8);
256 seq_put_hex_ll(m, " ", MAJOR(dev), 2);
257 seq_put_hex_ll(m, ":", MINOR(dev), 2);
H A Darray.c307 seq_put_hex_ll(m, NULL, a->val, 16);
/linux-master/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, function

Completed in 895 milliseconds