/kernel/linux/linux-6.6/include/linux/ |
H A D | pr.h | 16 enum pr_type type; 23 enum pr_type type, u32 flags); 25 enum pr_type type); 27 enum pr_type type, bool abort);
|
H A D | elf.h | 79 * pr_type values (GNU_PROPERTY_*) are public and defined in the UAPI header. 82 u32 pr_type; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pr.h | 11 enum pr_type type, u32 flags); 13 enum pr_type type); 15 enum pr_type type, bool abort);
|
H A D | elf.h | 69 * pr_type values (GNU_PROPERTY_*) are public and defined in the UAPI header. 72 u32 pr_type; member
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | pr.c | 12 static enum nvme_pr_type nvme_pr_type_from_blk(enum pr_type type) in nvme_pr_type_from_blk() 32 static enum pr_type block_pr_type_from_nvme(enum nvme_pr_type type) in block_pr_type_from_nvme() 143 enum pr_type type, unsigned flags) in nvme_pr_reserve() 156 enum pr_type type, bool abort) in nvme_pr_preempt() 170 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_common.h | 22 enum scsi_pr_type block_pr_type_to_scsi(enum pr_type type); 23 enum pr_type scsi_pr_type_to_block(enum scsi_pr_type type);
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | pr.h | 7 enum pr_type { enum
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | pr.h | 22 enum pr_type { enum
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | pr.h | 9 enum pr_type { enum
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | pr.h | 22 enum pr_type { enum
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | pr.h | 24 enum pr_type { enum
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_common.c | 67 enum pr_type scsi_pr_type_to_block(enum scsi_pr_type type) in scsi_pr_type_to_block() 88 enum scsi_pr_type block_pr_type_to_scsi(enum pr_type type) in block_pr_type_to_scsi()
|
H A D | sd.c | 1933 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in sd_pr_reserve() 1942 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in sd_pr_release() 1949 enum pr_type type, bool abort) in sd_pr_preempt()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | elf_64.h | 158 unsigned int pr_type; member
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | elf_64.h | 157 unsigned int pr_type; member
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | expr.h | 316 tristate pr_type, const char *title);
|
H A D | expr.c | 1282 void *data, tristate pr_type, const char **title) in expr_print_revdep() 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() 1302 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep() 1280 expr_print_revdep(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, tristate pr_type, const char **title) expr_print_revdep() argument 1299 expr_gstr_print_revdep(struct expr *e, struct gstr *gs, tristate pr_type, const char *title) expr_gstr_print_revdep() argument
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | expr.h | 309 tristate pr_type, const char *title);
|
H A D | expr.c | 1282 void *data, tristate pr_type, const char **title) in expr_print_revdep() 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() 1302 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep() 1280 expr_print_revdep(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, tristate pr_type, const char **title) expr_print_revdep() argument 1299 expr_gstr_print_revdep(struct expr *e, struct gstr *gs, tristate pr_type, const char *title) expr_gstr_print_revdep() argument
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm.c | 3146 enum pr_type type; 3265 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve() 3308 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release() 3344 enum pr_type type, bool abort) in dm_pr_preempt()
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 745 /* Properties are supposed to be unique and sorted on pr_type: */ in parse_elf_property() 746 if (have_prev_type && pr->pr_type <= *prev_type) in parse_elf_property() 748 *prev_type = pr->pr_type; in parse_elf_property() 750 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf.c | 748 /* Properties are supposed to be unique and sorted on pr_type: */ in parse_elf_property() 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()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm.c | 3051 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve() 3072 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release() 3093 enum pr_type type, bool abort) in dm_pr_preempt()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sd.c | 1804 static char sd_pr_type(enum pr_type type) in sd_pr_type() 1865 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in sd_pr_reserve() 1873 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in sd_pr_release() 1879 enum pr_type type, bool abort) in sd_pr_preempt()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | core.c | 2202 static char nvme_pr_type(enum pr_type type) in nvme_pr_type() 2263 enum pr_type type, unsigned flags) in nvme_pr_reserve() 2276 enum pr_type type, bool abort) in nvme_pr_preempt() 2290 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
|