Home
last modified time | relevance | path

Searched refs:pr_type (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/include/linux/
Dpr.h11 enum pr_type type, u32 flags);
13 enum pr_type type);
15 enum pr_type type, bool abort);
Delf.h82 u32 pr_type; member
/Linux-v6.1/include/uapi/linux/
Dpr.h7 enum pr_type { enum
/Linux-v6.1/arch/sparc/include/asm/
Delf_64.h157 unsigned int pr_type; member
/Linux-v6.1/scripts/kconfig/
Dexpr.c1282 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()
Dexpr.h310 tristate pr_type, const char *title);
/Linux-v6.1/fs/
Dbinfmt_elf.c750 if (have_prev_type && pr->pr_type <= *prev_type) in parse_elf_property()
752 *prev_type = pr->pr_type; in parse_elf_property()
754 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property()
/Linux-v6.1/drivers/md/
Ddm.c3082 enum pr_type type;
3199 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve()
3242 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release()
3278 enum pr_type type, bool abort) in dm_pr_preempt()
/Linux-v6.1/drivers/scsi/
Dsd.c1684 static char sd_pr_type(enum pr_type type) in sd_pr_type()
1745 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in sd_pr_reserve()
1753 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in sd_pr_release()
1759 enum pr_type type, bool abort) in sd_pr_preempt()
/Linux-v6.1/drivers/nvme/host/
Dcore.c2063 static char nvme_pr_type(enum pr_type type) in nvme_pr_type()
2139 enum pr_type type, unsigned flags) in nvme_pr_reserve()
2152 enum pr_type type, bool abort) in nvme_pr_preempt()
2166 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()