Searched refs:size_bits (Results 1 – 5 of 5) sorted by relevance
65 unsigned int size_bits; member265 .size_bits = (avgtextbits) + (descbits), \
308 #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()
962 VMCOREINFO_OFFSET(prb_data_ring, size_bits); in log_buf_vmcoreinfo_setup()
1100 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() argument1272 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() argument1324 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 …]
809 unsigned long size_bits; member