Searched refs:pr_type (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/include/linux/ |
D | pr.h | 11 enum pr_type type, u32 flags); 13 enum pr_type type); 15 enum pr_type type, bool abort);
|
/Linux-v5.4/include/uapi/linux/ |
D | pr.h | 7 enum pr_type { enum
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | elf_64.h | 158 unsigned int pr_type; member
|
/Linux-v5.4/scripts/kconfig/ |
D | expr.c | 1276 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument 1279 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1280 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1281 } else if (expr_calc_value(e) == pr_type) { in expr_print_revdep() 1294 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument 1296 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
D | expr.h | 316 tristate pr_type, const char *title);
|
/Linux-v5.4/drivers/scsi/ |
D | sd.c | 1714 static char sd_pr_type(enum pr_type type) in sd_pr_type() 1774 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in sd_pr_reserve() 1782 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in sd_pr_release() 1788 enum pr_type type, bool abort) in sd_pr_preempt()
|
/Linux-v5.4/drivers/md/ |
D | dm.c | 3113 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve() 3134 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release() 3155 enum pr_type type, bool abort) in dm_pr_preempt()
|
/Linux-v5.4/drivers/nvme/host/ |
D | core.c | 1893 static char nvme_pr_type(enum pr_type type) in nvme_pr_type() 1954 enum pr_type type, unsigned flags) in nvme_pr_reserve() 1967 enum pr_type type, bool abort) in nvme_pr_preempt() 1979 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
|