Searched refs:blk (Results 1 - 25 of 285) sorted by last modified time

1234567891011>>

/linux-master/include/sound/
H A Demu10k1.h1549 #define snd_emu10k1_memblk_offset(blk) (((blk)->mapped_page << PAGE_SHIFT) | ((blk)->mem.offset & (PAGE_SIZE - 1)))
1883 int snd_emu10k1_free_pages(struct snd_emu10k1 *emu, struct snd_util_memblk *blk);
1887 int snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *blk);
1888 int snd_emu10k1_synth_bzero(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, int size);
1889 int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, const char __user *data, int size);
1890 int snd_emu10k1_memblk_map(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk);
/linux-master/drivers/nvme/host/
H A Dtcp.c19 #include <linux/blk-mq.h>
H A Dpci.c10 #include <linux/blk-mq.h>
11 #include <linux/blk-mq-pci.h>
12 #include <linux/blk-integrity.h>
456 * affinity), so use the regular blk-mq cpu mapping
2622 * deadlocking blk-mq hot-cpu notifier.
H A Dnvme.h13 #include <linux/blk-mq.h>
706 * if blk-mq will need to use IPI magic to complete the request, and if yes do
H A Dcore.c8 #include <linux/blk-mq.h>
9 #include <linux/blk-integrity.h>
H A Dfc.c12 #include <linux/blk-cgroup.h>
19 #include <linux/blk-mq-pci.h>
1994 * status, they blk-mq layer can typically be called with the
/linux-master/drivers/block/
H A Dublk_drv.c40 #include <linux/blk-mq.h>
85 * for incoming blk-mq request from the ublk block device.
1362 * blk-mq queue, so we are called exclusively with blk-mq and ubq_daemon
/linux-master/drivers/scsi/
H A Dsd.c48 #include <linux/blk-pm.h>
H A Dscsi_lib.c23 #include <linux/blk-mq.h>
24 #include <linux/blk-integrity.h>
H A Dst.c3164 DEBC_printk(STp, "Got tape pos. blk %d part %d.\n",
3181 unsigned int blk;
3201 if (get_location(STp, &blk, &p, 1))
3205 STps->last_block_visited = blk;
3208 blk, STp->partition);
3522 unsigned int blk;
3830 if ((i = get_location(STp, &blk, &bt, 0)) < 0) {
3834 mt_pos.mt_blkno = blk;
3169 unsigned int blk; local
3508 unsigned int blk; local
/linux-master/fs/erofs/
H A Dinternal.h228 #define erofs_pos(sb, blk) ((erofs_off_t)(blk) << (sb)->s_blocksize_bits)
/linux-master/drivers/md/
H A Ddm.c32 #include <linux/blk-crypto.h>
33 #include <linux/blk-crypto-profile.h>
2108 * established. If request-based table is loaded: blk-mq will
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_6_ppt.c2937 static int mca_smu_get_ras_mca_set(struct amdgpu_device *adev, enum amdgpu_ras_block blk, argument
2945 if (blk != AMDGPU_RAS_BLOCK_COUNT) {
2946 mca_ras = mca_get_mca_ras_info(adev, blk);
2954 static int mca_smu_parse_mca_error_count(struct amdgpu_device *adev, enum amdgpu_ras_block blk, enum amdgpu_mca_error_type type, argument
2962 mca_ras = mca_get_mca_ras_info(adev, blk);
/linux-master/block/
H A Dbdev.c15 #include <linux/blk-integrity.h>
31 #include "blk.h"
H A Dblk-core.c19 #include <linux/blk-pm.h>
20 #include <linux/blk-integrity.h>
42 #include <linux/blk-crypto.h>
47 #include "blk.h"
48 #include "blk-mq-sched.h"
49 #include "blk-pm.h"
50 #include "blk-cgroup.h"
51 #include "blk-throttle.h"
52 #include "blk-ioprio.h"
H A Dblk-cgroup.h17 #include <linux/blk-cgroup.h>
20 #include <linux/blk-mq.h>
22 #include "blk.h"
55 /* association between a blk cgroup and a request queue */
/linux-master/fs/btrfs/
H A Dinode.c9 #include <linux/blk-cgroup.h>
/linux-master/arch/x86/events/intel/
H A Dds.c261 u8 dse, bool tlb, bool lock, bool blk)
272 if (blk)
260 __adl_latency_data_small(struct perf_event *event, u64 status, u8 dse, bool tlb, bool lock, bool blk) argument
/linux-master/io_uring/
H A Drw.c6 #include <linux/blk-mq.h>
/linux-master/fs/ext4/
H A Dsuper.c371 struct ext4_group_desc *bg, ext4_fsblk_t blk)
373 bg->bg_block_bitmap_lo = cpu_to_le32((u32)blk);
375 bg->bg_block_bitmap_hi = cpu_to_le32(blk >> 32);
379 struct ext4_group_desc *bg, ext4_fsblk_t blk)
381 bg->bg_inode_bitmap_lo = cpu_to_le32((u32)blk);
383 bg->bg_inode_bitmap_hi = cpu_to_le32(blk >> 32);
387 struct ext4_group_desc *bg, ext4_fsblk_t blk)
389 bg->bg_inode_table_lo = cpu_to_le32((u32)blk);
391 bg->bg_inode_table_hi = cpu_to_le32(blk >> 32);
7173 ext4_lblk_t blk local
370 ext4_block_bitmap_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) argument
378 ext4_inode_bitmap_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) argument
386 ext4_inode_table_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) argument
7209 ext4_lblk_t blk = off >> EXT4_BLOCK_SIZE_BITS(sb); local
[all...]
/linux-master/drivers/ufs/core/
H A Dufshcd.c17 #include <linux/blk-pm.h>
/linux-master/drivers/nvme/target/
H A Dfc.c8 #include <linux/blk-mq.h>
/linux-master/include/ufs/
H A Dufshcd.h16 #include <linux/blk-crypto-profile.h>
17 #include <linux/blk-mq.h>
/linux-master/include/scsi/
H A Dscsi_host.h11 #include <linux/blk-mq.h>
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c16 #include <linux/blk-mq-pci.h>
3348 /* number of hardware queues supported by blk/scsi-mq*/
3352 "blk/scsi-mq enabled, HW queues = %d.\n", host->nr_hw_queues);
3361 "blk/scsi-mq disabled.\n");

Completed in 539 milliseconds

1234567891011>>