Searched refs:size_bits (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/infiniband/core/ |
| H A D | packer.c | 70 if (desc[i].size_bits <= 32) { in ib_pack() 76 shift = 32 - desc[i].offset_bits - desc[i].size_bits; in ib_pack() 84 mask = cpu_to_be32(((1ull << desc[i].size_bits) - 1) << shift); in ib_pack() 87 } else if (desc[i].size_bits <= 64) { in ib_pack() 93 shift = 64 - desc[i].offset_bits - desc[i].size_bits; in ib_pack() 101 mask = cpu_to_be64((~0ull >> (64 - desc[i].size_bits)) << shift); in ib_pack() 106 desc[i].size_bits % 8) { in ib_pack() 108 desc[i].field_name, desc[i].size_bits); in ib_pack() 115 desc[i].size_bits / 8); in ib_pack() 120 desc[i].size_bits / 8); in ib_pack() [all …]
|
| /linux/kernel/trace/ |
| H A D | ftrace.c | 1158 if (hash->size_bits > 0) in ftrace_hash_key() 1159 return hash_long(ip, hash->size_bits); in ftrace_hash_key() 1250 int size = 1 << hash->size_bits; in ftrace_hash_clear() 1326 static struct ftrace_hash *alloc_ftrace_hash(int size_bits) in alloc_ftrace_hash() argument 1335 size = 1 << size_bits; in alloc_ftrace_hash() 1343 hash->size_bits = size_bits; in alloc_ftrace_hash() 1379 alloc_and_copy_ftrace_hash(int size_bits, struct ftrace_hash *hash) in alloc_and_copy_ftrace_hash() argument 1386 new_hash = alloc_ftrace_hash(size_bits); in alloc_and_copy_ftrace_hash() 1397 size = 1 << hash->size_bits; in alloc_and_copy_ftrace_hash() 1449 size = 1 << src->size_bits; in __move_hash() [all …]
|
| H A D | trace.h | 911 unsigned long size_bits; member
|
| /linux/kernel/printk/ |
| H A D | printk_ringbuffer.h | 68 unsigned int size_bits; member 282 .size_bits = (avgtextbits) + (descbits), \
|
| H A D | printk_ringbuffer.c | 313 #define DATA_SIZE(data_ring) _DATA_SIZE((data_ring)->size_bits) 326 #define DATA_WRAPS(data_ring, lpos) ((lpos) >> (data_ring)->size_bits) 2380 rb->text_data_ring.size_bits = textbits; in prb_init()
|
| H A D | printk.c | 1025 VMCOREINFO_OFFSET(prb_data_ring, size_bits); in log_buf_vmcoreinfo_setup()
|
| /linux/drivers/scsi/ |
| H A D | hptiop.c | 321 u32 size_bits, u32 millisec) in iop_send_sync_request_mv() argument 329 MVIOP_MU_QUEUE_ADDR_HOST_BIT | size_bits, hba); in iop_send_sync_request_mv() 341 u32 size_bits, u32 millisec) in iop_send_sync_request_mvfrey() argument 883 u32 size, size_bits; in hptiop_post_req_itl() local 887 size_bits = IOPMU_QUEUE_REQUEST_SIZE_BIT; in hptiop_post_req_itl() 889 size_bits = IOPMU_QUEUE_ADDR_HOST_BIT; in hptiop_post_req_itl() 891 size_bits = IOPMU_QUEUE_REQUEST_SIZE_BIT | in hptiop_post_req_itl() 893 writel(_req->req_shifted_phy | size_bits, in hptiop_post_req_itl()
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | gdbmacros.txt | 185 set var $begin = $desc->text_blk_lpos.begin % (1U << prb->text_data_ring.size_bits) 186 set var $next = $desc->text_blk_lpos.next % (1U << prb->text_data_ring.size_bits)
|
| H A D | vmcoreinfo.rst | 295 (prb_data_ring, size_bits|data|head_lpos|tail_lpos)
|