Searched refs:blk (Results 201 - 225 of 289) sorted by relevance

1234567891011>>

/linux-master/drivers/s390/block/
H A Dscm_blk.c17 #include <linux/blk-mq.h>
H A Ddasd_int.h59 #include <linux/blk-mq.h>
/linux-master/drivers/mtd/ubi/
H A Dblock.c39 #include <linux/blk-mq.h>
456 /* Finally destroy the blk queue */
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.h293 u8 blk; member in struct:pmc_bit_map
H A Dcore.c703 if (!map->blk)
708 offset += map->blk * S0IX_BLK_SIZE;
/linux-master/mm/
H A Dreadahead.c128 #include <linux/blk-cgroup.h>
/linux-master/fs/xfs/
H A Dxfs_trans_dquot.c71 * Carry forward whatever is left of the quota blk reservation to
326 /* regular disk blk reservation */
781 * if the blk reservation is for RT or regular blocks.
804 qlim = &defq->blk;
/linux-master/block/
H A Dblk.h5 #include <linux/blk-crypto.h>
10 #include "blk-crypto-internal.h"
644 /* Reserved bit for blk-throtl */
H A Dblk-iolatency.c76 #include <linux/blk-mq.h>
77 #include "blk-rq-qos.h"
78 #include "blk-stat.h"
79 #include "blk-cgroup.h"
80 #include "blk.h"
/linux-master/scripts/
H A Dcheckpatch.pl1673 my $blk = '';
1691 #warn "CSB: blk<$blk> remain<$remain>\n";
1700 $blk .= $lines[$line] . "\n";
1701 $len = length($blk);
1706 #warn "CSB: blk<$blk> off<$off> len<$len>\n";
1710 if ($level == 0 && substr($blk, $off) =~ /^.\s*#\s*define/) {
1716 $c = substr($blk, $off, 1);
1717 $remainder = substr($blk,
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nvme.c11 #include <linux/blk-mq-pci.h>
12 #include <linux/blk-mq.h>
/linux-master/include/trace/events/
H A Dext4.h656 TP_PROTO(struct super_block *sb, unsigned long long blk,
659 TP_ARGS(sb, blk, count),
663 __field( __u64, blk )
670 __entry->blk = blk;
674 TP_printk("dev %d,%d blk %llu count %llu",
676 __entry->blk, __entry->count)
/linux-master/drivers/scsi/
H A Dst.c3163 DEBC_printk(STp, "Got tape pos. blk %d part %d.\n",
3180 unsigned int blk;
3200 if (get_location(STp, &blk, &p, 1))
3204 STps->last_block_visited = blk;
3207 blk, STp->partition);
3521 unsigned int blk;
3829 if ((i = get_location(STp, &blk, &bt, 0)) < 0) {
3833 mt_pos.mt_blkno = blk;
3168 unsigned int blk; local
3507 unsigned int blk; local
H A Dsr.c49 #include <linux/blk-pm.h>
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_6_ppt.c2963 static int mca_smu_get_ras_mca_set(struct amdgpu_device *adev, enum amdgpu_ras_block blk, argument
2971 if (blk != AMDGPU_RAS_BLOCK_COUNT) {
2972 mca_ras = mca_get_mca_ras_info(adev, blk);
2980 static int mca_smu_parse_mca_error_count(struct amdgpu_device *adev, enum amdgpu_ras_block blk, enum amdgpu_mca_error_type type, argument
2988 mca_ras = mca_get_mca_ras_info(adev, blk);
/linux-master/fs/f2fs/
H A Df2fs.h645 block_t blk; member in struct:extent_info::__anon63::__anon64
873 ext->blk = le32_to_cpu(i_ext->blk);
881 i_ext->blk = cpu_to_le32(ext->blk);
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py3398 first, last, blk = [], [], data[t]
3399 if len(blk) > 1 and t in trace:
3401 for i in range(len(blk)):
3402 if 'SUSPEND START' in blk[i][3]:
3404 elif re.match('.* timekeeping_freeze.*begin', blk[i][3]):
3406 elif re.match('.* timekeeping_freeze.*end', blk[i][3]):
3408 elif 'RESUME COMPLETE' in blk[i][3]:
3411 blk.insert(0, blk.pop(first[0]))
3413 blk
[all...]
/linux-master/drivers/block/
H A Dvirtio_blk.c15 #include <linux/blk-mq.h>
16 #include <linux/blk-mq-virtio.h>
37 "Limit the number of request queues to use for blk device. "
61 * blk-mq, virtqueue processing, and sysfs attribute code paths are
1047 * virtio blk but don't ever use it for any new driver.
1676 virtblk_wq = alloc_workqueue("virtio-blk", 0, 0);
H A Dloop.c32 #include <linux/blk-cgroup.h>
36 #include <linux/blk-mq.h>
H A Dswim.c18 #include <linux/blk-mq.h>
/linux-master/drivers/md/
H A Ddm-table.c15 #include <linux/blk-integrity.h>
24 #include <linux/blk-mq.h>
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c1799 lbp = state->path.blk[0].bp;
1879 state->path.blk[0].bp = NULL;
/linux-master/drivers/target/
H A Dtarget_core_iblock.c19 #include <linux/blk-integrity.h>
/linux-master/drivers/nvdimm/
H A Dpmem.c22 #include <linux/blk-mq.h>
/linux-master/drivers/nvme/host/
H A Dnvme.h13 #include <linux/blk-mq.h>
711 * if blk-mq will need to use IPI magic to complete the request, and if yes do

Completed in 531 milliseconds

1234567891011>>