Searched refs:pr_type (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/include/linux/ |
D | pr.h | 11 enum pr_type type, u32 flags); 13 enum pr_type type); 15 enum pr_type type, bool abort);
|
D | elf.h | 82 u32 pr_type; member
|
/Linux-v5.15/include/uapi/linux/ |
D | pr.h | 7 enum pr_type { enum
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | elf_64.h | 157 unsigned int pr_type; member
|
/Linux-v5.15/scripts/kconfig/ |
D | expr.c | 1282 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument 1285 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1286 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1287 } else if (expr_calc_value(e) == pr_type) { in expr_print_revdep() 1300 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument 1302 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
D | expr.h | 310 tristate pr_type, const char *title);
|
/Linux-v5.15/fs/ |
D | binfmt_elf.c | 749 if (have_prev_type && pr->pr_type <= *prev_type) in parse_elf_property() 751 *prev_type = pr->pr_type; in parse_elf_property() 753 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property()
|
/Linux-v5.15/drivers/scsi/ |
D | sd.c | 1759 static char sd_pr_type(enum pr_type type) in sd_pr_type() 1820 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in sd_pr_reserve() 1828 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in sd_pr_release() 1834 enum pr_type type, bool abort) in sd_pr_preempt()
|
/Linux-v5.15/drivers/md/ |
D | dm.c | 2947 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve() 2968 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release() 2989 enum pr_type type, bool abort) in dm_pr_preempt()
|
/Linux-v5.15/drivers/nvme/host/ |
D | core.c | 1945 static char nvme_pr_type(enum pr_type type) in nvme_pr_type() 2021 enum pr_type type, unsigned flags) in nvme_pr_reserve() 2034 enum pr_type type, bool abort) in nvme_pr_preempt() 2048 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
|