Searched refs:nesting_level (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/fs/btrfs/
H A Ddev-replace.c870 if (atomic_read(&dev_replace->nesting_level) == 0) { btrfs_dev_replace_lock()
877 atomic_inc(&dev_replace->nesting_level); btrfs_dev_replace_lock()
883 if (atomic_read(&dev_replace->nesting_level) > 0 && btrfs_dev_replace_lock()
886 atomic_inc(&dev_replace->nesting_level); btrfs_dev_replace_lock()
899 WARN_ON(atomic_read(&dev_replace->nesting_level) < 1); btrfs_dev_replace_unlock()
901 atomic_dec(&dev_replace->nesting_level); btrfs_dev_replace_unlock()
902 if (atomic_read(&dev_replace->nesting_level) == 0) { btrfs_dev_replace_unlock()
H A Dctree.h966 atomic_t nesting_level; member in struct:btrfs_dev_replace
H A Ddisk-io.c2215 atomic_set(&fs_info->dev_replace.nesting_level, 0); btrfs_init_dev_replace_locks()
/linux-4.1.27/drivers/acpi/acpica/
H A 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) acpi_ns_find_ini_methods()
449 u32 nesting_level, void *context, void **return_value) acpi_ns_init_one_device()
383 acpi_ns_find_ini_methods(acpi_handle obj_handle, u32 nesting_level, void *context, void **return_value) acpi_ns_find_ini_methods() argument
448 acpi_ns_init_one_device(acpi_handle obj_handle, u32 nesting_level, void *context, void **return_value) acpi_ns_init_one_device() argument
H A Dnsxfeval.c649 u32 nesting_level, acpi_ns_get_device_callback()
754 status = info->user_function(obj_handle, nesting_level, info->context, acpi_ns_get_device_callback()
648 acpi_ns_get_device_callback(acpi_handle obj_handle, u32 nesting_level, void *context, void **return_value) acpi_ns_get_device_callback() argument
/linux-4.1.27/drivers/cpufreq/
H A Dlonghaul.c678 u32 nesting_level, longhaul_walk_callback()
677 longhaul_walk_callback(acpi_handle obj_handle, u32 nesting_level, void *context, void **return_value) longhaul_walk_callback() argument
/linux-4.1.27/include/acpi/
H A Dactypes.h1125 u32 nesting_level,
/linux-4.1.27/arch/x86/kvm/
H A Demulate.c1846 unsigned nesting_level = ctxt->src2.val & 31; em_enter() local
1849 if (nesting_level) em_enter()

Completed in 296 milliseconds