Home
last modified time | relevance | path

Searched defs:nr_bytes (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.h25 #define P4D_BYT3S(magic, nr_bytes) u8 __p4dding##magic[nr_bytes] argument
26 #define P4D_BYTES(line, nr_bytes) P4D_BYT3S(line, nr_bytes) argument
28 #define PAD_BYTES(nr_bytes) P4D_BYTES(__LINE__ , (nr_bytes)) argument
/linux/drivers/net/wireless/broadcom/b43/
H A Dmain.h23 #define P4D_BYT3S(magic, nr_bytes) u8 __p4dding##magic[nr_bytes] argument
24 #define P4D_BYTES(line, nr_bytes) P4D_BYT3S(line, nr_bytes) argument
26 #define PAD_BYTES(nr_bytes) P4D_BYTES( __LINE__ , (nr_bytes)) argument
/linux/drivers/md/
H A Ddm-ps-queue-length.c191 static struct dm_path *ql_select_path(struct path_selector *ps, size_t nr_bytes) in ql_select_path()
224 size_t nr_bytes) in ql_start_io()
234 size_t nr_bytes, u64 start_time) in ql_end_io()
H A Ddm-ps-service-time.c277 static struct dm_path *st_select_path(struct path_selector *ps, size_t nr_bytes) in st_select_path()
305 size_t nr_bytes) in st_start_io()
315 size_t nr_bytes, u64 start_time) in st_end_io()
H A Ddm-ps-historical-service-time.c431 size_t nr_bytes) in hst_select_path()
462 size_t nr_bytes) in hst_start_io()
493 size_t nr_bytes, u64 start_time) in hst_end_io()
H A Ddm-mpath.c113 size_t nr_bytes; member
385 size_t nr_bytes) in choose_path_in_pg()
408 static struct pgpath *choose_pgpath(struct multipath *m, size_t nr_bytes) in choose_pgpath()
517 size_t nr_bytes = blk_rq_bytes(rq); in multipath_clone_and_map() local
H A Ddm-ps-round-robin.c189 static struct dm_path *rr_select_path(struct path_selector *ps, size_t nr_bytes) in rr_select_path()
/linux/block/
H A Dt10-pi.c176 static void t10_pi_type1_complete(struct request *rq, unsigned int nr_bytes) in t10_pi_type1_complete()
339 static void ext_pi_type1_complete(struct request *rq, unsigned int nr_bytes) in ext_pi_type1_complete()
462 void blk_integrity_complete(struct request *rq, unsigned int nr_bytes) in blk_integrity_complete()
/linux/drivers/acpi/
H A Dnvs.c103 unsigned int nr_bytes; in suspend_nvs_register() local
/linux/drivers/iio/humidity/
H A Dam2315.c76 static u16 am2315_crc(u8 *data, u8 nr_bytes) in am2315_crc()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fwlog.c36 int i, nr_bytes; in ice_fwlog_alloc_ring_buffs() local
/linux/tools/testing/selftests/kvm/
H A Dmmu_stress_test.c209 uint64_t gpa, nr_bytes; in spawn_workers() local
/linux/mm/
H A Dmemcontrol.c141 unsigned int nr_bytes; in obj_cgroup_release() local
1769 unsigned int nr_bytes; member
2924 static bool consume_obj_stock(struct obj_cgroup *objcg, unsigned int nr_bytes, in consume_obj_stock()
2956 unsigned int nr_bytes = stock->nr_bytes & (PAGE_SIZE - 1); in drain_obj_stock() local
3026 static void refill_obj_stock(struct obj_cgroup *objcg, unsigned int nr_bytes, in refill_obj_stock()
3071 unsigned int nr_pages, nr_bytes; in obj_cgroup_charge_account() local
/linux/net/rds/
H A Drdma.c618 unsigned int nr_bytes; in rds_cmsg_rdma_args() local
/linux/fs/xfs/scrub/
H A Dxfarray.c447 size_t nr_bytes = sizeof(struct xfarray_sortinfo); in xfarray_sortinfo_alloc() local
/linux/kernel/trace/
H A Dblktrace.c828 blk_add_trace_rq(struct request * rq,blk_status_t error,unsigned int nr_bytes,u32 what,u64 cgid) blk_add_trace_rq() argument
874 blk_add_trace_rq_complete(void * ignore,struct request * rq,blk_status_t error,unsigned int nr_bytes) blk_add_trace_rq_complete() argument
/linux/drivers/platform/olpc/
H A Dolpc-xo175-ec.c479 size_t nr_bytes; in olpc_xo175_ec_cmd() local
/linux/tools/lib/bpf/
H A Dbtf_dump.c1838 int nr_bytes; in btf_dump_base_type_check_zero() local
2274 __u8 nr_bytes = (bits_offset + bit_sz + 7) / 8; in btf_dump_type_data_check_overflow() local
/linux/drivers/block/
H A Dswim3.c256 static bool swim3_end_request(struct floppy_state *fs, blk_status_t err, unsigned int nr_bytes) in swim3_end_request()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c464 u8 hdr, key, nr_bytes, bit_offset; in npc_scan_ldata() local
/linux/fs/proc/
H A Dvmcore.c163 ssize_t nr_bytes; in read_from_oldmem() local
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h221 u32 nr_bytes; member
/linux/drivers/mmc/core/
H A Dblock.c2120 unsigned int nr_bytes = mqrq->brq.data.bytes_xfered; in mmc_blk_mq_complete_rq() local
/linux/kernel/bpf/
H A Dbtf.c865 u8 nr_bits, nr_bytes; btf_type_int_is_regular() local