| /Linux-v4.19/tools/testing/selftests/net/ |
| D | psock_tpacket.c | 537 static void __v3_test_block_len(struct block_desc *pbd, uint32_t bytes, int block_num) in __v3_test_block_len() 560 unsigned long bytes = 0, bytes_with_padding = ALIGN_8(sizeof(*pbd)); in __v3_walk_block() local
|
| /Linux-v4.19/lib/ |
| D | string.c | 966 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8() 986 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
|
| /Linux-v4.19/drivers/block/ |
| D | rbd.c | 1274 static void zero_bios(struct ceph_bio_iter *bio_pos, u32 off, u32 bytes) in zero_bios() 1284 static void zero_bvecs(struct ceph_bvec_iter *bvec_pos, u32 off, u32 bytes) in zero_bvecs() 1301 u32 bytes) in rbd_obj_zero_range() 2109 static void set_bio_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) in set_bio_pos() 2120 static void count_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in count_bio_bvecs() 2133 static void copy_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in copy_bio_bvecs() 2172 static void set_bvec_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) in set_bvec_pos() 2183 static void count_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in count_bvecs() 2194 static void copy_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in copy_bvecs() 2344 static bool is_zero_bvecs(struct bio_vec *bvecs, u32 bytes) in is_zero_bvecs() [all …]
|
| /Linux-v4.19/drivers/scsi/lpfc/ |
| D | lpfc_mem.c | 55 size_t bytes; in lpfc_mem_alloc_active_rrq_pool_s4() local
|
| /Linux-v4.19/tools/iio/ |
| D | iio_generic_buffer.c | 58 int bytes = 0; in size_from_channelarray() local
|
| /Linux-v4.19/drivers/media/pci/bt8xx/ |
| D | bttv-i2c.c | 300 int bytes = both ? 2 : 1; in bttv_I2CWrite() local
|
| /Linux-v4.19/drivers/net/ |
| D | ifb.c | 135 u64 packets, bytes; in ifb_stats64() local
|
| /Linux-v4.19/drivers/mfd/ |
| D | wm8350-core.c | 49 #define dump(bytes, src) argument
|
| D | twl6030-irq.c | 177 u8 bytes[4]; in twl6030_irq_thread() member
|
| /Linux-v4.19/samples/bpf/ |
| D | task_fd_query_user.c | 223 ssize_t bytes; in test_debug_fs_uprobe() local
|
| D | sockex3_kern.c | 112 __u64 bytes; member
|
| /Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/ |
| D | bcm2835-pcm.c | 319 struct snd_pcm_indirect *rec, size_t bytes) in snd_bcm2835_pcm_transfer()
|
| /Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211_tx.c | 605 int bytes, fc, qos_ctl = 0, hdr_len; in ieee80211_xmit() local
|
| /Linux-v4.19/tools/spi/ |
| D | spidev_test.c | 322 ssize_t bytes; in transfer_file() local
|
| /Linux-v4.19/include/drm/ |
| D | drm_displayid.h | 56 u8 bytes; member
|
| /Linux-v4.19/sound/usb/line6/ |
| D | pcm.h | 107 unsigned bytes; member
|
| /Linux-v4.19/fs/btrfs/ |
| D | zstd.c | 373 unsigned long bytes; in zstd_decompress() local
|
| /Linux-v4.19/drivers/scsi/ibmvscsi_tgt/ |
| D | ibmvscsi_tgt.c | 263 int bytes; in ibmvscsis_free_command_q() local 886 int bytes; in ibmvscsis_reset_queue() local 2989 int bytes; in ibmvscsis_enable_change_state() local 3212 enum dma_data_direction dir, unsigned int bytes) in ibmvscsis_rdma()
|
| /Linux-v4.19/drivers/gpu/drm/i915/ |
| D | intel_ringbuffer.c | 1760 static noinline int wait_for_space(struct intel_ring *ring, unsigned int bytes) in wait_for_space() 1794 int intel_ring_wait_for_space(struct intel_ring *ring, unsigned int bytes) in intel_ring_wait_for_space() 1814 const unsigned int bytes = num_dwords * sizeof(u32); in intel_ring_begin() local
|
| /Linux-v4.19/drivers/s390/block/ |
| D | dcssblk.c | 49 pgoff_t pgoff, void *addr, size_t bytes, struct iov_iter *i) in dcssblk_dax_copy_from_iter() 55 pgoff_t pgoff, void *addr, size_t bytes, struct iov_iter *i) in dcssblk_dax_copy_to_iter()
|
| /Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | fs_cmd.c | 512 u64 *packets, u64 *bytes) in mlx5_cmd_fc_query() 580 u64 *packets, u64 *bytes) in mlx5_cmd_fc_bulk_get()
|
| /Linux-v4.19/net/netfilter/ |
| D | nf_conntrack_h323_asn1.c | 168 static int nf_h323_error_boundary(struct bitstr *bs, size_t bytes, size_t bits) in nf_h323_error_boundary() 218 unsigned int v, l, shift, bytes; in get_bitmap() local
|
| /Linux-v4.19/mm/ |
| D | bootmem.c | 104 unsigned long bytes = DIV_ROUND_UP(pages, BITS_PER_BYTE); in bootmap_bytes() local 117 unsigned long bytes = bootmap_bytes(pages); in bootmem_bootmap_pages() local
|
| /Linux-v4.19/fs/fat/ |
| D | fatent.c | 26 int bytes = entry + (entry >> 1); in fat12_ent_blocknr() local 36 int bytes = (entry << sbi->fatent_shift); in fat_ent_blocknr() local
|
| /Linux-v4.19/drivers/usb/usbip/ |
| D | stub_rx.c | 365 unsigned int maxp, packets, bytes; in get_pipe() local
|