Searched refs:current_depth (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | utcache.c | 134 cache->current_depth--; acpi_os_purge_cache() 200 if (cache->current_depth >= cache->max_depth) { acpi_os_release_object() 222 cache->current_depth++; acpi_os_release_object() 270 cache->current_depth--; acpi_os_acquire_object()
|
/linux-4.1.27/fs/f2fs/ |
H A D | dir.c | 432 unsigned int current_depth) update_parent_metadata() 444 if (F2FS_I(dir)->i_current_depth != current_depth) { update_parent_metadata() 445 F2FS_I(dir)->i_current_depth = current_depth; update_parent_metadata() 500 unsigned int current_depth; __f2fs_add_link() local 522 current_depth = F2FS_I(dir)->i_current_depth; __f2fs_add_link() 529 if (unlikely(current_depth == MAX_DIR_HASH_DEPTH)) __f2fs_add_link() 533 if (level == current_depth) __f2fs_add_link() 534 ++current_depth; __f2fs_add_link() 584 update_parent_metadata(dir, inode, current_depth); __f2fs_add_link() 431 update_parent_metadata(struct inode *dir, struct inode *inode, unsigned int current_depth) update_parent_metadata() argument
|
/linux-4.1.27/include/sound/ |
H A D | gus.h | 541 extern void snd_gf1_lfo_setup(struct snd_gus_card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int shape);
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptsas.c | 4036 u16 current_depth; mptsas_handle_queue_full_event() local 4043 current_depth = le16_to_cpu(qfull_data->CurrentDepth); mptsas_handle_queue_full_event() 4084 if (current_depth > sdev->queue_depth) { mptsas_handle_queue_full_event() 4089 current_depth); mptsas_handle_queue_full_event() 4093 current_depth - 1); mptsas_handle_queue_full_event()
|
/linux-4.1.27/include/acpi/ |
H A D | actypes.h | 1231 u16 current_depth; member in struct:acpi_memory_list
|
Completed in 168 milliseconds