/linux-4.4.14/drivers/acpi/acpica/ |
D | dbnames.c | 56 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 …]
|
D | nsinit.c | 60 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
|
D | dbtest.c | 58 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
|
D | dbstats.c | 59 u32 nesting_level, 251 u32 nesting_level, in acpi_db_classify_one_object() argument
|
D | dbexec.c | 68 u32 nesting_level, void *context, void **return_value); 314 u32 nesting_level, void *context, void **return_value) in acpi_db_execution_walk() argument
|
D | nsxfeval.c | 649 u32 nesting_level, in ACPI_EXPORT_SYMBOL() 753 status = info->user_function(obj_handle, nesting_level, info->context, in ACPI_EXPORT_SYMBOL()
|
D | dbdisply.c | 63 u32 nesting_level, 1068 u32 nesting_level, in acpi_db_display_non_root_handlers() argument
|
D | dbcmds.c | 70 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/ |
D | dev-replace.c | 871 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()
|
D | ctree.h | 993 atomic_t nesting_level; member
|
D | disk-io.c | 2261 atomic_set(&fs_info->dev_replace.nesting_level, 0); in btrfs_init_dev_replace_locks()
|
/linux-4.4.14/include/acpi/ |
D | actypes.h | 1124 u32 nesting_level,
|
/linux-4.4.14/drivers/cpufreq/ |
D | longhaul.c | 678 u32 nesting_level, in longhaul_walk_callback() argument
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 1843 unsigned nesting_level = ctxt->src2.val & 31; in em_enter() local 1846 if (nesting_level) in em_enter()
|