Home
last modified time | relevance | path

Searched refs:ref_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/acpi/acpica/
Dexresolv.c109 u8 ref_type; in acpi_ex_resolve_object_to_value() local
120 ref_type = stack_desc->reference.class; in acpi_ex_resolve_object_to_value()
122 switch (ref_type) { in acpi_ex_resolve_object_to_value()
129 status = acpi_ds_method_data_get_value(ref_type, in acpi_ex_resolve_object_to_value()
242 ref_type, stack_desc)); in acpi_ex_resolve_object_to_value()
/linux-6.6.21/fs/btrfs/
Ddelayed-ref.c867 int action, u8 ref_type) in init_delayed_ref_common() argument
883 ref->type = ref_type; in init_delayed_ref_common()
910 u8 ref_type; in btrfs_add_delayed_tree_ref() local
936 ref_type = BTRFS_SHARED_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
938 ref_type = BTRFS_TREE_BLOCK_REF_KEY; in btrfs_add_delayed_tree_ref()
942 ref_type); in btrfs_add_delayed_tree_ref()
1004 u8 ref_type; in btrfs_add_delayed_data_ref() local
1012 ref_type = BTRFS_SHARED_DATA_REF_KEY; in btrfs_add_delayed_data_ref()
1014 ref_type = BTRFS_EXTENT_DATA_REF_KEY; in btrfs_add_delayed_data_ref()
1016 ref_root, action, ref_type); in btrfs_add_delayed_data_ref()
/linux-6.6.21/tools/bpf/bpftool/
Djit_disasm.c73 uint64_t *ref_type, __maybe_unused uint64_t ref_PC, in symbol_lookup_callback() argument
76 *ref_type = LLVMDisassembler_ReferenceType_InOut_None; in symbol_lookup_callback()
/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-h264.c287 static char ref_type_to_char(u8 ref_type) in ref_type_to_char() argument
289 switch (ref_type) { in ref_type_to_char()