Home
last modified time | relevance | path

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

/kernel/printk/
Dprintk_ringbuffer.h65 unsigned int size_bits; member
265 .size_bits = (avgtextbits) + (descbits), \
Dprintk_ringbuffer.c308 #define DATA_SIZE(data_ring) _DATA_SIZE((data_ring)->size_bits)
321 #define DATA_WRAPS(data_ring, lpos) ((lpos) >> (data_ring)->size_bits)
2090 rb->text_data_ring.size_bits = textbits; in prb_init()
Dprintk.c962 VMCOREINFO_OFFSET(prb_data_ring, size_bits); in log_buf_vmcoreinfo_setup()
/kernel/trace/
Dftrace.c1100 if (hash->size_bits > 0) in ftrace_hash_key()
1101 return hash_long(ip, hash->size_bits); in ftrace_hash_key()
1191 int size = 1 << hash->size_bits; in ftrace_hash_clear()
1263 static struct ftrace_hash *alloc_ftrace_hash(int size_bits) in alloc_ftrace_hash() argument
1272 size = 1 << size_bits; in alloc_ftrace_hash()
1280 hash->size_bits = size_bits; in alloc_ftrace_hash()
1316 alloc_and_copy_ftrace_hash(int size_bits, struct ftrace_hash *hash) in alloc_and_copy_ftrace_hash() argument
1324 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash()
1335 size = 1 << hash->size_bits; in alloc_and_copy_ftrace_hash()
1386 size = 1 << src->size_bits; in dup_hash()
[all …]
Dtrace.h809 unsigned long size_bits; member