Home
last modified time | relevance | path

Searched refs:nesting_level (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Ddbnames.c56 u32 nesting_level,
61 u32 nesting_level,
66 u32 nesting_level,
71 u32 nesting_level,
76 u32 nesting_level, void *context, void **return_value);
80 u32 nesting_level,
85 u32 nesting_level, void *context, void **return_value);
322 u32 nesting_level, in acpi_db_walk_and_match_name() argument
360 (void)acpi_ns_dump_one_object(obj_handle, nesting_level, &info, in acpi_db_walk_and_match_name()
425 u32 nesting_level, in acpi_db_walk_for_predefined_names() argument
[all …]
Dnsinit.c60 u32 nesting_level, void *context, void **return_value);
64 u32 nesting_level, void *context, void **return_value);
384 u32 nesting_level, void *context, void **return_value) in acpi_ns_find_ini_methods() argument
449 u32 nesting_level, void *context, void **return_value) in acpi_ns_init_one_device() argument
Ddbtest.c58 u32 nesting_level, void *context, void **return_value);
82 u32 nesting_level,
273 u32 nesting_level, void *context, void **return_value) in acpi_db_test_one_object() argument
925 u32 nesting_level, in acpi_db_evaluate_one_predefined_name() argument
Ddbstats.c59 u32 nesting_level,
251 u32 nesting_level, in acpi_db_classify_one_object() argument
Ddbexec.c68 u32 nesting_level, void *context, void **return_value);
314 u32 nesting_level, void *context, void **return_value) in acpi_db_execution_walk() argument
Dnsxfeval.c649 u32 nesting_level, in ACPI_EXPORT_SYMBOL()
753 status = info->user_function(obj_handle, nesting_level, info->context, in ACPI_EXPORT_SYMBOL()
Ddbdisply.c63 u32 nesting_level,
1068 u32 nesting_level, in acpi_db_display_non_root_handlers() argument
Ddbcmds.c70 u32 nesting_level, void *context, void **return_value);
789 u32 nesting_level, void *context, void **return_value) in acpi_db_device_resources() argument
/linux-4.4.14/fs/btrfs/
Ddev-replace.c871 if (atomic_read(&dev_replace->nesting_level) == 0) { in btrfs_dev_replace_lock()
878 atomic_inc(&dev_replace->nesting_level); in btrfs_dev_replace_lock()
884 if (atomic_read(&dev_replace->nesting_level) > 0 && in btrfs_dev_replace_lock()
887 atomic_inc(&dev_replace->nesting_level); in btrfs_dev_replace_lock()
900 WARN_ON(atomic_read(&dev_replace->nesting_level) < 1); in btrfs_dev_replace_unlock()
902 atomic_dec(&dev_replace->nesting_level); in btrfs_dev_replace_unlock()
903 if (atomic_read(&dev_replace->nesting_level) == 0) { in btrfs_dev_replace_unlock()
Dctree.h993 atomic_t nesting_level; member
Ddisk-io.c2261 atomic_set(&fs_info->dev_replace.nesting_level, 0); in btrfs_init_dev_replace_locks()
/linux-4.4.14/include/acpi/
Dactypes.h1124 u32 nesting_level,
/linux-4.4.14/drivers/cpufreq/
Dlonghaul.c678 u32 nesting_level, in longhaul_walk_callback() argument
/linux-4.4.14/arch/x86/kvm/
Demulate.c1843 unsigned nesting_level = ctxt->src2.val & 31; in em_enter() local
1846 if (nesting_level) in em_enter()