Searched refs:nr_bytes (Results 1 – 2 of 2) sorted by relevance
/kernel/trace/ |
D | blktrace.c | 832 unsigned int nr_bytes, u32 what, u64 cgid) in blk_add_trace_rq() argument 848 __blk_add_trace(bt, blk_rq_trace_sector(rq), nr_bytes, rq->cmd_flags, in blk_add_trace_rq() 878 blk_status_t error, unsigned int nr_bytes) in blk_add_trace_rq_complete() argument 880 blk_add_trace_rq(rq, error, nr_bytes, BLK_TA_COMPLETE, in blk_add_trace_rq_complete()
|
/kernel/bpf/ |
D | btf.c | 826 u8 nr_bits, nr_bytes; in btf_type_int_is_regular() local 831 nr_bytes = BITS_ROUNDUP_BYTES(nr_bits); in btf_type_int_is_regular() 834 (nr_bytes != sizeof(u8) && nr_bytes != sizeof(u16) && in btf_type_int_is_regular() 835 nr_bytes != sizeof(u32) && nr_bytes != sizeof(u64) && in btf_type_int_is_regular() 836 nr_bytes != (2 * sizeof(u64)))) { in btf_type_int_is_regular()
|