Home
last modified time | relevance | path

Searched refs:seq_buf_alloc (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
A Dseq_file.c33 static void *seq_buf_alloc(unsigned long size) in seq_buf_alloc() function
102 m->buf = seq_buf_alloc(m->size = PAGE_SIZE); in traverse()
138 m->buf = seq_buf_alloc(m->size <<= 1); in traverse()
210 m->buf = seq_buf_alloc(m->size = PAGE_SIZE); in seq_read_iter()
245 m->buf = seq_buf_alloc(m->size <<= 1); in seq_read_iter()
596 char *buf = seq_buf_alloc(size); in single_open_size()
/linux/Documentation/trace/
A Dhistogram.rst429 …{ call_site: [ffffffff811e2a1b] seq_buf_alloc } hitcount: 1…
471 …{ call_site: [ffffffff811e2a1b] seq_buf_alloc+0x1b/0x50 } hitcount…
507 …{ call_site: [ffffffff811e2a1b] seq_buf_alloc } hitcount: 5…
632 seq_buf_alloc+0x1b/0x50

Completed in 11 milliseconds