Searched refs:pr_type (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/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-v4.19/include/uapi/linux/ |
D | pr.h | 7 enum pr_type { enum
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | elf_64.h | 158 unsigned int pr_type; member
|
/Linux-v4.19/scripts/kconfig/ |
D | expr.c | 1284 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument 1287 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1288 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1289 } else if (expr_calc_value(e) == pr_type) { in expr_print_revdep() 1302 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument 1304 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
D | expr.h | 315 tristate pr_type, const char *title);
|
/Linux-v4.19/drivers/scsi/ |
D | sd.c | 1699 static char sd_pr_type(enum pr_type type) in sd_pr_type() 1759 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in sd_pr_reserve() 1767 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in sd_pr_release() 1773 enum pr_type type, bool abort) in sd_pr_preempt()
|
/Linux-v4.19/drivers/nvme/host/ |
D | core.c | 1562 static char nvme_pr_type(enum pr_type type) in nvme_pr_type() 1623 enum pr_type type, unsigned flags) in nvme_pr_reserve() 1636 enum pr_type type, bool abort) in nvme_pr_preempt() 1648 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
|
/Linux-v4.19/drivers/md/ |
D | dm.c | 3075 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve() 3096 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release() 3117 enum pr_type type, bool abort) in dm_pr_preempt()
|