/linux-4.1.27/fs/autofs4/ |
D | expire.c | 95 spin_unlock(&root->d_lock); in get_next_positive_subdir() 96 spin_unlock(&sbi->lookup_lock); in get_next_positive_subdir() 106 spin_unlock(&q->d_lock); in get_next_positive_subdir() 111 spin_unlock(&q->d_lock); in get_next_positive_subdir() 112 spin_unlock(&root->d_lock); in get_next_positive_subdir() 113 spin_unlock(&sbi->lookup_lock); in get_next_positive_subdir() 144 spin_unlock(&p->d_lock); in get_next_positive_dentry() 145 spin_unlock(&sbi->lookup_lock); in get_next_positive_dentry() 152 spin_unlock(&p->d_lock); in get_next_positive_dentry() 156 spin_unlock(&p->d_lock); in get_next_positive_dentry() [all …]
|
D | root.c | 85 spin_unlock(&sbi->lookup_lock); in autofs4_add_active() 101 spin_unlock(&sbi->lookup_lock); in autofs4_del_active() 127 spin_unlock(&sbi->lookup_lock); in autofs4_dir_open() 130 spin_unlock(&sbi->lookup_lock); in autofs4_dir_open() 152 spin_unlock(&sbi->lookup_lock); in autofs4_dentry_release() 200 spin_unlock(&active->d_lock); in autofs4_lookup_active() 201 spin_unlock(&sbi->lookup_lock); in autofs4_lookup_active() 205 spin_unlock(&active->d_lock); in autofs4_lookup_active() 207 spin_unlock(&sbi->lookup_lock); in autofs4_lookup_active() 233 spin_unlock(&sbi->lookup_lock); in autofs4_lookup_expiring() [all …]
|
/linux-4.1.27/fs/notify/ |
D | inode_mark.c | 41 spin_unlock(&inode->i_lock); in fsnotify_recalc_inode_mask() 64 spin_unlock(&inode->i_lock); in fsnotify_destroy_inode_mark() 82 spin_unlock(&inode->i_lock); in fsnotify_clear_marks_by_inode() 106 spin_unlock(&inode->i_lock); in fsnotify_find_inode_mark() 159 spin_unlock(&inode->i_lock); in fsnotify_add_inode_mark() 186 spin_unlock(&inode->i_lock); in fsnotify_unmount_inodes() 197 spin_unlock(&inode->i_lock); in fsnotify_unmount_inodes() 209 spin_unlock(&inode->i_lock); in fsnotify_unmount_inodes() 218 spin_unlock(&next_i->i_lock); in fsnotify_unmount_inodes() 221 spin_unlock(&next_i->i_lock); in fsnotify_unmount_inodes() [all …]
|
D | vfsmount_mark.c | 46 spin_unlock(&mnt->mnt_root->d_lock); in fsnotify_clear_marks_by_mount() 66 spin_unlock(&mnt->mnt_root->d_lock); in fsnotify_recalc_vfsmount_mask() 83 spin_unlock(&mnt->mnt_root->d_lock); in fsnotify_destroy_vfsmount_mark() 98 spin_unlock(&mnt->mnt_root->d_lock); in fsnotify_find_vfsmount_mark() 124 spin_unlock(&mnt->mnt_root->d_lock); in fsnotify_add_vfsmount_mark()
|
D | mark.c | 140 spin_unlock(&mark->lock); in fsnotify_destroy_mark_locked() 156 spin_unlock(&mark->lock); in fsnotify_destroy_mark_locked() 165 spin_unlock(&destroy_lock); in fsnotify_destroy_mark_locked() 219 spin_unlock(&mark->lock); in fsnotify_destroy_marks() 357 spin_unlock(&mark->lock); in fsnotify_add_mark_locked() 370 spin_unlock(&mark->lock); in fsnotify_add_mark_locked() 374 spin_unlock(&destroy_lock); in fsnotify_add_mark_locked() 488 spin_unlock(&destroy_lock); in fsnotify_mark_destroy()
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_lock.c | 61 spin_unlock(&lock->lock); in ttm_read_unlock() 72 spin_unlock(&lock->lock); in __ttm_read_lock() 79 spin_unlock(&lock->lock); in __ttm_read_lock() 105 spin_unlock(&lock->lock); in __ttm_read_trylock() 115 spin_unlock(&lock->lock); in __ttm_read_trylock() 144 spin_unlock(&lock->lock); in ttm_write_unlock() 155 spin_unlock(&lock->lock); in __ttm_write_lock() 165 spin_unlock(&lock->lock); in __ttm_write_lock() 180 spin_unlock(&lock->lock); in ttm_write_lock() 198 spin_unlock(&lock->lock); in __ttm_vt_unlock() [all …]
|
D | ttm_bo_manager.c | 81 spin_unlock(&rman->lock); in ttm_bo_man_get_node() 101 spin_unlock(&rman->lock); in ttm_bo_man_put_node() 131 spin_unlock(&rman->lock); in ttm_bo_man_takedown() 136 spin_unlock(&rman->lock); in ttm_bo_man_takedown() 147 spin_unlock(&rman->lock); in ttm_bo_man_debug()
|
D | ttm_object.c | 178 spin_unlock(&tdev->object_lock); in ttm_base_object_init() 192 spin_unlock(&tdev->object_lock); in ttm_base_object_init() 206 spin_unlock(&tdev->object_lock); in ttm_release_base() 370 spin_unlock(&tfile->lock); in ttm_ref_object_add() 376 spin_unlock(&tfile->lock); in ttm_ref_object_add() 399 spin_unlock(&tfile->lock); in ttm_ref_object_release() 421 spin_unlock(&tfile->lock); in ttm_ref_object_base_unref() 426 spin_unlock(&tfile->lock); in ttm_ref_object_base_unref() 455 spin_unlock(&tfile->lock); in ttm_object_file_release() 534 spin_unlock(&tdev->object_lock); in ttm_object_device_release()
|
/linux-4.1.27/fs/ |
D | inode.c | 429 spin_unlock(&inode_sb_list_lock); in inode_sb_list_add() 438 spin_unlock(&inode_sb_list_lock); in inode_sb_list_del() 467 spin_unlock(&inode->i_lock); in __insert_inode_hash() 468 spin_unlock(&inode_hash_lock); in __insert_inode_hash() 483 spin_unlock(&inode->i_lock); in __remove_inode_hash() 484 spin_unlock(&inode_hash_lock); in __remove_inode_hash() 557 spin_unlock(&inode->i_lock); in evict() 602 spin_unlock(&inode->i_lock); in evict_inodes() 608 spin_unlock(&inode->i_lock); in evict_inodes() 611 spin_unlock(&inode_sb_list_lock); in evict_inodes() [all …]
|
D | dcache.c | 338 spin_unlock(&dentry->d_lock); in dentry_iput() 339 spin_unlock(&inode->i_lock); in dentry_iput() 347 spin_unlock(&dentry->d_lock); in dentry_iput() 365 spin_unlock(&dentry->d_lock); in dentry_unlink_inode() 366 spin_unlock(&inode->i_lock); in dentry_unlink_inode() 495 spin_unlock(&dentry->d_lock); in d_drop() 531 spin_unlock(&parent->d_lock); in __dentry_kill() 547 spin_unlock(&dentry->d_lock); in __dentry_kill() 571 spin_unlock(&inode->i_lock); in dentry_kill() 580 spin_unlock(&dentry->d_lock); in dentry_kill() [all …]
|
D | drop_caches.c | 25 spin_unlock(&inode->i_lock); in drop_pagecache_sb() 29 spin_unlock(&inode->i_lock); in drop_pagecache_sb() 30 spin_unlock(&inode_sb_list_lock); in drop_pagecache_sb() 36 spin_unlock(&inode_sb_list_lock); in drop_pagecache_sb()
|
D | fs_struct.c | 23 spin_unlock(&fs->lock); in set_fs_root() 42 spin_unlock(&fs->lock); in set_fs_pwd() 77 spin_unlock(&fs->lock); in chroot_fs_refs() 103 spin_unlock(&fs->lock); in exit_fs() 126 spin_unlock(&old->lock); in copy_fs_struct() 144 spin_unlock(&fs->lock); in unshare_fs_struct()
|
D | fs-writeback.c | 209 spin_unlock(&bdi->wb.list_lock); in inode_wb_list_del() 378 spin_unlock(&inode->i_lock); in __inode_wait_for_writeback() 392 spin_unlock(&inode->i_lock); in inode_wait_for_writeback() 409 spin_unlock(&inode->i_lock); in inode_sleep_on_writeback() 550 spin_unlock(&inode->i_lock); in __writeback_single_inode() 608 spin_unlock(&inode->i_lock); in writeback_single_inode() 620 spin_unlock(&wb->list_lock); in writeback_single_inode() 623 spin_unlock(&inode->i_lock); in writeback_single_inode() 710 spin_unlock(&inode->i_lock); in writeback_sb_inodes() 724 spin_unlock(&inode->i_lock); in writeback_sb_inodes() [all …]
|
D | file.c | 148 spin_unlock(&files->file_lock); in expand_fdtable() 274 spin_unlock(&oldf->file_lock); in dup_fd() 323 spin_unlock(&oldf->file_lock); in dup_fd() 499 spin_unlock(&files->file_lock); in __alloc_fd() 527 spin_unlock(&files->file_lock); in put_unused_fd() 560 spin_unlock(&files->file_lock); in __fd_install() 588 spin_unlock(&files->file_lock); in __close_fd() 592 spin_unlock(&files->file_lock); in __close_fd() 622 spin_unlock(&files->file_lock); in do_close_on_exec() 629 spin_unlock(&files->file_lock); in do_close_on_exec() [all …]
|
D | super.c | 265 spin_unlock(&sb_lock); in put_super() 339 spin_unlock(&sb_lock); in grab_super() 423 spin_unlock(&sb_lock); in generic_shutdown_super() 464 spin_unlock(&sb_lock); in sget() 473 spin_unlock(&sb_lock); in sget() 482 spin_unlock(&sb_lock); in sget() 515 spin_unlock(&sb_lock); in iterate_supers() 529 spin_unlock(&sb_lock); in iterate_supers() 549 spin_unlock(&sb_lock); in iterate_supers_type() 563 spin_unlock(&sb_lock); in iterate_supers_type() [all …]
|
D | mbcache.c | 142 spin_unlock(bgl_lock_ptr(mb_cache_bg_lock, in __spin_unlock_mb_cache_entry() 227 spin_unlock(&mb_cache_spinlock); in __mb_cache_entry_release() 265 spin_unlock(&mb_cache_spinlock); in mb_cache_shrink_scan() 281 spin_unlock(&mb_cache_spinlock); in mb_cache_shrink_scan() 302 spin_unlock(&mb_cache_spinlock); in mb_cache_shrink_count() 373 spin_unlock(&mb_cache_spinlock); in mb_cache_create() 412 spin_unlock(&mb_cache_spinlock); in mb_cache_shrink() 436 spin_unlock(&mb_cache_spinlock); in mb_cache_shrink() 463 spin_unlock(&mb_cache_spinlock); in mb_cache_destroy() 519 spin_unlock(&mb_cache_spinlock); in mb_cache_entry_alloc() [all …]
|
D | libfs.c | 125 spin_unlock(&next->d_lock); in dcache_dir_lseek() 129 spin_unlock(&dentry->d_lock); in dcache_dir_lseek() 165 spin_unlock(&next->d_lock); in dcache_readdir() 169 spin_unlock(&next->d_lock); in dcache_readdir() 170 spin_unlock(&dentry->d_lock); in dcache_readdir() 178 spin_unlock(&next->d_lock); in dcache_readdir() 182 spin_unlock(&dentry->d_lock); in dcache_readdir() 293 spin_unlock(&child->d_lock); in simple_empty() 296 spin_unlock(&child->d_lock); in simple_empty() 300 spin_unlock(&dentry->d_lock); in simple_empty() [all …]
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_tpg.c | 100 spin_unlock(&tpg->tpg_state_lock); in iscsit_load_discovery_tpg() 139 spin_unlock(&tpg->tpg_state_lock); in iscsit_get_tpg_from_np() 142 spin_unlock(&tpg->tpg_state_lock); in iscsit_get_tpg_from_np() 149 spin_unlock(&tpg->tpg_np_lock); in iscsit_get_tpg_from_np() 150 spin_unlock(&tiqn->tiqn_tpg_lock); in iscsit_get_tpg_from_np() 154 spin_unlock(&tpg->tpg_np_lock); in iscsit_get_tpg_from_np() 156 spin_unlock(&tiqn->tiqn_tpg_lock); in iscsit_get_tpg_from_np() 199 spin_unlock(&tpg->tpg_np_lock); in iscsit_clear_tpg_np_login_threads() 203 spin_unlock(&tpg->tpg_np_lock); in iscsit_clear_tpg_np_login_threads() 245 spin_unlock(&tpg->tpg_state_lock); in iscsit_tpg_add_portal_group() [all …]
|
D | iscsi_target_erl2.c | 89 spin_unlock(&sess->cr_a_lock); in iscsit_attach_active_connection_recovery_entry() 104 spin_unlock(&sess->cr_i_lock); in iscsit_attach_inactive_connection_recovery_entry() 118 spin_unlock(&sess->cr_i_lock); in iscsit_get_inactive_connection_recovery_entry() 122 spin_unlock(&sess->cr_i_lock); in iscsit_get_inactive_connection_recovery_entry() 135 spin_unlock(&sess->cr_a_lock); in iscsit_free_connection_recovery_entires() 143 spin_unlock(&cr->conn_recovery_cmd_lock); in iscsit_free_connection_recovery_entires() 147 spin_unlock(&cr->conn_recovery_cmd_lock); in iscsit_free_connection_recovery_entires() 152 spin_unlock(&sess->cr_a_lock); in iscsit_free_connection_recovery_entires() 157 spin_unlock(&sess->cr_i_lock); in iscsit_free_connection_recovery_entires() 165 spin_unlock(&cr->conn_recovery_cmd_lock); in iscsit_free_connection_recovery_entires() [all …]
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
D | userdlm.c | 57 spin_unlock(&lockres->l_lock); in user_check_wait_flag() 103 spin_unlock(&lockres->l_lock); in user_recover_from_dlm_error() 141 spin_unlock(&lockres->l_lock); in user_ast() 163 spin_unlock(&lockres->l_lock); in user_ast() 227 spin_unlock(&lockres->l_lock); in user_bast() 271 spin_unlock(&lockres->l_lock); in user_unlock_ast() 326 spin_unlock(&lockres->l_lock); in user_dlm_unblock_lock() 333 spin_unlock(&lockres->l_lock); in user_dlm_unblock_lock() 341 spin_unlock(&lockres->l_lock); in user_dlm_unblock_lock() 346 spin_unlock(&lockres->l_lock); in user_dlm_unblock_lock() [all …]
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmmaster.c | 200 spin_unlock(&dlm->spinlock); in dlm_mle_detach_hb_events() 223 spin_unlock(&dlm->master_lock); in dlm_put_mle_inuse() 224 spin_unlock(&dlm->spinlock); in dlm_put_mle_inuse() 256 spin_unlock(&dlm->master_lock); in dlm_put_mle() 257 spin_unlock(&dlm->spinlock); in dlm_put_mle() 386 spin_unlock(&mle->spinlock); in dlm_mle_node_down() 400 spin_unlock(&mle->spinlock); in dlm_mle_node_up() 509 spin_unlock(&dlm->track_lock); in dlm_lockres_release() 596 spin_unlock(&res->spinlock); in dlm_init_lockres() 604 spin_unlock(&dlm->spinlock); in dlm_init_lockres() [all …]
|
D | dlmthread.c | 71 spin_unlock(&res->spinlock); in __dlm_wait_on_lockres_flags() 158 spin_unlock(&res->spinlock); in dlm_lockres_calc_usage() 159 spin_unlock(&dlm->spinlock); in dlm_lockres_calc_usage() 179 spin_unlock(&res->spinlock); in dlm_purge_lockres() 180 spin_unlock(&dlm->spinlock); in dlm_purge_lockres() 185 spin_unlock(&res->spinlock); in dlm_purge_lockres() 218 spin_unlock(&res->spinlock); in dlm_purge_lockres() 221 spin_unlock(&res->spinlock); in dlm_purge_lockres() 252 spin_unlock(&lockres->spinlock); in dlm_run_purge_list() 271 spin_unlock(&lockres->spinlock); in dlm_run_purge_list() [all …]
|
D | dlmdomain.c | 236 spin_unlock(&res->spinlock); in __dlm_lookup_lockres() 240 spin_unlock(&res->spinlock); in __dlm_lookup_lockres() 255 spin_unlock(&dlm->spinlock); in dlm_lookup_lockres() 301 spin_unlock(&dlm_domain_lock); in dlm_wait_on_domain_helper() 334 spin_unlock(&dlm_domain_lock); in dlm_ctxt_release() 349 spin_unlock(&dlm_domain_lock); in dlm_put() 375 spin_unlock(&dlm_domain_lock); in dlm_grab() 387 spin_unlock(&dlm_domain_lock); in dlm_domain_fully_joined() 414 spin_unlock(&dlm_domain_lock); in dlm_complete_dlm_shutdown() 451 spin_unlock(&res->spinlock); in dlm_migrate_all_locks() [all …]
|
D | dlmrecovery.c | 113 spin_unlock(&dlm_mig_cookie_lock); in dlm_get_next_mig_cookie() 148 spin_unlock(&dlm->spinlock); in dlm_reset_recovery() 163 spin_unlock(&dlm->work_lock); in dlm_dispatch_work() 335 spin_unlock(&dlm->spinlock); in dlm_reco_master_ready() 346 spin_unlock(&dlm->spinlock); in dlm_is_node_dead() 357 spin_unlock(&dlm->spinlock); in dlm_is_node_recovered() 407 spin_unlock(&dlm->spinlock); in dlm_in_recovery() 431 spin_unlock(&dlm->spinlock); in dlm_begin_recovery() 439 spin_unlock(&dlm->spinlock); in dlm_end_recovery() 486 spin_unlock(&dlm->spinlock); in dlm_do_recovery() [all …]
|
D | dlmunlock.c | 122 spin_unlock(&dlm->ast_lock); in dlmunlock_common() 134 spin_unlock(&res->spinlock); in dlmunlock_common() 180 spin_unlock(&lock->spinlock); in dlmunlock_common() 181 spin_unlock(&res->spinlock); in dlmunlock_common() 243 spin_unlock(&lock->spinlock); in dlmunlock_common() 244 spin_unlock(&res->spinlock); in dlmunlock_common() 445 spin_unlock(&res->spinlock); in dlm_unlock_lock_handler() 452 spin_unlock(&res->spinlock); in dlm_unlock_lock_handler() 459 spin_unlock(&res->spinlock); in dlm_unlock_lock_handler() 479 spin_unlock(&res->spinlock); in dlm_unlock_lock_handler() [all …]
|
/linux-4.1.27/drivers/usb/usbip/ |
D | vhci_sysfs.c | 70 spin_unlock(&vdev->ud.lock); in status_show() 73 spin_unlock(&the_controller->lock); in status_show() 96 spin_unlock(&vdev->ud.lock); in vhci_port_disconnect() 97 spin_unlock(&the_controller->lock); in vhci_port_disconnect() 103 spin_unlock(&vdev->ud.lock); in vhci_port_disconnect() 104 spin_unlock(&the_controller->lock); in vhci_port_disconnect() 211 spin_unlock(&vdev->ud.lock); in store_attach() 212 spin_unlock(&the_controller->lock); in store_attach() 229 spin_unlock(&vdev->ud.lock); in store_attach() 230 spin_unlock(&the_controller->lock); in store_attach()
|
D | vhci_hcd.c | 142 spin_unlock(&the_controller->lock); in rh_port_connect() 157 spin_unlock(&the_controller->lock); in rh_port_disconnect() 212 spin_unlock(&vhci->lock); in vhci_hub_status() 406 spin_unlock(&dum->lock); in vhci_hub_control() 455 spin_unlock(&vdev->priv_lock); in vhci_tx_urb() 475 spin_unlock(&the_controller->lock); in vhci_urb_enqueue() 486 spin_unlock(&vdev->ud.lock); in vhci_urb_enqueue() 487 spin_unlock(&the_controller->lock); in vhci_urb_enqueue() 490 spin_unlock(&vdev->ud.lock); in vhci_urb_enqueue() 527 spin_unlock(&vdev->ud.lock); in vhci_urb_enqueue() [all …]
|
D | vhci_rx.c | 78 spin_unlock(&vdev->priv_lock); in vhci_recv_ret_submit() 109 spin_unlock(&the_controller->lock); in vhci_recv_ret_submit() 130 spin_unlock(&vdev->priv_lock); in dequeue_pending_unlink() 135 spin_unlock(&vdev->priv_lock); in dequeue_pending_unlink() 157 spin_unlock(&vdev->priv_lock); in vhci_recv_ret_unlink() 176 spin_unlock(&the_controller->lock); in vhci_recv_ret_unlink() 191 spin_unlock(&vdev->priv_lock); in vhci_priv_tx_empty()
|
/linux-4.1.27/drivers/target/ |
D | target_core_alua.c | 87 spin_unlock(&dev->t10_alua.lba_map_lock); in target_emulate_report_referrals() 127 spin_unlock(&dev->t10_alua.lba_map_lock); in target_emulate_report_referrals() 242 spin_unlock(&tg_pt_gp->tg_pt_gp_lock); in target_emulate_report_target_port_groups() 244 spin_unlock(&dev->t10_alua.tg_pt_gps_lock); in target_emulate_report_target_port_groups() 270 spin_unlock(&tg_pt_gp_mem->tg_pt_gp_mem_lock); in target_emulate_report_target_port_groups() 325 spin_unlock(&l_tg_pt_gp_mem->tg_pt_gp_mem_lock); in target_emulate_set_target_port_groups() 330 spin_unlock(&l_tg_pt_gp_mem->tg_pt_gp_mem_lock); in target_emulate_set_target_port_groups() 397 spin_unlock(&dev->t10_alua.tg_pt_gps_lock); in target_emulate_set_target_port_groups() 408 spin_unlock(&dev->t10_alua.tg_pt_gps_lock); in target_emulate_set_target_port_groups() 428 spin_unlock(&dev->se_port_lock); in target_emulate_set_target_port_groups() [all …]
|
D | target_core_tmr.c | 137 spin_unlock(&se_cmd->t_state_lock); in __target_check_io_state() 143 spin_unlock(&se_cmd->t_state_lock); in __target_check_io_state() 151 spin_unlock(&se_cmd->t_state_lock); in __target_check_io_state() 253 spin_unlock(&cmd->t_state_lock); in core_tmr_drain_tmr_list() 254 spin_unlock(&sess->sess_cmd_lock); in core_tmr_drain_tmr_list() 258 spin_unlock(&cmd->t_state_lock); in core_tmr_drain_tmr_list() 259 spin_unlock(&sess->sess_cmd_lock); in core_tmr_drain_tmr_list() 263 spin_unlock(&cmd->t_state_lock); in core_tmr_drain_tmr_list() 264 spin_unlock(&sess->sess_cmd_lock); in core_tmr_drain_tmr_list() 268 spin_unlock(&cmd->t_state_lock); in core_tmr_drain_tmr_list() [all …]
|
D | target_core_pr.c | 188 spin_unlock(&pr_tmpl->registration_lock); in target_check_scsi2_reservation_conflict() 240 spin_unlock(&dev->dev_reservation_lock); in target_scsi2_reservation_release() 303 spin_unlock(&dev->dev_reservation_lock); in target_scsi2_reservation_reserve() 618 spin_unlock(&dev->dev_reservation_lock); in core_scsi3_pr_generation() 709 spin_unlock(&dev->se_port_lock); in __core_scsi3_alloc_registration() 784 spin_unlock(&dev->se_port_lock); in __core_scsi3_alloc_registration() 882 spin_unlock(&dev->dev_reservation_lock); in core_scsi3_aptpl_reserve() 941 spin_unlock(&pr_tmpl->aptpl_reg_lock); in __core_scsi3_check_aptpl_registration() 963 spin_unlock(&pr_tmpl->aptpl_reg_lock); in __core_scsi3_check_aptpl_registration() 1048 spin_unlock(&pr_tmpl->registration_lock); in __core_scsi3_add_registration() [all …]
|
D | target_core_stat.c | 554 spin_unlock(&lun->lun_sep_lock); in target_stat_scsi_port_show_attr_inst() 559 spin_unlock(&lun->lun_sep_lock); in target_stat_scsi_port_show_attr_inst() 575 spin_unlock(&lun->lun_sep_lock); in target_stat_scsi_port_show_attr_dev() 579 spin_unlock(&lun->lun_sep_lock); in target_stat_scsi_port_show_attr_dev() 594 spin_unlock(&lun->lun_sep_lock); in target_stat_scsi_port_show_attr_indx() 598 spin_unlock(&lun->lun_sep_lock); in target_stat_scsi_port_show_attr_indx() 617 spin_unlock(&lun->lun_sep_lock); in target_stat_scsi_port_show_attr_role() 621 spin_unlock(&lun->lun_sep_lock); in target_stat_scsi_port_show_attr_role() 636 spin_unlock(&lun->lun_sep_lock); in target_stat_scsi_port_show_attr_busy_count() 641 spin_unlock(&lun->lun_sep_lock); in target_stat_scsi_port_show_attr_busy_count() [all …]
|
D | target_core_ua.c | 116 spin_unlock(&deve->ua_lock); in core_scsi3_ua_allocate() 161 spin_unlock(&deve->ua_lock); in core_scsi3_ua_allocate() 168 spin_unlock(&deve->ua_lock); in core_scsi3_ua_allocate() 192 spin_unlock(&deve->ua_lock); in core_scsi3_ua_release_all() 252 spin_unlock(&deve->ua_lock); in core_scsi3_ua_for_check_condition() 310 spin_unlock(&deve->ua_lock); in core_scsi3_ua_clear_for_request_sense()
|
D | target_core_device.c | 480 spin_unlock(&dev->se_port_lock); in core_alloc_port() 508 spin_unlock(&dev->se_port_lock); in core_alloc_port() 526 spin_unlock(&lun->lun_sep_lock); in core_export_port() 529 spin_unlock(&dev->se_port_lock); in core_export_port() 542 spin_unlock(&tg_pt_gp_mem->tg_pt_gp_mem_lock); in core_export_port() 562 spin_unlock(&dev->se_port_lock); in core_release_port() 590 spin_unlock(&hba->device_lock); in core_dev_export() 606 spin_unlock(&lun->lun_sep_lock); in core_dev_unexport() 609 spin_unlock(&lun->lun_sep_lock); in core_dev_unexport() 613 spin_unlock(&dev->se_port_lock); in core_dev_unexport() [all …]
|
/linux-4.1.27/kernel/ |
D | audit_tree.c | 229 spin_unlock(&hash_lock); in untag_chunk() 236 spin_unlock(&entry->lock); in untag_chunk() 252 spin_unlock(&hash_lock); in untag_chunk() 253 spin_unlock(&entry->lock); in untag_chunk() 294 spin_unlock(&hash_lock); in untag_chunk() 295 spin_unlock(&entry->lock); in untag_chunk() 310 spin_unlock(&hash_lock); in untag_chunk() 311 spin_unlock(&entry->lock); in untag_chunk() 333 spin_unlock(&hash_lock); in create_chunk() 335 spin_unlock(&entry->lock); in create_chunk() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | workitem.c | 98 spin_unlock(&sched->ws_lock); in cfs_wi_sched_unlock() 238 spin_unlock(&cfs_wi_data.wi_glock); in cfs_wi_scheduler() 300 spin_unlock(&cfs_wi_data.wi_glock); in cfs_wi_scheduler() 318 spin_unlock(&cfs_wi_data.wi_glock); in cfs_wi_sched_destroy() 325 spin_unlock(&cfs_wi_data.wi_glock); in cfs_wi_sched_destroy() 336 spin_unlock(&cfs_wi_data.wi_glock); in cfs_wi_sched_destroy() 344 spin_unlock(&cfs_wi_data.wi_glock); in cfs_wi_sched_destroy() 385 spin_unlock(&cfs_wi_data.wi_glock); in cfs_wi_sched_create() 391 spin_unlock(&cfs_wi_data.wi_glock); in cfs_wi_sched_create() 418 spin_unlock(&cfs_wi_data.wi_glock); in cfs_wi_sched_create() [all …]
|
/linux-4.1.27/fs/afs/ |
D | vnode.c | 71 spin_unlock(&old_server->fs_lock); in afs_install_vnode() 105 spin_unlock(&server->fs_lock); in afs_install_vnode() 138 spin_unlock(&old_server->cb_lock); in afs_vnode_note_promise() 167 spin_unlock(&server->cb_lock); in afs_vnode_note_promise() 191 spin_unlock(&server->cb_lock); in afs_vnode_deleted_remotely() 196 spin_unlock(&server->fs_lock); in afs_vnode_deleted_remotely() 225 spin_unlock(&vnode->lock); in afs_vnode_finalise_status_update() 251 spin_unlock(&vnode->lock); in afs_vnode_status_update_failed() 296 spin_unlock(&vnode->lock); in afs_vnode_fetch_status() 327 spin_unlock(&vnode->lock); in afs_vnode_fetch_status() [all …]
|
D | vlocation.c | 363 spin_unlock(&afs_vlocation_updates_lock); in afs_vlocation_queue_for_updates() 399 spin_unlock(&cell->vl_lock); in afs_vlocation_lookup() 420 spin_unlock(&vl->lock); in afs_vlocation_lookup() 436 spin_unlock(&cell->vl_lock); in afs_vlocation_lookup() 440 spin_unlock(&afs_vlocation_graveyard_lock); in afs_vlocation_lookup() 453 spin_unlock(&vl->lock); in afs_vlocation_lookup() 461 spin_unlock(&vl->lock); in afs_vlocation_lookup() 470 spin_unlock(&vl->lock); in afs_vlocation_lookup() 479 spin_unlock(&vl->lock); in afs_vlocation_lookup() 517 spin_unlock(&afs_vlocation_updates_lock); in afs_put_vlocation() [all …]
|
D | callback.c | 56 spin_unlock(&server->cb_lock); in afs_init_callback_state() 127 spin_unlock(&server->cb_lock); in afs_break_callback() 133 spin_unlock(&vnode->lock); in afs_break_callback() 174 spin_unlock(&server->fs_lock); in afs_break_one_callback() 184 spin_unlock(&server->fs_lock); in afs_break_one_callback() 281 spin_unlock(&server->cb_lock); in afs_discard_callback_on_delete() 314 spin_unlock(&server->cb_lock); in afs_give_up_callback() 327 spin_unlock(&server->cb_lock); in afs_give_up_callback() 379 spin_unlock(&server->cb_lock); 396 spin_unlock(&server->cb_lock); [all …]
|
D | flock.c | 121 spin_unlock(&vnode->lock); in afs_lock_work() 147 spin_unlock(&vnode->lock); in afs_lock_work() 183 spin_unlock(&vnode->lock); in afs_lock_work() 210 spin_unlock(&vnode->lock); in afs_lock_work() 215 spin_unlock(&vnode->lock); in afs_lock_work() 228 spin_unlock(&vnode->lock); in afs_lock_work() 316 spin_unlock(&vnode->lock); in afs_do_setlk() 334 spin_unlock(&vnode->lock); in afs_do_setlk() 348 spin_unlock(&vnode->lock); in afs_do_setlk() 372 spin_unlock(&vnode->lock); in afs_do_setlk() [all …]
|
/linux-4.1.27/fs/jbd/ |
D | transaction.c | 122 spin_unlock(&journal->j_state_lock); in start_this_handle() 129 spin_unlock(&journal->j_state_lock); in start_this_handle() 137 spin_unlock(&journal->j_state_lock); in start_this_handle() 155 spin_unlock(&journal->j_state_lock); in start_this_handle() 178 spin_unlock(&transaction->t_handle_lock); in start_this_handle() 182 spin_unlock(&journal->j_state_lock); in start_this_handle() 215 spin_unlock(&transaction->t_handle_lock); in start_this_handle() 230 spin_unlock(&transaction->t_handle_lock); in start_this_handle() 231 spin_unlock(&journal->j_state_lock); in start_this_handle() 363 spin_unlock(&transaction->t_handle_lock); in journal_extend() [all …]
|
D | commit.c | 108 spin_unlock(&journal->j_list_lock); in inverted_lock() 221 spin_unlock(&journal->j_list_lock); in journal_submit_data_buffers() 255 spin_unlock(&journal->j_list_lock); in journal_submit_data_buffers() 279 spin_unlock(&journal->j_list_lock); in journal_submit_data_buffers() 283 spin_unlock(&journal->j_list_lock); in journal_submit_data_buffers() 360 spin_unlock(&commit_transaction->t_handle_lock); in journal_commit_transaction() 361 spin_unlock(&journal->j_state_lock); in journal_commit_transaction() 368 spin_unlock(&commit_transaction->t_handle_lock); in journal_commit_transaction() 414 spin_unlock(&journal->j_list_lock); in journal_commit_transaction() 436 spin_unlock(&journal->j_state_lock); in journal_commit_transaction() [all …]
|
D | checkpoint.c | 131 spin_unlock(&journal->j_state_lock); in __log_wait_for_space() 155 spin_unlock(&journal->j_list_lock); in __log_wait_for_space() 156 spin_unlock(&journal->j_state_lock); in __log_wait_for_space() 175 spin_unlock(&journal->j_list_lock); in __log_wait_for_space() 190 spin_unlock(&journal->j_list_lock); in jbd_sync_bh() 231 spin_unlock(&journal->j_list_lock); in __wait_cp_io() 295 spin_unlock(&journal->j_list_lock); in __process_buffer() 306 spin_unlock(&journal->j_list_lock); in __process_buffer() 319 spin_unlock(&journal->j_list_lock); in __process_buffer() 339 spin_unlock(&journal->j_list_lock); in __process_buffer() [all …]
|
D | journal.c | 173 spin_unlock(&journal->j_state_lock); in kjournald() 188 spin_unlock(&journal->j_state_lock); in kjournald() 210 spin_unlock(&journal->j_state_lock); in kjournald() 230 spin_unlock(&journal->j_state_lock); in kjournald() 257 spin_unlock(&journal->j_state_lock); in journal_kill_thread() 262 spin_unlock(&journal->j_state_lock); in journal_kill_thread() 412 spin_unlock(&journal->j_list_lock); in journal_write_metadata_buffer() 496 spin_unlock(&journal->j_state_lock); in log_start_commit() 523 spin_unlock(&journal->j_state_lock); in journal_force_commit_nested() 528 spin_unlock(&journal->j_state_lock); in journal_force_commit_nested() [all …]
|
/linux-4.1.27/fs/fscache/ |
D | page.c | 99 spin_unlock(&cookie->stores_lock); in __fscache_maybe_release_page() 104 spin_unlock(&cookie->stores_lock); in __fscache_maybe_release_page() 162 spin_unlock(&cookie->stores_lock); in fscache_end_page_write() 165 spin_unlock(&object->lock); in fscache_end_page_write() 232 spin_unlock(&cookie->lock); in __fscache_attr_changed() 241 spin_unlock(&cookie->lock); in __fscache_attr_changed() 452 spin_unlock(&cookie->lock); in __fscache_read_or_alloc_page() 503 spin_unlock(&cookie->lock); in __fscache_read_or_alloc_page() 583 spin_unlock(&cookie->lock); in __fscache_read_or_alloc_pages() 634 spin_unlock(&cookie->lock); in __fscache_read_or_alloc_pages() [all …]
|
D | cookie.c | 239 spin_unlock(&cookie->lock); in fscache_acquire_non_index_cookie() 252 spin_unlock(&cookie->lock); in fscache_acquire_non_index_cookie() 292 spin_unlock(&cookie->lock); in fscache_alloc_object() 331 spin_unlock(&cookie->lock); in fscache_alloc_object() 334 spin_unlock(&cookie->lock); in fscache_alloc_object() 379 spin_unlock(&cookie->parent->lock); in fscache_attach_object() 385 spin_unlock(&p->lock); in fscache_attach_object() 389 spin_unlock(&cookie->parent->lock); in fscache_attach_object() 395 spin_unlock(&cache->object_list_lock); in fscache_attach_object() 407 spin_unlock(&cookie->lock); in fscache_attach_object() [all …]
|
D | operation.c | 137 spin_unlock(&object->lock); in fscache_submit_exclusive_op() 246 spin_unlock(&object->lock); in fscache_submit_op() 325 spin_unlock(&object->lock); in fscache_cancel_op() 358 spin_unlock(&object->lock); in fscache_cancel_all_ops() 389 spin_unlock(&object->lock); in fscache_op_complete() 440 spin_unlock(&cache->op_gc_list_lock); in fscache_put_operation() 451 spin_unlock(&object->lock); in fscache_put_operation() 474 spin_unlock(&cache->op_gc_list_lock); in fscache_operation_gc() 481 spin_unlock(&cache->op_gc_list_lock); in fscache_operation_gc() 498 spin_unlock(&object->lock); in fscache_operation_gc()
|
D | object.c | 161 spin_unlock(&parent->lock); in fscache_done_parent_op() 389 spin_unlock(&parent->lock); in fscache_initialise_object() 418 spin_unlock(&parent->lock); in fscache_parent_ready() 571 spin_unlock(&object->lock); in fscache_object_available() 644 spin_unlock(&object->lock); in fscache_kill_object() 690 spin_unlock(&cookie->lock); in fscache_drop_object() 699 spin_unlock(&object->lock); in fscache_drop_object() 704 spin_unlock(&cache->object_list_lock); in fscache_drop_object() 719 spin_unlock(&parent->lock); in fscache_drop_object() 853 spin_unlock(&object->lock); in fscache_enqueue_dependents() [all …]
|
D | cache.c | 122 spin_unlock(&cookie->lock); in fscache_select_cache_for_object() 130 spin_unlock(&cookie->lock); in fscache_select_cache_for_object() 135 spin_unlock(&cookie->lock); in fscache_select_cache_for_object() 267 spin_unlock(&cache->object_list_lock); in fscache_add_cache() 280 spin_unlock(&fscache_fsdef_index.lock); in fscache_add_cache() 350 spin_unlock(&cache->object_list_lock); in fscache_withdraw_all_objects()
|
/linux-4.1.27/net/sunrpc/ |
D | svcauth.c | 51 spin_unlock(&authtab_lock); in svc_authenticate() 55 spin_unlock(&authtab_lock); in svc_authenticate() 97 spin_unlock(&authtab_lock); in svc_auth_register() 108 spin_unlock(&authtab_lock); in svc_auth_unregister() 133 spin_unlock(&auth_domain_lock); in auth_domain_put() 151 spin_unlock(&auth_domain_lock); in auth_domain_lookup() 157 spin_unlock(&auth_domain_lock); in auth_domain_lookup()
|
D | auth.c | 107 spin_unlock(&rpc_authflavor_lock); in rpcauth_register() 125 spin_unlock(&rpc_authflavor_lock); in rpcauth_unregister() 151 spin_unlock(&rpc_authflavor_lock); in rpcauth_get_pseudoflavor() 154 spin_unlock(&rpc_authflavor_lock); in rpcauth_get_pseudoflavor() 189 spin_unlock(&rpc_authflavor_lock); in rpcauth_get_gssinfo() 192 spin_unlock(&rpc_authflavor_lock); in rpcauth_get_gssinfo() 249 spin_unlock(&rpc_authflavor_lock); in rpcauth_list_flavors() 272 spin_unlock(&rpc_authflavor_lock); in rpcauth_create() 275 spin_unlock(&rpc_authflavor_lock); in rpcauth_create() 318 spin_unlock(cache_lock); in rpcauth_unhash_cred() [all …]
|
D | cache.c | 350 spin_unlock(&cache_list_lock); in sunrpc_init_cache_detail() 364 spin_unlock(&cache_list_lock); in sunrpc_destroy_cache_detail() 371 spin_unlock(&cache_list_lock); in sunrpc_destroy_cache_detail() 404 spin_unlock(&cache_list_lock); in cache_clean() 450 spin_unlock(&cache_list_lock); in cache_clean() 457 spin_unlock(&cache_list_lock); in cache_clean() 561 spin_unlock(&cache_defer_lock); in setup_deferral() 596 spin_unlock(&cache_defer_lock); in cache_wait_req() 603 spin_unlock(&cache_defer_lock); in cache_wait_req() 631 spin_unlock(&cache_defer_lock); in cache_limit_defers() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | recover.c | 85 spin_unlock(&imp->imp_lock); in ptlrpc_replay_next() 161 spin_unlock(&imp->imp_lock); in ptlrpc_replay_next() 191 spin_unlock(&imp->imp_lock); in ptlrpc_resend() 203 spin_unlock(&imp->imp_lock); in ptlrpc_resend() 225 spin_unlock(&imp->imp_lock); in ptlrpc_wake_delayed() 256 spin_unlock(&failed_req->rq_lock); in ptlrpc_request_handle_notconn() 283 spin_unlock(&imp->imp_lock); in ptlrpc_set_import_active() 297 spin_unlock(&imp->imp_lock); in ptlrpc_set_import_active() 316 spin_unlock(&imp->imp_lock); in ptlrpc_recover_import() 339 spin_unlock(&imp->imp_lock); in ptlrpc_recover_import() [all …]
|
D | client.c | 350 spin_unlock(&req->rq_lock); in ptlrpc_at_recv_early_reply() 441 spin_unlock(&pool->prp_lock); in ptlrpc_free_rq_pool() 468 spin_unlock(&pool->prp_lock); in ptlrpc_add_rqs_to_pool() 483 spin_unlock(&pool->prp_lock); in ptlrpc_add_rqs_to_pool() 543 spin_unlock(&pool->prp_lock); in ptlrpc_prep_req_from_pool() 550 spin_unlock(&pool->prp_lock); in ptlrpc_prep_req_from_pool() 575 spin_unlock(&pool->prp_lock); in __ptlrpc_free_req_to_pool() 952 spin_unlock(&req->rq_lock); in ptlrpc_set_destroy() 1032 spin_unlock(&set->set_new_req_lock); in ptlrpc_set_add_new_req() 1232 spin_unlock(&req->rq_lock); in after_reply() [all …]
|
D | service.c | 97 spin_unlock(&svcpt->scp_lock); in ptlrpc_alloc_rqbd() 113 spin_unlock(&svcpt->scp_lock); in ptlrpc_free_rqbd() 135 spin_unlock(&svcpt->scp_lock); in ptlrpc_grow_req_bufs() 140 spin_unlock(&svcpt->scp_lock); in ptlrpc_grow_req_bufs() 164 spin_unlock(&svcpt->scp_lock); in ptlrpc_grow_req_bufs() 310 spin_unlock(&hrt->hrt_lock); in rs_batch_dispatch() 331 spin_unlock(&b->rsb_svcpt->scp_rep_lock); in rs_batch_add() 344 spin_unlock(&rs->rs_lock); in rs_batch_add() 358 spin_unlock(&b->rsb_svcpt->scp_rep_lock); in rs_batch_fini() 379 spin_unlock(&hrt->hrt_lock); in ptlrpc_dispatch_difficult_reply() [all …]
|
D | import.c | 103 spin_unlock(&imp->imp_lock); \ 124 spin_unlock(&imp->imp_lock); in ptlrpc_init_import() 183 spin_unlock(&imp->imp_lock); in ptlrpc_set_import_discon() 191 spin_unlock(&imp->imp_lock); in ptlrpc_set_import_discon() 211 spin_unlock(&imp->imp_lock); in ptlrpc_deactivate_and_unlock_import() 264 spin_unlock(&imp->imp_lock); in ptlrpc_inflight_timeout() 371 spin_unlock(&imp->imp_lock); in ptlrpc_invalidate_import() 395 spin_unlock(&imp->imp_lock); in ptlrpc_activate_import() 400 spin_unlock(&imp->imp_lock); in ptlrpc_activate_import() 412 spin_unlock(&imp->imp_lock); in ptlrpc_pinger_force() [all …]
|
D | sec_gc.c | 76 spin_unlock(&sec_gc_list_lock); in sptlrpc_gc_add_sec() 94 spin_unlock(&sec_gc_list_lock); in sptlrpc_gc_del_sec() 114 spin_unlock(&sec_gc_ctx_list_lock); in sptlrpc_gc_add_ctx() 131 spin_unlock(&sec_gc_ctx_list_lock); in sec_process_ctx_list() 142 spin_unlock(&sec_gc_ctx_list_lock); in sec_process_ctx_list()
|
D | pinger.c | 201 spin_unlock(&imp->imp_lock); in ptlrpc_pinger_process_import() 207 spin_unlock(&imp->imp_lock); in ptlrpc_pinger_process_import() 228 spin_unlock(&imp->imp_lock); in ptlrpc_pinger_process_import() 561 spin_unlock(&pet_lock); in ping_evictor_wake() 570 spin_unlock(&pet_lock); in ping_evictor_wake() 601 spin_unlock(&pet_lock); in ping_evictor_main() 619 spin_unlock(&obd->obd_dev_lock); in ping_evictor_main() 639 spin_unlock(&obd->obd_dev_lock); in ping_evictor_main() 643 spin_unlock(&pet_lock); in ping_evictor_main()
|
D | sec.c | 326 spin_unlock(&ctx->cc_lock); in sptlrpc_cli_ctx_wakeup() 350 spin_unlock(&imp->imp_lock); in import_sec_check_expire() 438 spin_unlock(&req->rq_cli_ctx->cc_lock); in sptlrpc_req_put_ctx() 604 spin_unlock(&req->rq_lock); in ctx_refresh_interrupt() 613 spin_unlock(&ctx->cc_lock); in req_off_ctx_list() 679 spin_unlock(&req->rq_lock); in sptlrpc_req_refresh_ctx() 726 spin_unlock(&req->rq_lock); in sptlrpc_req_refresh_ctx() 737 spin_unlock(&req->rq_lock); in sptlrpc_req_refresh_ctx() 752 spin_unlock(&ctx->cc_lock); in sptlrpc_req_refresh_ctx() 764 spin_unlock(&req->rq_lock); in sptlrpc_req_refresh_ctx() [all …]
|
D | ptlrpcd.c | 171 spin_unlock(&new->set_new_req_lock); in ptlrpcd_add_rqset() 207 spin_unlock(&src->set_new_req_lock); in ptlrpcd_steal_rqset() 228 spin_unlock(&req->rq_lock); in ptlrpcd_add_req() 238 spin_unlock(&req->rq_lock); in ptlrpcd_add_req() 242 spin_unlock(&req->rq_lock); in ptlrpcd_add_req() 284 spin_unlock(&set->set_new_req_lock); in ptlrpcd_check() 344 spin_unlock(&partner->pc_lock); in ptlrpcd_check() 349 spin_unlock(&partner->pc_lock); in ptlrpcd_check() 653 spin_unlock(&pc->pc_lock); in ptlrpcd_start() 690 spin_unlock(&pc->pc_lock); in ptlrpcd_free()
|
D | sec_bulk.c | 169 spin_unlock(&page_pools.epp_lock); in sptlrpc_proc_enc_pool_seq_show() 233 spin_unlock(&page_pools.epp_lock); in enc_pools_shrink_count() 258 spin_unlock(&page_pools.epp_lock); in enc_pools_shrink_scan() 268 spin_unlock(&page_pools.epp_lock); in enc_pools_shrink_scan() 390 spin_unlock(&page_pools.epp_lock); in enc_pools_insert() 532 spin_unlock(&page_pools.epp_lock); in sptlrpc_enc_pool_get_pages() 549 spin_unlock(&page_pools.epp_lock); in sptlrpc_enc_pool_get_pages() 605 spin_unlock(&page_pools.epp_lock); in sptlrpc_enc_pool_get_pages() 647 spin_unlock(&page_pools.epp_lock); in sptlrpc_enc_pool_put_pages() 669 spin_unlock(&page_pools.epp_lock); in sptlrpc_enc_pool_add_user() [all …]
|
/linux-4.1.27/fs/jffs2/ |
D | compr.c | 104 spin_unlock(&jffs2_compressor_list_lock); in jffs2_selected_compress() 121 spin_unlock(&jffs2_compressor_list_lock); in jffs2_selected_compress() 182 spin_unlock(&jffs2_compressor_list_lock); in jffs2_compress() 189 spin_unlock(&jffs2_compressor_list_lock); in jffs2_compress() 203 spin_unlock(&jffs2_compressor_list_lock); in jffs2_compress() 230 spin_unlock(&jffs2_compressor_list_lock); in jffs2_compress() 279 spin_unlock(&jffs2_compressor_list_lock); in jffs2_decompress() 290 spin_unlock(&jffs2_compressor_list_lock); in jffs2_decompress() 295 spin_unlock(&jffs2_compressor_list_lock); in jffs2_decompress() 332 spin_unlock(&jffs2_compressor_list_lock); in jffs2_register_compressor() [all …]
|
D | nodemgmt.c | 126 spin_unlock(&c->erase_completion_lock); in jffs2_reserve_space() 150 spin_unlock(&c->erase_completion_lock); in jffs2_reserve_space() 165 spin_unlock(&c->erase_completion_lock); in jffs2_reserve_space() 179 spin_unlock(&c->erase_completion_lock); in jffs2_reserve_space() 184 spin_unlock(&c->erase_completion_lock); in jffs2_reserve_space() 204 spin_unlock(&c->erase_completion_lock); in jffs2_reserve_space() 227 spin_unlock(&c->erase_completion_lock); in jffs2_reserve_space_gc() 305 spin_unlock(&c->erase_completion_lock); in jffs2_find_nextblock() 323 spin_unlock(&c->erase_completion_lock); in jffs2_find_nextblock() 414 spin_unlock(&c->erase_completion_lock); in jffs2_do_reserve_space() [all …]
|
D | background.c | 70 spin_unlock(&c->erase_completion_lock); in jffs2_stop_garbage_collect_thread() 98 spin_unlock(&c->erase_completion_lock); in jffs2_garbage_collect_thread() 102 spin_unlock(&c->erase_completion_lock); in jffs2_garbage_collect_thread() 166 spin_unlock(&c->erase_completion_lock); in jffs2_garbage_collect_thread()
|
D | erase.c | 63 spin_unlock(&c->erase_completion_lock); in jffs2_erase_block() 97 spin_unlock(&c->erase_completion_lock); in jffs2_erase_block() 127 spin_unlock(&c->erase_completion_lock); in jffs2_erase_pending_blocks() 150 spin_unlock(&c->erase_completion_lock); in jffs2_erase_pending_blocks() 165 spin_unlock(&c->erase_completion_lock); in jffs2_erase_pending_blocks() 180 spin_unlock(&c->erase_completion_lock); in jffs2_erase_succeeded() 200 spin_unlock(&c->erase_completion_lock); in jffs2_erase_failed() 212 spin_unlock(&c->erase_completion_lock); in jffs2_erase_failed() 497 spin_unlock(&c->erase_completion_lock); in jffs2_mark_erased_block() 512 spin_unlock(&c->erase_completion_lock); in jffs2_mark_erased_block()
|
D | gc.c | 87 spin_unlock(&c->erase_completion_lock); in jffs2_find_gc_block() 150 spin_unlock(&c->erase_completion_lock); in jffs2_garbage_collect_pass() 155 spin_unlock(&c->erase_completion_lock); in jffs2_garbage_collect_pass() 165 spin_unlock(&c->inocache_lock); in jffs2_garbage_collect_pass() 172 spin_unlock(&c->inocache_lock); in jffs2_garbage_collect_pass() 181 spin_unlock(&c->inocache_lock); in jffs2_garbage_collect_pass() 188 spin_unlock(&c->inocache_lock); in jffs2_garbage_collect_pass() 212 spin_unlock(&c->inocache_lock); in jffs2_garbage_collect_pass() 230 spin_unlock(&c->erase_completion_lock); in jffs2_garbage_collect_pass() 250 spin_unlock(&c->erase_completion_lock); in jffs2_garbage_collect_pass() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 80 spin_unlock(&srpc_data.rpc_glock); in srpc_get_counters() 87 spin_unlock(&srpc_data.rpc_glock); in srpc_set_counters() 170 spin_unlock(&srpc_data.rpc_glock); in srpc_next_id() 323 spin_unlock(&srpc_data.rpc_glock); in srpc_add_service() 328 spin_unlock(&srpc_data.rpc_glock); in srpc_add_service() 346 spin_unlock(&srpc_data.rpc_glock); in srpc_remove_service() 351 spin_unlock(&srpc_data.rpc_glock); in srpc_remove_service() 481 spin_unlock(&scd->scd_lock); in srpc_service_post_buffer() 498 spin_unlock(&scd->scd_lock); in srpc_service_post_buffer() 511 spin_unlock(&scd->scd_lock); in srpc_service_post_buffer() [all …]
|
D | timer.c | 92 spin_unlock(&stt_data.stt_lock); in stt_add_timer() 119 spin_unlock(&stt_data.stt_lock); in stt_del_timer() 137 spin_unlock(&stt_data.stt_lock); in stt_expire_list() 166 spin_unlock(&stt_data.stt_lock); in stt_check_timers() 186 spin_unlock(&stt_data.stt_lock); in stt_timer_main() 203 spin_unlock(&stt_data.stt_lock); in stt_start_timer_thread() 247 spin_unlock(&stt_data.stt_lock); in stt_shutdown()
|
D | framework.c | 214 spin_unlock(&sfw_data.fw_lock); in sfw_deactivate_session() 233 spin_unlock(&sfw_data.fw_lock); in sfw_deactivate_session() 258 spin_unlock(&sfw_data.fw_lock); in sfw_session_expired() 323 spin_unlock(&sfw_data.fw_lock); in sfw_client_rpc_fini() 472 spin_unlock(&sfw_data.fw_lock); in sfw_make_session() 504 spin_unlock(&sfw_data.fw_lock); in sfw_remove_session() 840 spin_unlock(&tsi->tsi_lock); in sfw_test_unit_done() 846 spin_unlock(&sfw_data.fw_lock); in sfw_test_unit_done() 854 spin_unlock(&sfw_data.fw_lock); in sfw_test_unit_done() 860 spin_unlock(&sfw_data.fw_lock); in sfw_test_unit_done() [all …]
|
/linux-4.1.27/mm/ |
D | zpool.c | 45 spin_unlock(&drivers_lock); in zpool_register_driver() 70 spin_unlock(&drivers_lock); in zpool_unregister_driver() 91 spin_unlock(&pools_lock); in zpool_evict() 97 spin_unlock(&pools_lock); in zpool_evict() 114 spin_unlock(&drivers_lock); in zpool_get_driver() 119 spin_unlock(&drivers_lock); in zpool_get_driver() 187 spin_unlock(&pools_lock); in zpool_create_pool() 209 spin_unlock(&pools_lock); in zpool_destroy_pool()
|
D | swapfile.c | 305 spin_unlock(&si->lock); in swap_do_scheduled_discard() 338 spin_unlock(&si->lock); in swap_discard_work() 521 spin_unlock(&si->lock); in scan_swap_map() 569 spin_unlock(&si->lock); in scan_swap_map() 591 spin_unlock(&swap_avail_lock); in scan_swap_map() 601 spin_unlock(&si->lock); in scan_swap_map() 654 spin_unlock(&swap_avail_lock); in get_swap_page() 659 spin_unlock(&si->lock); in get_swap_page() 669 spin_unlock(&si->lock); in get_swap_page() 675 spin_unlock(&si->lock); in get_swap_page() [all …]
|
D | huge_memory.c | 747 spin_unlock(ptl); in __do_huge_pmd_anonymous_page() 762 spin_unlock(ptl); in __do_huge_pmd_anonymous_page() 821 spin_unlock(ptl); in do_huge_pmd_anonymous_page() 892 spin_unlock(src_ptl); in copy_huge_pmd() 893 spin_unlock(dst_ptl); in copy_huge_pmd() 913 spin_unlock(src_ptl); in copy_huge_pmd() 914 spin_unlock(dst_ptl); in copy_huge_pmd() 939 spin_unlock(ptl); in huge_pmd_set_accessed() 1059 spin_unlock(ptl); in do_huge_pmd_wp_page_fallback() 1070 spin_unlock(ptl); in do_huge_pmd_wp_page_fallback() [all …]
|
D | zbud.c | 369 spin_unlock(&pool->lock); in zbud_alloc() 399 spin_unlock(&pool->lock); in zbud_alloc() 430 spin_unlock(&pool->lock); in zbud_free() 448 spin_unlock(&pool->lock); in zbud_free() 498 spin_unlock(&pool->lock); in zbud_reclaim_page() 517 spin_unlock(&pool->lock); in zbud_reclaim_page() 540 spin_unlock(&pool->lock); in zbud_reclaim_page() 555 spin_unlock(&pool->lock); in zbud_reclaim_page()
|
D | hugetlb.c | 76 spin_unlock(&spool->lock); in unlock_or_release_subpool() 163 spin_unlock(&spool->lock); in hugepage_subpool_get_pages() 264 spin_unlock(&resv->lock); in region_add() 286 spin_unlock(&resv->lock); in region_chg() 325 spin_unlock(&resv->lock); in region_chg() 330 spin_unlock(&resv->lock); in region_chg() 365 spin_unlock(&resv->lock); in region_truncate() 391 spin_unlock(&resv->lock); in region_count() 1001 spin_unlock(&hugetlb_lock); in free_huge_page() 1012 spin_unlock(&hugetlb_lock); in prep_new_huge_page() [all …]
|
D | zswap.c | 559 spin_unlock(&tree->lock); in zswap_writeback_entry() 562 spin_unlock(&tree->lock); in zswap_writeback_entry() 615 spin_unlock(&tree->lock); in zswap_writeback_entry() 629 spin_unlock(&tree->lock); in zswap_writeback_entry() 719 spin_unlock(&tree->lock); in zswap_frontswap_store() 752 spin_unlock(&tree->lock); in zswap_frontswap_load() 755 spin_unlock(&tree->lock); in zswap_frontswap_load() 770 spin_unlock(&tree->lock); in zswap_frontswap_load() 786 spin_unlock(&tree->lock); in zswap_frontswap_invalidate_page() 796 spin_unlock(&tree->lock); in zswap_frontswap_invalidate_page() [all …]
|
D | fadvise.c | 85 spin_unlock(&f.file->f_lock); in SYSCALL_DEFINE4() 90 spin_unlock(&f.file->f_lock); in SYSCALL_DEFINE4() 96 spin_unlock(&f.file->f_lock); in SYSCALL_DEFINE4()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lustre_handles.c | 89 spin_unlock(&handle_base_lock); in class_handle_hash() 98 spin_unlock(&bucket->lock); in class_handle_hash() 118 spin_unlock(&h->h_lock); in class_handle_unhash_nolock() 122 spin_unlock(&h->h_lock); in class_handle_unhash_nolock() 133 spin_unlock(&bucket->lock); in class_handle_unhash() 146 spin_unlock(&bucket->lock); in class_handle_hash_back() 172 spin_unlock(&h->h_lock); in class_handle2object() 239 spin_unlock(&handle_hash[i].lock); in cleanup_all_handles()
|
D | genops.c | 103 spin_unlock(&obd_types_lock); in class_search_type() 107 spin_unlock(&obd_types_lock); in class_search_type() 140 spin_unlock(&type->obd_type_lock); in class_get_type() 152 spin_unlock(&type->obd_type_lock); in class_put_type() 211 spin_unlock(&obd_types_lock); in class_register_type() 254 spin_unlock(&obd_types_lock); in class_unregister_type() 871 spin_unlock(&obd->obd_dev_lock); in class_new_export() 895 spin_unlock(&obd->obd_dev_lock); in class_new_export() 900 spin_unlock(&obd->obd_dev_lock); in class_new_export() 926 spin_unlock(&exp->exp_obd->obd_dev_lock); in class_unlink_export() [all …]
|
D | lustre_peer.c | 90 spin_unlock(&g_uuid_lock); in lustre_uuid_to_peer() 134 spin_unlock(&g_uuid_lock); in class_add_uuid() 166 spin_unlock(&g_uuid_lock); in class_del_uuid() 214 spin_unlock(&g_uuid_lock); in class_check_uuid()
|
/linux-4.1.27/fs/ocfs2/ |
D | dcache.c | 75 spin_unlock(&dentry->d_lock); in ocfs2_dentry_revalidate() 92 spin_unlock(&OCFS2_I(inode)->ip_lock); in ocfs2_dentry_revalidate() 97 spin_unlock(&OCFS2_I(inode)->ip_lock); in ocfs2_dentry_revalidate() 182 spin_unlock(&dentry->d_lock); in ocfs2_find_local_alias() 183 spin_unlock(&inode->i_lock); in ocfs2_find_local_alias() 186 spin_unlock(&dentry->d_lock); in ocfs2_find_local_alias() 188 spin_unlock(&inode->i_lock); in ocfs2_find_local_alias() 315 spin_unlock(&dentry_attach_lock); in ocfs2_dentry_attach_lock() 338 spin_unlock(&dentry_attach_lock); in ocfs2_dentry_attach_lock() 388 spin_unlock(&dentry_attach_lock); in ocfs2_dentry_lock_put()
|
D | stackglue.c | 108 spin_unlock(&ocfs2_stack_lock); in ocfs2_stack_driver_request() 169 spin_unlock(&ocfs2_stack_lock); in ocfs2_stack_driver_put() 189 spin_unlock(&ocfs2_stack_lock); in ocfs2_stack_glue_register() 212 spin_unlock(&ocfs2_stack_lock); in ocfs2_stack_glue_unregister() 230 spin_unlock(&ocfs2_stack_lock); in ocfs2_stack_glue_set_max_proto_version() 493 spin_unlock(&ocfs2_stack_lock); in ocfs2_max_locking_protocol_show() 525 spin_unlock(&ocfs2_stack_lock); in ocfs2_loaded_cluster_plugins_show() 547 spin_unlock(&ocfs2_stack_lock); in ocfs2_active_cluster_plugin_show() 563 spin_unlock(&ocfs2_stack_lock); in ocfs2_cluster_stack_show() 595 spin_unlock(&ocfs2_stack_lock); in ocfs2_cluster_stack_store()
|
D | heartbeat.c | 99 spin_unlock(&osb->node_map_lock); in ocfs2_node_map_set_bit() 117 spin_unlock(&osb->node_map_lock); in ocfs2_node_map_clear_bit() 131 spin_unlock(&osb->node_map_lock); in ocfs2_node_map_test_bit()
|
/linux-4.1.27/net/caif/ |
D | cfserl.c | 69 spin_unlock(&layr->sync); in cfserl_receive() 89 spin_unlock(&layr->sync); in cfserl_receive() 107 spin_unlock(&layr->sync); in cfserl_receive() 127 spin_unlock(&layr->sync); in cfserl_receive() 138 spin_unlock(&layr->sync); in cfserl_receive() 152 spin_unlock(&layr->sync); in cfserl_receive() 171 spin_unlock(&layr->sync); in cfserl_receive()
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | wl.c | 217 spin_unlock(&ubi->wl_lock); in do_work() 226 spin_unlock(&ubi->wl_lock); in do_work() 483 spin_unlock(&ubi->wl_lock); in sync_erase() 521 spin_unlock(&ubi->wl_lock); in serve_prot_queue() 531 spin_unlock(&ubi->wl_lock); in serve_prot_queue() 550 spin_unlock(&ubi->wl_lock); in __schedule_ubi_work() 744 spin_unlock(&ubi->wl_lock); 856 spin_unlock(&ubi->wl_lock); 906 spin_unlock(&ubi->wl_lock); 926 spin_unlock(&ubi->wl_lock); [all …]
|
D | fastmap-wl.c | 28 spin_unlock(&ubi->wl_lock); in update_fastmap_work_fn() 171 spin_unlock(&ubi->wl_lock); in ubi_refill_pools() 195 spin_unlock(&ubi->wl_lock); in ubi_wl_get_peb() 208 spin_unlock(&ubi->wl_lock); in ubi_wl_get_peb() 222 spin_unlock(&ubi->wl_lock); in ubi_wl_get_peb() 261 spin_unlock(&ubi->wl_lock); in ubi_ensure_anchor_pebs() 265 spin_unlock(&ubi->wl_lock); in ubi_ensure_anchor_pebs() 271 spin_unlock(&ubi->wl_lock); in ubi_ensure_anchor_pebs() 315 spin_unlock(&ubi->wl_lock); in ubi_wl_put_fm_peb()
|
D | vmt.c | 80 spin_unlock(&ubi->volumes_lock); in vol_attribute_show() 86 spin_unlock(&ubi->volumes_lock); in vol_attribute_show() 118 spin_unlock(&ubi->volumes_lock); in vol_attribute_show() 271 spin_unlock(&ubi->volumes_lock); in ubi_create_volume() 358 spin_unlock(&ubi->volumes_lock); in ubi_create_volume() 386 spin_unlock(&ubi->volumes_lock); in ubi_create_volume() 428 spin_unlock(&ubi->volumes_lock); in ubi_remove_volume() 450 spin_unlock(&ubi->volumes_lock); in ubi_remove_volume() 463 spin_unlock(&ubi->volumes_lock); in ubi_remove_volume() 510 spin_unlock(&ubi->volumes_lock); in ubi_resize_volume() [all …]
|
/linux-4.1.27/fs/btrfs/ |
D | reada.c | 130 spin_unlock(&fs_info->reada_lock); in __readahead_hook() 143 spin_unlock(&re->lock); in __readahead_hook() 265 spin_unlock(&fs_info->reada_lock); in reada_find_zone() 272 spin_unlock(&fs_info->reada_lock); in reada_find_zone() 313 spin_unlock(&fs_info->reada_lock); in reada_find_zone() 340 spin_unlock(&fs_info->reada_lock); in reada_find_extent() 385 spin_unlock(&zone->lock); in reada_find_extent() 388 spin_unlock(&fs_info->reada_lock); in reada_find_extent() 404 spin_unlock(&fs_info->reada_lock); in reada_find_extent() 409 spin_unlock(&fs_info->reada_lock); in reada_find_extent() [all …]
|
D | free-space-cache.c | 104 spin_unlock(&block_group->lock); in lookup_free_space_inode() 126 spin_unlock(&block_group->lock); in lookup_free_space_inode() 223 spin_unlock(&rsv->lock); in btrfs_check_trunc_cache_free_space() 257 spin_unlock(&block_group->lock); in btrfs_truncate_free_space_cache() 661 spin_unlock(&ctl->tree_lock); in merge_space_tree() 667 spin_unlock(&ctl->tree_lock); in merge_space_tree() 770 spin_unlock(&ctl->tree_lock); in __load_free_space_cache() 790 spin_unlock(&ctl->tree_lock); in __load_free_space_cache() 845 spin_unlock(&block_group->lock); in load_free_space_cache() 848 spin_unlock(&block_group->lock); in load_free_space_cache() [all …]
|
D | inode-map.c | 124 spin_unlock(&root->ino_cache_lock); in caching_kthread() 149 spin_unlock(&root->ino_cache_lock); in start_caching() 154 spin_unlock(&root->ino_cache_lock); in start_caching() 160 spin_unlock(&root->ino_cache_lock); in start_caching() 223 spin_unlock(&root->ino_cache_lock); in btrfs_return_ino() 227 spin_unlock(&root->ino_cache_lock); in btrfs_return_ino() 263 spin_unlock(rbroot_lock); in btrfs_unpin_free_ino() 278 spin_unlock(rbroot_lock); in btrfs_unpin_free_ino() 477 spin_unlock(&root->ino_cache_lock); in btrfs_save_ino_cache() 480 spin_unlock(&root->ino_cache_lock); in btrfs_save_ino_cache() [all …]
|
D | extent-tree.c | 167 spin_unlock(&info->block_group_cache_lock); in btrfs_add_block_group_cache() 179 spin_unlock(&info->block_group_cache_lock); in btrfs_add_block_group_cache() 225 spin_unlock(&info->block_group_cache_lock); in block_group_cache_tree_search() 320 spin_unlock(&cache->lock); in get_caching_control() 326 spin_unlock(&cache->lock); in get_caching_control() 510 spin_unlock(&block_group->lock); in caching_thread() 524 spin_unlock(&block_group->lock); in caching_thread() 572 spin_unlock(&cache->lock); in cache_block_group() 582 spin_unlock(&cache->lock); in cache_block_group() 589 spin_unlock(&cache->lock); in cache_block_group() [all …]
|
D | transaction.c | 102 spin_unlock(&tree->lock); in clear_btree_io_tree() 160 spin_unlock(&fs_info->trans_lock); in join_transaction() 167 spin_unlock(&fs_info->trans_lock); in join_transaction() 171 spin_unlock(&fs_info->trans_lock); in join_transaction() 177 spin_unlock(&fs_info->trans_lock); in join_transaction() 180 spin_unlock(&fs_info->trans_lock); in join_transaction() 208 spin_unlock(&fs_info->trans_lock); in join_transaction() 266 spin_unlock(&fs_info->trans_lock); in join_transaction() 299 spin_unlock(&root->fs_info->fs_roots_radix_lock); in record_root_in_trans() 305 spin_unlock(&root->fs_info->fs_roots_radix_lock); in record_root_in_trans() [all …]
|
/linux-4.1.27/net/wimax/ |
D | id-table.c | 72 spin_unlock(&wimax_id_table_lock); in wimax_id_table_add() 104 spin_unlock(&wimax_id_table_lock); in wimax_dev_get_by_genl_info() 120 spin_unlock(&wimax_id_table_lock); in wimax_id_table_rm() 144 spin_unlock(&wimax_id_table_lock); in wimax_id_table_release()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | backing_ops.c | 80 spin_unlock(&ctx->csa.register_lock); in spu_backing_mbox_read() 148 spin_unlock(&ctx->csa.register_lock); in spu_backing_ibox_read() 179 spin_unlock(&ctx->csa.register_lock); in spu_backing_wbox_write() 197 spin_unlock(&ctx->csa.register_lock); in spu_backing_signal1_write() 214 spin_unlock(&ctx->csa.register_lock); in spu_backing_signal2_write() 228 spin_unlock(&ctx->csa.register_lock); in spu_backing_signal1_type_set() 247 spin_unlock(&ctx->csa.register_lock); in spu_backing_signal2_type_set() 300 spin_unlock(&ctx->csa.register_lock); in spu_backing_runcntl_write() 316 spin_unlock(&csa->register_lock); in spu_backing_master_start() 327 spin_unlock(&csa->register_lock); in spu_backing_master_stop() [all …]
|
/linux-4.1.27/lib/ |
D | lockref.c | 58 spin_unlock(&lockref->lock); in lockref_get() 85 spin_unlock(&lockref->lock); in lockref_get_not_zero() 110 spin_unlock(&lockref->lock); in lockref_get_or_lock() 154 spin_unlock(&lockref->lock); in lockref_put_or_lock() 193 spin_unlock(&lockref->lock); in lockref_get_not_dead()
|
D | klist.c | 99 spin_unlock(&k->k_lock); in add_head() 106 spin_unlock(&k->k_lock); in add_tail() 154 spin_unlock(&k->k_lock); in klist_add_behind() 170 spin_unlock(&k->k_lock); in klist_add_before() 201 spin_unlock(&klist_remove_lock); in klist_release() 220 spin_unlock(&k->k_lock); in klist_put() 248 spin_unlock(&klist_remove_lock); in klist_remove() 359 spin_unlock(&i->i_klist->k_lock); in klist_next()
|
D | percpu_ida.c | 95 spin_unlock(&remote->lock); in steal_tags() 121 spin_unlock(&tags->lock); in alloc_local_tag() 186 spin_unlock(&pool->lock); in percpu_ida_alloc() 231 spin_unlock(&tags->lock); in percpu_ida_free() 253 spin_unlock(&pool->lock); in percpu_ida_free() 357 spin_unlock(&remote->lock); in percpu_ida_for_each_free() 368 spin_unlock(&pool->lock); in percpu_ida_for_each_free()
|
/linux-4.1.27/fs/quota/ |
D | dquot.c | 166 spin_unlock(&dq_list_lock); in register_quota_format() 181 spin_unlock(&dq_list_lock); in unregister_quota_format() 196 spin_unlock(&dq_list_lock); in find_quota_format() 212 spin_unlock(&dq_list_lock); in find_quota_format() 355 spin_unlock(&dq_list_lock); in dquot_mark_dquot_dirty() 449 spin_unlock(&dq_list_lock); in dquot_commit() 452 spin_unlock(&dq_list_lock); in dquot_commit() 531 spin_unlock(&dq_list_lock); in invalidate_dquots() 557 spin_unlock(&dq_list_lock); in invalidate_dquots() 577 spin_unlock(&dq_list_lock); in dquot_scan_active() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_close.c | 58 spin_unlock(&lli->lli_lock); in vvp_write_pending() 72 spin_unlock(&lli->lli_lock); in vvp_write_complete() 113 spin_unlock(&lcq->lcq_lock); in ll_queue_done_writing() 115 spin_unlock(&lli->lli_lock); in ll_queue_done_writing() 153 spin_unlock(&lli->lli_lock); in ll_ioepoch_close() 165 spin_unlock(&lli->lli_lock); in ll_ioepoch_close() 185 spin_unlock(&lli->lli_lock); in ll_ioepoch_close() 192 spin_unlock(&lli->lli_lock); in ll_ioepoch_close() 199 spin_unlock(&lli->lli_lock); in ll_ioepoch_close() 325 spin_unlock(&lcq->lcq_lock); in ll_close_next_lli()
|
D | statahead.c | 119 spin_unlock(&sai->sai_cache_lock[i]); in ll_sa_entry_enhash() 132 spin_unlock(&sai->sai_cache_lock[i]); in ll_sa_entry_unhash() 252 spin_unlock(&lli->lli_sa_lock); in ll_sa_entry_alloc() 359 spin_unlock(&lli->lli_sa_lock); in do_sa_entry_fini() 426 spin_unlock(&lli->lli_sa_lock); in ll_sa_entry_to_stated() 444 spin_unlock(&child->lli_agl_lock); in ll_agl_add() 453 spin_unlock(&parent->lli_agl_lock); in ll_agl_add() 455 spin_unlock(&child->lli_agl_lock); in ll_agl_add() 477 spin_unlock(&sai_generation_lock); in ll_sai_alloc() 517 spin_unlock(&lli->lli_sa_lock); in ll_sai_put() [all …]
|
D | llite_rmtacl.c | 119 spin_unlock(&rct->rct_lock); in rct_search() 139 spin_unlock(&rct->rct_lock); in rct_add() 152 spin_unlock(&rct->rct_lock); in rct_del() 178 spin_unlock(&rct->rct_lock); in rct_fini() 237 spin_unlock(&et->et_lock); in et_search_del() 251 spin_unlock(&et->et_lock); in et_search_free() 271 spin_unlock(&et->et_lock); in ee_add() 297 spin_unlock(&et->et_lock); in et_fini()
|
D | llite_capa.c | 116 spin_unlock(&capa_lock); in have_expired_capa() 242 spin_unlock(&capa_lock); in capa_thread_main() 279 spin_unlock(&capa_lock); in capa_thread_main() 367 spin_unlock(&capa_lock); in ll_osscapa_get() 385 spin_unlock(&capa_lock); in ll_mdscapa_get() 410 spin_unlock(&old->c_lock); in do_add_mds_capa() 481 spin_unlock(&old->c_lock); in do_add_oss_capa() 508 spin_unlock(&capa_lock); in ll_add_capa() 554 spin_unlock(&capa_lock); in ll_update_capa() 566 spin_unlock(&ocapa->c_lock); in ll_update_capa() [all …]
|
/linux-4.1.27/fs/xfs/ |
D | xfs_trans_ail.c | 111 spin_unlock(&ailp->xa_lock); in xfs_ail_min_lsn() 130 spin_unlock(&ailp->xa_lock); in xfs_ail_max_lsn() 370 spin_unlock(&ailp->xa_lock); in xfsaild_push() 455 spin_unlock(&ailp->xa_lock); in xfsaild_push() 521 spin_unlock(&ailp->xa_lock); in xfsaild() 526 spin_unlock(&ailp->xa_lock); in xfsaild() 606 spin_unlock(&ailp->xa_lock); in xfs_ail_push_all_sync() 610 spin_unlock(&ailp->xa_lock); in xfs_ail_push_all_sync() 678 spin_unlock(&ailp->xa_lock); in xfs_trans_ail_update_bulk() 682 spin_unlock(&ailp->xa_lock); in xfs_trans_ail_update_bulk() [all …]
|
D | xfs_log_cil.c | 350 spin_unlock(&cil->xc_cil_lock); in xlog_cil_insert_items() 396 spin_unlock(&ctx->cil->xc_push_lock); in xlog_cil_committed() 462 spin_unlock(&cil->xc_push_lock); in xlog_cil_push() 469 spin_unlock(&cil->xc_push_lock); in xlog_cil_push() 498 spin_unlock(&cil->xc_push_lock); in xlog_cil_push() 562 spin_unlock(&cil->xc_push_lock); in xlog_cil_push() 605 spin_unlock(&cil->xc_push_lock); in xlog_cil_push() 624 spin_unlock(&cil->xc_push_lock); in xlog_cil_push() 646 spin_unlock(&cil->xc_push_lock); in xlog_cil_push() 704 spin_unlock(&cil->xc_push_lock); in xlog_cil_push_background() [all …]
|
D | xfs_icache.c | 127 spin_unlock(&ip->i_flags_lock); in xfs_inode_free() 208 spin_unlock(&ip->i_flags_lock); in xfs_iget_cache_hit() 242 spin_unlock(&ip->i_flags_lock); in xfs_iget_cache_hit() 243 spin_unlock(&pag->pag_ici_lock); in xfs_iget_cache_hit() 253 spin_unlock(&ip->i_flags_lock); in xfs_iget_cache_hit() 267 spin_unlock(&ip->i_flags_lock); in xfs_iget_cache_hit() 349 spin_unlock(&pag->pag_ici_lock); in xfs_iget_cache_miss() 356 spin_unlock(&pag->pag_ici_lock); in xfs_iget_cache_miss() 490 spin_unlock(&ip->i_flags_lock); in xfs_inode_ag_walk_grab() 504 spin_unlock(&ip->i_flags_lock); in xfs_inode_ag_walk_grab() [all …]
|
D | xfs_mru_cache.c | 258 spin_unlock(&mru->lock); in _xfs_mru_cache_clear_reap_list() 301 spin_unlock(&mru->lock); in _xfs_mru_cache_reap() 399 spin_unlock(&mru->lock); in xfs_mru_cache_flush() 407 spin_unlock(&mru->lock); in xfs_mru_cache_flush() 451 spin_unlock(&mru->lock); in xfs_mru_cache_insert() 477 spin_unlock(&mru->lock); in xfs_mru_cache_remove() 536 spin_unlock(&mru->lock); in xfs_mru_cache_lookup() 551 spin_unlock(&mru->lock); in xfs_mru_cache_done()
|
D | xfs_extent_busy.c | 91 spin_unlock(&pag->pagb_lock); in xfs_extent_busy_insert() 140 spin_unlock(&pag->pagb_lock); in xfs_extent_busy_search() 176 spin_unlock(&pag->pagb_lock); in xfs_extent_busy_update_extent() 293 spin_unlock(&pag->pagb_lock); in xfs_extent_busy_update_extent() 339 spin_unlock(&pag->pagb_lock); in xfs_extent_busy_reuse() 518 spin_unlock(&args->pag->pagb_lock); in xfs_extent_busy_trim() 532 spin_unlock(&args->pag->pagb_lock); in xfs_extent_busy_trim() 572 spin_unlock(&pag->pagb_lock); in xfs_extent_busy_clear() 588 spin_unlock(&pag->pagb_lock); in xfs_extent_busy_clear()
|
D | xfs_log.c | 211 spin_unlock(&head->lock); in xlog_grant_head_wake_all() 269 spin_unlock(&head->lock); in xlog_grant_head_wait() 333 spin_unlock(&head->lock); in xlog_grant_head_check() 337 spin_unlock(&head->lock); in xlog_grant_head_check() 582 spin_unlock(&iclog->ic_callback_lock); in xfs_log_notify() 852 spin_unlock(&log->l_icloglock); in xfs_log_unmount_write() 862 spin_unlock(&log->l_icloglock); in xfs_log_unmount_write() 865 spin_unlock(&log->l_icloglock); in xfs_log_unmount_write() 891 spin_unlock(&log->l_icloglock); in xfs_log_unmount_write() 903 spin_unlock(&log->l_icloglock); in xfs_log_unmount_write() [all …]
|
/linux-4.1.27/net/bridge/ |
D | br_stp_timer.c | 45 spin_unlock(&br->lock); in br_hello_timer_expired() 78 spin_unlock(&br->lock); in br_message_age_timer_expired() 103 spin_unlock(&br->lock); in br_forward_delay_timer_expired() 117 spin_unlock(&br->lock); in br_tcn_timer_expired() 128 spin_unlock(&br->lock); in br_topology_change_timer_expired() 141 spin_unlock(&p->br->lock); in br_hold_timer_expired()
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-loongson.c | 47 spin_unlock(&gpio_lock); in loongson_gpio_direction_input() 64 spin_unlock(&gpio_lock); in loongson_gpio_direction_output() 77 spin_unlock(&gpio_lock); in loongson_gpio_get_value() 97 spin_unlock(&gpio_lock); in loongson_gpio_set_value()
|
D | gpio-it8761e.c | 109 spin_unlock(&sio_lock); in it8761e_gpio_direction_in() 130 spin_unlock(&sio_lock); in it8761e_gpio_set() 155 spin_unlock(&sio_lock); in it8761e_gpio_direction_out() 181 spin_unlock(&sio_lock); in it8761e_gpio_init()
|
/linux-4.1.27/drivers/iommu/ |
D | shmobile-iommu.c | 152 spin_unlock(&archdata->attach_lock); in shmobile_iommu_attach_device() 153 spin_unlock(&sh_domain->attached_list_lock); in shmobile_iommu_attach_device() 174 spin_unlock(&archdata->attach_lock); in shmobile_iommu_detach_device() 175 spin_unlock(&sh_domain->attached_list_lock); in shmobile_iommu_detach_device() 185 spin_unlock(&sh_domain->attached_list_lock); in domain_tlb_flush() 237 spin_unlock(&sh_domain->map_lock); in shmobile_iommu_map() 246 spin_unlock(&sh_domain->map_lock); in shmobile_iommu_map() 252 spin_unlock(&sh_domain->map_lock); in shmobile_iommu_map() 277 spin_unlock(&sh_domain->map_lock); in shmobile_iommu_unmap() 297 spin_unlock(&sh_domain->map_lock); in shmobile_iommu_unmap() [all …]
|
/linux-4.1.27/fs/gfs2/ |
D | lock_dlm.c | 599 spin_unlock(&ls->ls_recover_spin); in gfs2_control_func() 604 spin_unlock(&ls->ls_recover_spin); in gfs2_control_func() 641 spin_unlock(&ls->ls_recover_spin); in gfs2_control_func() 702 spin_unlock(&ls->ls_recover_spin); in gfs2_control_func() 745 spin_unlock(&ls->ls_recover_spin); in gfs2_control_func() 751 spin_unlock(&ls->ls_recover_spin); in gfs2_control_func() 871 spin_unlock(&ls->ls_recover_spin); in control_mount() 903 spin_unlock(&ls->ls_recover_spin); in control_mount() 913 spin_unlock(&ls->ls_recover_spin); in control_mount() 922 spin_unlock(&ls->ls_recover_spin); in control_mount() [all …]
|
D | log.c | 124 spin_unlock(&sdp->sd_ail_lock); in gfs2_ail1_start_one() 161 spin_unlock(&sdp->sd_ail_lock); in gfs2_ail1_flush() 230 spin_unlock(&sdp->sd_ail_lock); in gfs2_ail1_empty() 248 spin_unlock(&sdp->sd_ail_lock); in gfs2_ail1_wait() 254 spin_unlock(&sdp->sd_ail_lock); in gfs2_ail1_wait() 300 spin_unlock(&sdp->sd_ail_lock); in ail2_empty() 481 spin_unlock(&sdp->sd_ail_lock); in current_tail() 542 spin_unlock(&sdp->sd_ordered_lock); in gfs2_ordered_write() 547 spin_unlock(&sdp->sd_ordered_lock); in gfs2_ordered_write() 561 spin_unlock(&sdp->sd_ordered_lock); in gfs2_ordered_wait() [all …]
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_marker.c | 53 spin_unlock(&queue->lock); in vmw_marker_queue_takedown() 68 spin_unlock(&queue->lock); in vmw_marker_push() 102 spin_unlock(&queue->lock); in vmw_marker_pull() 115 spin_unlock(&queue->lock); in vmw_fifo_lag() 144 spin_unlock(&queue->lock); in vmw_wait_lag()
|
D | vmwgfx_gmrid_manager.c | 68 spin_unlock(&gman->lock); in vmw_gmrid_man_get_node() 90 spin_unlock(&gman->lock); in vmw_gmrid_man_get_node() 97 spin_unlock(&gman->lock); in vmw_gmrid_man_get_node() 111 spin_unlock(&gman->lock); in vmw_gmrid_man_put_node()
|
/linux-4.1.27/drivers/misc/ |
D | atmel-ssc.c | 47 spin_unlock(&user_lock); in ssc_request() 53 spin_unlock(&user_lock); in ssc_request() 58 spin_unlock(&user_lock); in ssc_request() 77 spin_unlock(&user_lock); in ssc_free() 199 spin_unlock(&user_lock); in ssc_probe() 215 spin_unlock(&user_lock); in ssc_remove()
|
/linux-4.1.27/fs/ubifs/ |
D | shrinker.c | 193 spin_unlock(&ubifs_infos_lock); in shrink_tnc_trees() 213 spin_unlock(&ubifs_infos_lock); in shrink_tnc_trees() 245 spin_unlock(&ubifs_infos_lock); in kick_a_thread() 258 spin_unlock(&ubifs_infos_lock); in kick_a_thread() 265 spin_unlock(&ubifs_infos_lock); in kick_a_thread() 274 spin_unlock(&ubifs_infos_lock); in kick_a_thread()
|
D | commit.c | 222 spin_unlock(&c->cs_lock); in do_commit() 232 spin_unlock(&c->cs_lock); in do_commit() 254 spin_unlock(&c->cs_lock); in run_bg_commit() 264 spin_unlock(&c->cs_lock); in run_bg_commit() 271 spin_unlock(&c->cs_lock); in run_bg_commit() 358 spin_unlock(&c->cs_lock); in ubifs_commit_required() 375 spin_unlock(&c->cs_lock); in ubifs_request_bg_commit() 378 spin_unlock(&c->cs_lock); in ubifs_request_bg_commit() 429 spin_unlock(&c->cs_lock); in ubifs_run_commit() 432 spin_unlock(&c->cs_lock); in ubifs_run_commit() [all …]
|
D | orphan.c | 78 spin_unlock(&c->orphan_lock); in ubifs_add_orphan() 92 spin_unlock(&c->orphan_lock); in ubifs_add_orphan() 103 spin_unlock(&c->orphan_lock); in ubifs_add_orphan() 130 spin_unlock(&c->orphan_lock); in ubifs_delete_orphan() 139 spin_unlock(&c->orphan_lock); in ubifs_delete_orphan() 151 spin_unlock(&c->orphan_lock); in ubifs_delete_orphan() 157 spin_unlock(&c->orphan_lock); in ubifs_delete_orphan() 191 spin_unlock(&c->orphan_lock); in ubifs_orphan_start_commit() 313 spin_unlock(&c->orphan_lock); in write_orph_node() 403 spin_unlock(&c->orphan_lock); in consolidate() [all …]
|
/linux-4.1.27/drivers/hwtracing/coresight/ |
D | coresight-etm3x.c | 370 spin_unlock(&drvdata->spinlock); in etm_enable() 375 spin_unlock(&drvdata->spinlock); in etm_enable() 424 spin_unlock(&drvdata->spinlock); in etm_disable() 525 spin_unlock(&drvdata->spinlock); in reset_store() 591 spin_unlock(&drvdata->spinlock); in mode_store() 596 spin_unlock(&drvdata->spinlock); in mode_store() 716 spin_unlock(&drvdata->spinlock); in addr_idx_store() 733 spin_unlock(&drvdata->spinlock); in addr_single_show() 738 spin_unlock(&drvdata->spinlock); in addr_single_show() 760 spin_unlock(&drvdata->spinlock); in addr_single_store() [all …]
|
/linux-4.1.27/fs/ceph/ |
D | caps.c | 81 spin_unlock(&cap_str_lock); in ceph_cap_string() 140 spin_unlock(&mdsc->caps_list_lock); in ceph_caps_finalize() 148 spin_unlock(&mdsc->caps_list_lock); in ceph_adjust_min_caps() 173 spin_unlock(&mdsc->caps_list_lock); in ceph_reserve_caps() 195 spin_unlock(&mdsc->caps_list_lock); in ceph_reserve_caps() 219 spin_unlock(&mdsc->caps_list_lock); in ceph_unreserve_caps() 236 spin_unlock(&mdsc->caps_list_lock); in ceph_get_cap() 258 spin_unlock(&mdsc->caps_list_lock); in ceph_get_cap() 284 spin_unlock(&mdsc->caps_list_lock); in ceph_put_cap() 333 spin_unlock(&ci->i_ceph_lock); in ceph_get_cap_for_mds() [all …]
|
D | snap.c | 76 spin_unlock(&mdsc->snap_empty_lock); in ceph_get_snap_realm() 218 spin_unlock(&mdsc->snap_empty_lock); in ceph_put_snap_realm() 238 spin_unlock(&mdsc->snap_empty_lock); in __cleanup_empty_realms() 242 spin_unlock(&mdsc->snap_empty_lock); in __cleanup_empty_realms() 553 spin_unlock(&ci->i_ceph_lock); in ceph_queue_cap_snap() 591 spin_unlock(&mdsc->snap_flush_lock); in __ceph_finish_cap_snap() 613 spin_unlock(&realm->inodes_with_caps_lock); in queue_realm_cap_snaps() 619 spin_unlock(&realm->inodes_with_caps_lock); in queue_realm_cap_snaps() 777 spin_unlock(&mdsc->snap_flush_lock); in flush_snaps() 780 spin_unlock(&ci->i_ceph_lock); in flush_snaps() [all …]
|
D | dir.c | 67 spin_unlock(&dentry->d_lock); in ceph_init_dentry() 83 spin_unlock(&dentry->d_lock); in ceph_get_dentry_parent_inode() 173 spin_unlock(&dentry->d_lock); in __dcache_readdir() 180 spin_unlock(&dentry->d_lock); in __dcache_readdir() 181 spin_unlock(&parent->d_lock); in __dcache_readdir() 217 spin_unlock(&parent->d_lock); in __dcache_readdir() 290 spin_unlock(&ci->i_ceph_lock); in ceph_readdir() 297 spin_unlock(&ci->i_ceph_lock); in ceph_readdir() 465 spin_unlock(&ci->i_ceph_lock); in ceph_readdir() 643 spin_unlock(&ci->i_ceph_lock); in ceph_lookup() [all …]
|
/linux-4.1.27/fs/coda/ |
D | cache.c | 41 spin_unlock(&cii->c_lock); in coda_cache_enter() 50 spin_unlock(&cii->c_lock); in coda_cache_clear_inode() 70 spin_unlock(&cii->c_lock); in coda_cache_check() 100 spin_unlock(&parent->d_lock); in coda_flag_children()
|
/linux-4.1.27/fs/nfs/ |
D | namespace.c | 76 spin_unlock(&dentry->d_lock); in nfs_path() 80 spin_unlock(&dentry->d_lock); in nfs_path() 86 spin_unlock(&dentry->d_lock); in nfs_path() 95 spin_unlock(&dentry->d_lock); in nfs_path() 108 spin_unlock(&dentry->d_lock); in nfs_path() 114 spin_unlock(&dentry->d_lock); in nfs_path() 118 spin_unlock(&dentry->d_lock); in nfs_path()
|
D | pnfs.c | 84 spin_unlock(&pnfs_spinlock); in find_pnfs_driver() 178 spin_unlock(&pnfs_spinlock); in pnfs_register_layoutdriver() 190 spin_unlock(&pnfs_spinlock); in pnfs_unregister_layoutdriver() 223 spin_unlock(&clp->cl_lock); in pnfs_free_layout_hdr() 249 spin_unlock(&inode->i_lock); in pnfs_put_layout_hdr() 290 spin_unlock(&inode->i_lock); in pnfs_layout_io_set_failed() 380 spin_unlock(&inode->i_lock); in pnfs_layoutreturn_before_put_lseg() 386 spin_unlock(&inode->i_lock); in pnfs_layoutreturn_before_put_lseg() 415 spin_unlock(&inode->i_lock); in pnfs_put_lseg() 605 spin_unlock(&nfsi->vfs_inode.i_lock); in pnfs_destroy_layout() [all …]
|
D | nfs4state.c | 165 spin_unlock(&clp->cl_lock); in nfs4_root_machine_cred() 223 spin_unlock(&tbl->slot_tbl_lock); in nfs4_end_drain_slot_table() 248 spin_unlock(&tbl->slot_tbl_lock); in nfs4_drain_slot_tbl() 251 spin_unlock(&tbl->slot_tbl_lock); in nfs4_drain_slot_tbl() 289 spin_unlock(&clp->cl_lock); in nfs41_setup_state_renewal() 382 spin_unlock(&clp->cl_lock); in nfs4_get_clid_cred() 511 spin_unlock(&clp->cl_lock); in nfs4_drop_state_owner() 539 spin_unlock(&clp->cl_lock); in nfs4_gc_state_owners() 563 spin_unlock(&clp->cl_lock); in nfs4_get_state_owner() 574 spin_unlock(&clp->cl_lock); in nfs4_get_state_owner() [all …]
|
D | delegation.c | 101 spin_unlock(&flctx->flc_lock); in nfs_delegation_claim_locks() 111 spin_unlock(&flctx->flc_lock); in nfs_delegation_claim_locks() 138 spin_unlock(&inode->i_lock); in nfs_delegation_claim_opens() 154 spin_unlock(&inode->i_lock); in nfs_delegation_claim_opens() 183 spin_unlock(&delegation->lock); in nfs_inode_reclaim_delegation() 189 spin_unlock(&delegation->lock); in nfs_inode_reclaim_delegation() 218 spin_unlock(&delegation->lock); in nfs_delegation_grab_inode() 233 spin_unlock(&delegation->lock); in nfs_start_delegation_return_locked() 257 spin_unlock(&delegation->lock); in nfs_abort_delegation_return() 278 spin_unlock(&delegation->lock); in nfs_detach_delegation_locked() [all …]
|
D | unlink.c | 154 spin_unlock(&alias->d_lock); in nfs_do_call_unlink() 199 spin_unlock(&dir->i_lock); in nfs_call_unlink() 203 spin_unlock(&dir->i_lock); in nfs_call_unlink() 238 spin_unlock(&dir->i_lock); in nfs_unblock_sillyrename() 243 spin_unlock(&dir->i_lock); in nfs_unblock_sillyrename() 276 spin_unlock(&dentry->d_lock); in nfs_async_unlink() 285 spin_unlock(&dentry->d_lock); in nfs_async_unlink() 313 spin_unlock(&dentry->d_lock); in nfs_complete_unlink() 329 spin_unlock(&dentry->d_lock); in nfs_cancel_async_unlink() 333 spin_unlock(&dentry->d_lock); in nfs_cancel_async_unlink()
|
D | nfs4renewd.c | 83 spin_unlock(&clp->cl_lock); in nfs4_renew_state() 107 spin_unlock(&clp->cl_lock); in nfs4_renew_state() 130 spin_unlock(&clp->cl_lock); in nfs4_schedule_state_renewal()
|
D | getroot.c | 62 spin_unlock(&sb->s_root->d_lock); in nfs_superblock_set_dummy_root() 63 spin_unlock(&d_inode(sb->s_root)->i_lock); in nfs_superblock_set_dummy_root() 128 spin_unlock(&ret->d_lock); in nfs_get_root()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | quorum.c | 164 spin_unlock(&qs->qs_lock); in o2quo_make_decision() 171 spin_unlock(&qs->qs_lock); in o2quo_make_decision() 229 spin_unlock(&qs->qs_lock); in o2quo_hb_up() 251 spin_unlock(&qs->qs_lock); in o2quo_hb_down() 270 spin_unlock(&qs->qs_lock); in o2quo_hb_still_up() 297 spin_unlock(&qs->qs_lock); in o2quo_conn_up() 324 spin_unlock(&qs->qs_lock); in o2quo_conn_err()
|
D | netdebug.c | 70 spin_unlock(&o2net_debug_lock); in o2net_debug_add_nst() 78 spin_unlock(&o2net_debug_lock); in o2net_debug_del_nst() 110 spin_unlock(&o2net_debug_lock); in nst_seq_start() 125 spin_unlock(&o2net_debug_lock); in nst_seq_next() 169 spin_unlock(&o2net_debug_lock); in nst_seq_show() 217 spin_unlock(&o2net_debug_lock); in o2net_debug_add_sc() 224 spin_unlock(&o2net_debug_lock); in o2net_debug_del_sc() 262 spin_unlock(&o2net_debug_lock); in sc_seq_start() 277 spin_unlock(&o2net_debug_lock); in sc_seq_next() 383 spin_unlock(&o2net_debug_lock); in sc_seq_show()
|
/linux-4.1.27/fs/cifs/ |
D | misc.c | 59 spin_unlock(&GlobalMid_Lock); in _get_xid() 70 spin_unlock(&GlobalMid_Lock); in _free_xid() 498 spin_unlock(&cifs_file_list_lock); in is_valid_oplock_break() 499 spin_unlock(&cifs_tcp_ses_lock); in is_valid_oplock_break() 502 spin_unlock(&cifs_file_list_lock); in is_valid_oplock_break() 503 spin_unlock(&cifs_tcp_ses_lock); in is_valid_oplock_break() 508 spin_unlock(&cifs_tcp_ses_lock); in is_valid_oplock_break() 574 spin_unlock(&cinode->writers_lock); in cifs_get_writer() 577 spin_unlock(&cinode->writers_lock); in cifs_get_writer() 589 spin_unlock(&cinode->writers_lock); in cifs_put_writer() [all …]
|
D | smb2misc.c | 535 spin_unlock(&cifs_file_list_lock); in smb2_is_valid_lease_break() 536 spin_unlock(&cifs_tcp_ses_lock); in smb2_is_valid_lease_break() 540 spin_unlock(&cifs_file_list_lock); in smb2_is_valid_lease_break() 543 spin_unlock(&cifs_tcp_ses_lock); in smb2_is_valid_lease_break() 619 spin_unlock(&cifs_file_list_lock); in smb2_is_valid_oplock_break() 620 spin_unlock(&cifs_tcp_ses_lock); in smb2_is_valid_oplock_break() 623 spin_unlock(&cifs_file_list_lock); in smb2_is_valid_oplock_break() 624 spin_unlock(&cifs_tcp_ses_lock); in smb2_is_valid_oplock_break() 629 spin_unlock(&cifs_tcp_ses_lock); in smb2_is_valid_oplock_break()
|
D | transport.c | 119 spin_unlock(&GlobalMid_Lock); in cifs_delete_mid() 401 spin_unlock(&server->req_lock); in wait_for_free_credits() 407 spin_unlock(&server->req_lock); in wait_for_free_credits() 417 spin_unlock(&server->req_lock); in wait_for_free_credits() 431 spin_unlock(&server->req_lock); in wait_for_free_credits() 491 spin_unlock(&GlobalMid_Lock); in allocate_mid() 571 spin_unlock(&GlobalMid_Lock); in cifs_call_async() 630 spin_unlock(&GlobalMid_Lock); in cifs_sync_mid_result() 647 spin_unlock(&GlobalMid_Lock); in cifs_sync_mid_result() 791 spin_unlock(&GlobalMid_Lock); in SendReceive2() [all …]
|
/linux-4.1.27/drivers/w1/ |
D | w1_family.c | 58 spin_unlock(&w1_flock); in w1_register_family() 84 spin_unlock(&w1_flock); in w1_unregister_family() 128 spin_unlock(&w1_flock); in w1_family_put() 136 spin_unlock(&w1_flock);
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
D | vmci_context.c | 78 spin_unlock(&context->lock); in vmci_ctx_check_signal_notify() 172 spin_unlock(&ctx_list.lock); in vmci_ctx_create() 193 spin_unlock(&ctx_list.lock); in vmci_ctx_destroy() 288 spin_unlock(&context->lock); in vmci_ctx_pending_datagrams() 348 spin_unlock(&context->lock); in vmci_ctx_enqueue_datagram() 360 spin_unlock(&context->lock); in vmci_ctx_enqueue_datagram() 521 spin_unlock(&context->lock); in vmci_ctx_dequeue_datagram() 534 spin_unlock(&context->lock); in vmci_ctx_dequeue_datagram() 563 spin_unlock(&context->lock); in vmci_ctx_dequeue_datagram() 587 spin_unlock(&context->lock); in vmci_ctx_unset_notify() [all …]
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4layouts.c | 83 spin_unlock(&nfsd_devid_lock); in nfsd4_alloc_devid_map() 141 spin_unlock(&clp->cl_lock); in nfsd4_free_layout_stateid() 145 spin_unlock(&fp->fi_lock); in nfsd4_free_layout_stateid() 223 spin_unlock(&clp->cl_lock); in nfsd4_alloc_layout_stateid() 227 spin_unlock(&fp->fi_lock); in nfsd4_alloc_layout_stateid() 303 spin_unlock(&ls->ls_lock); in nfsd4_recall_file_layout() 385 spin_unlock(&ls->ls_lock); in nfsd4_insert_layout() 386 spin_unlock(&fp->fi_lock); in nfsd4_insert_layout() 410 spin_unlock(&ls->ls_lock); in nfsd4_insert_layout() 412 spin_unlock(&fp->fi_lock); in nfsd4_insert_layout() [all …]
|
D | nfs4state.c | 175 spin_unlock(&nn->client_lock); in put_client_renew() 210 spin_unlock(&nn->client_lock); in nfsd4_put_session() 253 spin_unlock(&clp->cl_lock); in find_openstateowner_str() 284 spin_unlock(&state_lock); in put_nfs4_file() 319 spin_unlock(&f->fi_lock); in find_writeable_file() 343 spin_unlock(&f->fi_lock); in find_readable_file() 360 spin_unlock(&f->fi_lock); in find_any_file() 458 spin_unlock(&fp->fi_lock); in __nfs4_file_put_access() 523 spin_unlock(&fp->fi_lock); in put_clnt_odstate() 552 spin_unlock(&fp->fi_lock); in find_or_hash_clnt_odstate() [all …]
|
/linux-4.1.27/net/ipv4/ |
D | inet_fragment.c | 108 spin_unlock(&hb_dest->chain_lock); in inet_frag_secret_rebuild() 111 spin_unlock(&hb->chain_lock); in inet_frag_secret_rebuild() 147 spin_unlock(&hb->chain_lock); in inet_evict_bucket() 159 spin_unlock(&hb->chain_lock); in inet_evict_bucket() 275 spin_unlock(&hb->chain_lock); in get_frag_bucket_locked() 289 spin_unlock(&hb->chain_lock); in fq_unlink() 357 spin_unlock(&hb->chain_lock); in inet_frag_intern() 371 spin_unlock(&hb->chain_lock); in inet_frag_intern() 433 spin_unlock(&hb->chain_lock); in inet_frag_find() 438 spin_unlock(&hb->chain_lock); in inet_frag_find()
|
D | inet_hashtables.c | 123 spin_unlock(&head->lock); in __inet_put_port() 160 spin_unlock(&head->lock); in __inet_inherit_port() 166 spin_unlock(&head->lock); in __inet_inherit_port() 382 spin_unlock(lock); in __inet_check_established() 398 spin_unlock(lock); in __inet_check_established() 431 spin_unlock(lock); in __inet_hash_nolisten() 451 spin_unlock(&ilb->lock); in __inet_hash() 540 spin_unlock(&head->lock); in __inet_hash_connect() 548 spin_unlock(&head->lock); in __inet_hash_connect() 565 spin_unlock(&head->lock); in __inet_hash_connect() [all …]
|
/linux-4.1.27/net/9p/ |
D | mod.c | 88 spin_unlock(&v9fs_trans_lock); in v9fs_register_trans() 101 spin_unlock(&v9fs_trans_lock); in v9fs_unregister_trans() 123 spin_unlock(&v9fs_trans_lock); in v9fs_get_trans_by_name() 152 spin_unlock(&v9fs_trans_lock); in v9fs_get_default_trans()
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_fwd.c | 64 spin_unlock(&ufdev->lock); in usnic_fwd_devcmd() 95 spin_unlock(&ufdev->lock); in usnic_fwd_set_mac() 109 spin_unlock(&ufdev->lock); in usnic_fwd_add_ipaddr() 118 spin_unlock(&ufdev->lock); in usnic_fwd_del_ipaddr() 125 spin_unlock(&ufdev->lock); in usnic_fwd_carrier_up() 132 spin_unlock(&ufdev->lock); in usnic_fwd_carrier_down() 139 spin_unlock(&ufdev->lock); in usnic_fwd_set_mtu() 253 spin_unlock(&ufdev->lock); in usnic_fwd_alloc_flow()
|
/linux-4.1.27/fs/proc/ |
D | generic.c | 177 spin_unlock(&proc_subdir_lock); in xlate_proc_name() 238 spin_unlock(&proc_subdir_lock); in proc_lookup_de() 246 spin_unlock(&proc_subdir_lock); in proc_lookup_de() 278 spin_unlock(&proc_subdir_lock); in proc_readdir_de() 290 spin_unlock(&proc_subdir_lock); in proc_readdir_de() 302 spin_unlock(&proc_subdir_lock); in proc_readdir_de() 346 spin_unlock(&proc_subdir_lock); in proc_register() 350 spin_unlock(&proc_subdir_lock); in proc_register() 554 spin_unlock(&proc_subdir_lock); in remove_proc_entry() 562 spin_unlock(&proc_subdir_lock); in remove_proc_entry() [all …]
|
/linux-4.1.27/drivers/staging/unisys/visorutil/ |
D | charqueue.c | 63 spin_unlock(&charqueue->lock); in visor_charqueue_enqueue() 73 spin_unlock(&charqueue->lock); in visor_charqueue_is_empty() 94 spin_unlock(&charqueue->lock); in charqueue_dequeue() 116 spin_unlock(&charqueue->lock); in visor_charqueue_dequeue_n()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
D | rx.c | 194 spin_unlock(&rxq->lock); in iwl_pcie_rxq_check_wrptr() 242 spin_unlock(&rxq->lock); in iwl_pcie_rxq_restock() 253 spin_unlock(&rxq->lock); in iwl_pcie_rxq_restock() 277 spin_unlock(&rxq->lock); in iwl_pcie_rxq_alloc_rbs() 280 spin_unlock(&rxq->lock); in iwl_pcie_rxq_alloc_rbs() 312 spin_unlock(&rxq->lock); in iwl_pcie_rxq_alloc_rbs() 319 spin_unlock(&rxq->lock); in iwl_pcie_rxq_alloc_rbs() 332 spin_unlock(&rxq->lock); in iwl_pcie_rxq_alloc_rbs() 346 spin_unlock(&rxq->lock); in iwl_pcie_rxq_alloc_rbs() 523 spin_unlock(&rxq->lock); in iwl_pcie_rx_init() [all …]
|
/linux-4.1.27/drivers/cpuidle/ |
D | cpuidle-ux500.c | 41 spin_unlock(&master_lock); in ux500_enter_idle() 79 spin_unlock(&master_lock); in ux500_enter_idle() 88 spin_unlock(&master_lock); in ux500_enter_idle()
|
D | driver.c | 287 spin_unlock(&cpuidle_driver_lock); in cpuidle_register_driver() 305 spin_unlock(&cpuidle_driver_lock); in cpuidle_unregister_driver() 361 spin_unlock(&cpuidle_driver_lock); in cpuidle_driver_ref() 381 spin_unlock(&cpuidle_driver_lock); in cpuidle_driver_unref()
|
/linux-4.1.27/drivers/md/ |
D | dm-exception-store.c | 44 spin_unlock(&_lock); in _get_exception_store_type() 107 spin_unlock(&_lock); in put_type() 119 spin_unlock(&_lock); in dm_exception_store_type_register() 130 spin_unlock(&_lock); in dm_exception_store_type_unregister() 136 spin_unlock(&_lock); in dm_exception_store_type_unregister()
|
/linux-4.1.27/drivers/clk/berlin/ |
D | berlin2-div.c | 88 spin_unlock(div->lock); in berlin2_div_is_enabled() 107 spin_unlock(div->lock); in berlin2_div_enable() 126 spin_unlock(div->lock); in berlin2_div_disable() 155 spin_unlock(div->lock); in berlin2_div_set_parent() 181 spin_unlock(div->lock); in berlin2_div_get_parent() 217 spin_unlock(div->lock); in berlin2_div_recalc_rate()
|
/linux-4.1.27/fs/minix/ |
D | bitmap.c | 65 spin_unlock(&bitmap_lock); in minix_free_block() 84 spin_unlock(&bitmap_lock); in minix_new_block() 91 spin_unlock(&bitmap_lock); in minix_new_block() 208 spin_unlock(&bitmap_lock); in minix_free_inode() 237 spin_unlock(&bitmap_lock); in minix_new_inode() 242 spin_unlock(&bitmap_lock); in minix_new_inode() 247 spin_unlock(&bitmap_lock); in minix_new_inode()
|
/linux-4.1.27/include/linux/ |
D | lglock.h | 69 #define lg_local_unlock spin_unlock 71 #define lg_local_unlock_cpu(lg, cpu) spin_unlock(lg) 73 #define lg_global_unlock spin_unlock
|
/linux-4.1.27/arch/powerpc/mm/ |
D | icswx_pid.c | 41 spin_unlock(lock); in new_cop_pid() 51 spin_unlock(lock); in new_cop_pid() 86 spin_unlock(&mmu_context_acop_lock); in free_cop_pid()
|
D | icswx.c | 117 spin_unlock(mm->context.cop_lockp); in use_cop() 118 spin_unlock(&mm->page_table_lock); in use_cop() 159 spin_unlock(mm->context.cop_lockp); in drop_cop() 160 spin_unlock(&mm->page_table_lock); in drop_cop()
|
D | mmu_context_hash64.c | 44 spin_unlock(&mmu_context_lock); in __init_new_context() 54 spin_unlock(&mmu_context_lock); in __init_new_context() 99 spin_unlock(&mmu_context_lock); in __destroy_context()
|
/linux-4.1.27/fs/dlm/ |
D | recover.c | 77 spin_unlock(&ls->ls_recover_lock); in dlm_recover_status() 90 spin_unlock(&ls->ls_recover_lock); in dlm_set_recover_status() 195 spin_unlock(&ls->ls_recover_lock); in dlm_recover_members_wait() 243 spin_unlock(&ls->ls_recover_list_lock); in recover_list_empty() 258 spin_unlock(&ls->ls_recover_list_lock); in recover_list_add() 268 spin_unlock(&ls->ls_recover_list_lock); in recover_list_del() 290 spin_unlock(&ls->ls_recover_list_lock); in recover_list_clear() 300 spin_unlock(&ls->ls_recover_idr_lock); in recover_idr_empty() 325 spin_unlock(&ls->ls_recover_idr_lock); in recover_idr_add() 338 spin_unlock(&ls->ls_recover_idr_lock); in recover_idr_del() [all …]
|
D | lockspace.c | 268 spin_unlock(&lslist_lock); in find_ls_to_scan() 272 spin_unlock(&lslist_lock); in find_ls_to_scan() 331 spin_unlock(&lslist_lock); in dlm_find_lockspace_global() 348 spin_unlock(&lslist_lock); in dlm_find_lockspace_local() 365 spin_unlock(&lslist_lock); in dlm_find_lockspace_device() 373 spin_unlock(&lslist_lock); in dlm_put_lockspace() 383 spin_unlock(&lslist_lock); in remove_lockspace() 386 spin_unlock(&lslist_lock); in remove_lockspace() 480 spin_unlock(&lslist_lock); in new_lockspace() 601 spin_unlock(&lslist_lock); in new_lockspace() [all …]
|
D | plock.c | 70 spin_unlock(&ops_lock); in send_op() 154 spin_unlock(&ops_lock); in dlm_posix_lock() 170 spin_unlock(&ops_lock); in dlm_posix_lock() 203 spin_unlock(&ops_lock); in dlm_plock_callback() 302 spin_unlock(&ops_lock); in dlm_posix_unlock() 356 spin_unlock(&ops_lock); in dlm_posix_get() 402 spin_unlock(&ops_lock); in dev_read() 453 spin_unlock(&ops_lock); in dev_write() 475 spin_unlock(&ops_lock); in dev_poll()
|
/linux-4.1.27/fs/squashfs/ |
D | cache.c | 89 spin_unlock(&cache->lock); in squashfs_cache_get() 121 spin_unlock(&cache->lock); in squashfs_cache_get() 139 spin_unlock(&cache->lock); in squashfs_cache_get() 142 spin_unlock(&cache->lock); in squashfs_cache_get() 164 spin_unlock(&cache->lock); in squashfs_cache_get() 167 spin_unlock(&cache->lock); in squashfs_cache_get() 199 spin_unlock(&cache->lock); in squashfs_cache_put() 204 spin_unlock(&cache->lock); in squashfs_cache_put()
|
/linux-4.1.27/drivers/block/zram/ |
D | zcomp.c | 111 spin_unlock(&zs->strm_lock); in zcomp_strm_multi_find() 116 spin_unlock(&zs->strm_lock); in zcomp_strm_multi_find() 122 spin_unlock(&zs->strm_lock); in zcomp_strm_multi_find() 128 spin_unlock(&zs->strm_lock); in zcomp_strm_multi_find() 145 spin_unlock(&zs->strm_lock); in zcomp_strm_multi_release() 151 spin_unlock(&zs->strm_lock); in zcomp_strm_multi_release() 174 spin_unlock(&zs->strm_lock); in zcomp_strm_multi_set_max_streams()
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_memory.h | 121 spin_unlock(&glob->lock); in ttm_mem_register_shrink() 125 spin_unlock(&glob->lock); in ttm_mem_register_shrink() 143 spin_unlock(&glob->lock); in ttm_mem_unregister_shrink()
|
/linux-4.1.27/net/unix/ |
D | garbage.c | 137 spin_unlock(&unix_gc_lock); in unix_inflight() 156 spin_unlock(&unix_gc_lock); in unix_notinflight() 198 spin_unlock(&x->sk_receive_queue.lock); in scan_inflight() 225 spin_unlock(&x->sk_receive_queue.lock); in scan_children() 361 spin_unlock(&unix_gc_lock); in unix_gc() 374 spin_unlock(&unix_gc_lock); in unix_gc()
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_mgmt.c | 170 spin_unlock(&ctrl->mbox_lock); in be_cmd_modify_eq_delay() 191 spin_unlock(&ctrl->mbox_lock); in be_cmd_modify_eq_delay() 221 spin_unlock(&ctrl->mbox_lock); in mgmt_reopen_session() 238 spin_unlock(&ctrl->mbox_lock); in mgmt_reopen_session() 256 spin_unlock(&ctrl->mbox_lock); in mgmt_get_boot_target() 269 spin_unlock(&ctrl->mbox_lock); in mgmt_get_boot_target() 291 spin_unlock(&ctrl->mbox_lock); in mgmt_get_session_info() 314 spin_unlock(&ctrl->mbox_lock); in mgmt_get_session_info() 418 spin_unlock(&ctrl->mbox_lock); in mgmt_get_fw_config() 473 spin_unlock(&ctrl->mbox_lock); in mgmt_check_supported_fw() [all …]
|
D | be_cmds.c | 169 spin_unlock(&phba->ctrl.mbox_lock); in beiscsi_mccq_compl() 183 spin_unlock(&phba->ctrl.mbox_lock); in beiscsi_mccq_compl() 204 spin_unlock(&phba->ctrl.mbox_lock); in beiscsi_mccq_compl() 268 spin_unlock(&ctrl->mbox_lock); in free_mcc_tag() 395 spin_unlock(&phba->ctrl.mbox_lock); in be_mcc_compl_process_isr() 859 spin_unlock(&ctrl->mbox_lock); in beiscsi_cmd_eq_create() 899 spin_unlock(&ctrl->mbox_lock); in be_cmd_fw_initialize() 940 spin_unlock(&ctrl->mbox_lock); in be_cmd_fw_uninit() 1006 spin_unlock(&ctrl->mbox_lock); in beiscsi_cmd_cq_create() 1061 spin_unlock(&phba->ctrl.mbox_lock); in beiscsi_cmd_mccq_create() [all …]
|
/linux-4.1.27/drivers/hsi/clients/ |
D | ssi_protocol.c | 480 spin_unlock(&ssi->lock); in ssip_keep_alive() 484 spin_unlock(&ssi->lock); in ssip_keep_alive() 526 spin_unlock(&ssi->lock); in ssip_start_rx() 529 spin_unlock(&ssi->lock); in ssip_start_rx() 534 spin_unlock(&ssi->lock); in ssip_start_rx() 551 spin_unlock(&ssi->lock); in ssip_stop_rx() 570 spin_unlock(&ssi->lock); in ssip_strans_complete() 682 spin_unlock(&ssi->lock); in ssip_rx_bootinforeq() 714 spin_unlock(&ssi->lock); in ssip_rx_bootinforesp() 726 spin_unlock(&ssi->lock); in ssip_rx_waketest() [all …]
|
D | cmt_speech.c | 151 spin_unlock(&cs_char_data.lock); in cs_notify() 159 spin_unlock(&cs_char_data.lock); in cs_notify() 166 spin_unlock(&cs_char_data.lock); in cs_notify() 207 spin_unlock(&cs_char_data.lock); in cs_notify_data() 249 spin_unlock(&hi->lock); in cs_cmd_destructor() 328 spin_unlock(&hi->lock); in cs_hsi_data_destructor() 389 spin_unlock(&hi->lock); in __cs_hsi_error_post() 448 spin_unlock(&hi->lock); in cs_hsi_read_on_control_complete() 458 spin_unlock(&hi->lock); in cs_hsi_read_on_control_complete() 496 spin_unlock(&hi->lock); in cs_hsi_read_on_control() [all …]
|
/linux-4.1.27/fs/jbd2/ |
D | checkpoint.c | 146 spin_unlock(&journal->j_list_lock); in __jbd2_log_wait_for_space() 175 spin_unlock(&journal->j_list_lock); in __jbd2_log_wait_for_space() 257 spin_unlock(&journal->j_list_lock); in jbd2_log_do_checkpoint() 270 spin_unlock(&journal->j_list_lock); in jbd2_log_do_checkpoint() 317 spin_unlock(&journal->j_list_lock); in jbd2_log_do_checkpoint() 339 spin_unlock(&journal->j_list_lock); in jbd2_log_do_checkpoint() 360 spin_unlock(&journal->j_list_lock); in jbd2_log_do_checkpoint() 526 spin_unlock(&journal->j_list_lock); in jbd2_journal_destroy_checkpoint() 530 spin_unlock(&journal->j_list_lock); in jbd2_journal_destroy_checkpoint()
|
/linux-4.1.27/drivers/mtd/chips/ |
D | chipreg.c | 21 spin_unlock(&chip_drvs_lock); in register_mtd_chip_driver() 28 spin_unlock(&chip_drvs_lock); in unregister_mtd_chip_driver() 49 spin_unlock(&chip_drvs_lock); in get_mtd_chip_driver()
|
/linux-4.1.27/arch/frv/mm/ |
D | mmu-context.c | 108 spin_unlock(&cxn_owners_lock); in change_mm_context() 146 spin_unlock(&cxn_owners_lock); in destroy_context() 158 spin_unlock(&cxn_owners_lock); in proc_pid_status_frv_cxnr() 204 spin_unlock(&cxn_owners_lock); in cxn_pin_by_pid()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_mech_switch.c | 121 spin_unlock(®istered_mechs_lock); in gss_mech_register() 136 spin_unlock(®istered_mechs_lock); in gss_mech_unregister() 162 spin_unlock(®istered_mechs_lock); in _gss_mech_get_by_name() 199 spin_unlock(®istered_mechs_lock); in gss_mech_get_by_OID() 227 spin_unlock(®istered_mechs_lock); in _gss_mech_get_by_pseudoflavor() 264 spin_unlock(®istered_mechs_lock); in gss_mech_list_pseudoflavors() 270 spin_unlock(®istered_mechs_lock); in gss_mech_list_pseudoflavors()
|
/linux-4.1.27/drivers/firmware/ |
D | dell_rbu.c | 120 spin_unlock(&rbu_data.lock); in create_packet() 435 spin_unlock(&rbu_data.lock); in img_update_realloc() 540 spin_unlock(&rbu_data.lock); in read_rbu_data() 574 spin_unlock(&rbu_data.lock); in callbackfn_rbu() 621 spin_unlock(&rbu_data.lock); in write_rbu_image_type() 638 spin_unlock(&rbu_data.lock); in write_rbu_image_type() 645 spin_unlock(&rbu_data.lock); in write_rbu_image_type() 658 spin_unlock(&rbu_data.lock); in read_rbu_packet_size() 674 spin_unlock(&rbu_data.lock); in write_rbu_packet_size() 737 spin_unlock(&rbu_data.lock); in dcdrbu_exit()
|
D | memmap.c | 119 spin_unlock(&map_entries_bootmem_lock); in release_firmware_map_entry() 162 spin_unlock(&map_entries_lock); in firmware_map_add_entry() 305 spin_unlock(&map_entries_bootmem_lock); in firmware_map_add_hotplug() 358 spin_unlock(&map_entries_lock); in firmware_map_remove() 363 spin_unlock(&map_entries_lock); in firmware_map_remove()
|
/linux-4.1.27/drivers/dca/ |
D | dca-sysfs.c | 65 spin_unlock(&dca_idr_lock); in dca_sysfs_add_provider() 74 spin_unlock(&dca_idr_lock); in dca_sysfs_add_provider() 87 spin_unlock(&dca_idr_lock); in dca_sysfs_remove_provider()
|
/linux-4.1.27/drivers/dma/ |
D | coh901318_lli.c | 97 spin_unlock(&pool->lock); in coh901318_lli_alloc() 102 spin_unlock(&pool->lock); in coh901318_lli_alloc() 107 spin_unlock(&pool->lock); in coh901318_lli_alloc() 137 spin_unlock(&pool->lock); in coh901318_lli_free() 307 spin_unlock(&pool->lock); in coh901318_lli_fill_sg() 311 spin_unlock(&pool->lock); in coh901318_lli_fill_sg()
|
/linux-4.1.27/drivers/mtd/maps/ |
D | sbc_gxx.c | 120 spin_unlock(&sbc_gxx_spin); in sbc_gxx_read8() 134 spin_unlock(&sbc_gxx_spin); in sbc_gxx_copy_from() 146 spin_unlock(&sbc_gxx_spin); in sbc_gxx_write8() 159 spin_unlock(&sbc_gxx_spin); in sbc_gxx_copy_to()
|
/linux-4.1.27/fs/configfs/ |
D | dir.c | 72 spin_unlock(&configfs_dirent_lock); in configfs_d_iput() 189 spin_unlock(&configfs_dirent_lock); in configfs_new_dirent() 194 spin_unlock(&configfs_dirent_lock); in configfs_new_dirent() 299 spin_unlock(&configfs_dirent_lock); in configfs_create_dir() 339 spin_unlock(&configfs_dirent_lock); in configfs_dirent_is_ready() 360 spin_unlock(&configfs_dirent_lock); in configfs_create_link() 376 spin_unlock(&configfs_dirent_lock); in remove_dir() 423 spin_unlock(&configfs_dirent_lock); in configfs_attach_attr() 571 spin_unlock(&configfs_dirent_lock); in detach_attrs() 1112 spin_unlock(&configfs_dirent_lock); in configfs_depend_item() [all …]
|
/linux-4.1.27/arch/x86/kvm/ |
D | ioapic.c | 141 spin_unlock(&ioapic->lock); in kvm_rtc_eoi_tracking_restore_one() 272 spin_unlock(&ioapic->lock); in kvm_ioapic_scan_entry() 388 spin_unlock(&ioapic->lock); in kvm_ioapic_set_irq() 400 spin_unlock(&ioapic->lock); in kvm_ioapic_clear_all() 418 spin_unlock(&ioapic->lock); in kvm_ioapic_eoi_inject_work() 445 spin_unlock(&ioapic->lock); in __kvm_ioapic_update_eoi() 484 spin_unlock(&ioapic->lock); in kvm_ioapic_update_eoi() 524 spin_unlock(&ioapic->lock); in ioapic_mmio_read() 583 spin_unlock(&ioapic->lock); in ioapic_mmio_write() 656 spin_unlock(&ioapic->lock); in kvm_get_ioapic() [all …]
|
/linux-4.1.27/include/asm-generic/bitops/ |
D | ext2-atomic.h | 13 spin_unlock(lock); \ 22 spin_unlock(lock); \
|
/linux-4.1.27/arch/alpha/kernel/ |
D | irq_i8259.c | 40 spin_unlock(&i8259_irq_lock); in i8259a_enable_irq() 54 spin_unlock(&i8259_irq_lock); in i8259a_disable_irq() 71 spin_unlock(&i8259_irq_lock); in i8259a_mask_and_ack_irq()
|
D | irq_srm.c | 25 spin_unlock(&srm_irq_lock); in srm_enable_irq() 33 spin_unlock(&srm_irq_lock); in srm_disable_irq()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 95 spin_unlock(&imp->imp_lock); in import_set_conn() 114 spin_unlock(&imp->imp_lock); in import_set_conn() 119 spin_unlock(&imp->imp_lock); in import_set_conn() 189 spin_unlock(&imp->imp_lock); in client_import_del_conn() 215 spin_unlock(&imp->imp_lock); in client_import_find_conn() 448 spin_unlock(&imp->imp_lock); in client_obd_setup() 595 spin_unlock(&imp->imp_lock); in client_disconnect_export() 728 spin_unlock(&exp->exp_uncommitted_replies_lock); in target_send_reply() 732 spin_unlock(&exp->exp_lock); in target_send_reply() 761 spin_unlock(&rs->rs_lock); in target_send_reply() [all …]
|
D | ldlm_pool.c | 342 spin_unlock(&pl->pl_lock); in ldlm_srv_pool_recalc() 364 spin_unlock(&pl->pl_lock); in ldlm_srv_pool_recalc() 419 spin_unlock(&pl->pl_lock); in ldlm_srv_pool_shrink() 483 spin_unlock(&pl->pl_lock); in ldlm_cli_pool_recalc() 492 spin_unlock(&pl->pl_lock); in ldlm_cli_pool_recalc() 519 spin_unlock(&pl->pl_lock); in ldlm_cli_pool_recalc() 549 spin_unlock(&ns->ns_lock); in ldlm_cli_pool_shrink() 594 spin_unlock(&pl->pl_lock); in ldlm_pool_recalc() 677 spin_unlock(&pl->pl_lock); in lprocfs_pool_state_seq_show() 708 spin_unlock(&pl->pl_lock); in lprocfs_grant_speed_seq_show() [all …]
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | pmi.c | 83 spin_unlock(&data->pmi_spinlock); in pmi_irq_handler() 122 spin_unlock(&data->handler_spinlock); in pmi_notify_handlers() 200 spin_unlock(&data->handler_spinlock); in pmi_of_remove() 260 spin_unlock(&data->handler_spinlock); in pmi_register_handler() 275 spin_unlock(&data->handler_spinlock); in pmi_unregister_handler()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_ev.c | 58 spin_unlock(&rnicp->lock); in post_qp_event() 67 spin_unlock(&rnicp->lock); in post_qp_event() 78 spin_unlock(&rnicp->lock); in post_qp_event() 126 spin_unlock(&rnicp->lock); in iwch_ev_dispatch() 131 spin_unlock(&rnicp->lock); in iwch_ev_dispatch()
|
/linux-4.1.27/drivers/watchdog/ |
D | iTCO_wdt.c | 214 spin_unlock(&iTCO_wdt_private.io_lock); in iTCO_wdt_start() 231 spin_unlock(&iTCO_wdt_private.io_lock); in iTCO_wdt_start() 255 spin_unlock(&iTCO_wdt_private.io_lock); in iTCO_wdt_stop() 279 spin_unlock(&iTCO_wdt_private.io_lock); in iTCO_wdt_ping() 313 spin_unlock(&iTCO_wdt_private.io_lock); in iTCO_wdt_set_timeout() 324 spin_unlock(&iTCO_wdt_private.io_lock); in iTCO_wdt_set_timeout() 345 spin_unlock(&iTCO_wdt_private.io_lock); in iTCO_wdt_get_timeleft() 354 spin_unlock(&iTCO_wdt_private.io_lock); in iTCO_wdt_get_timeleft()
|
D | smsc37b787_wdt.c | 247 spin_unlock(&io_lock); in wb_smsc_wdt_initialize() 272 spin_unlock(&io_lock); in wb_smsc_wdt_shutdown() 290 spin_unlock(&io_lock); in wb_smsc_wdt_set_timeout() 304 spin_unlock(&io_lock); in wb_smsc_wdt_get_timeout() 338 spin_unlock(&io_lock); in wb_smsc_wdt_reset_timer()
|
D | pcwd.c | 269 spin_unlock(&pcwd_private.io_lock); in set_command_mode() 284 spin_unlock(&pcwd_private.io_lock); in unset_command_mode() 395 spin_unlock(&pcwd_private.io_lock); in pcwd_timer_ping() 416 spin_unlock(&pcwd_private.io_lock); in pcwd_start() 444 spin_unlock(&pcwd_private.io_lock); in pcwd_stop() 500 spin_unlock(&pcwd_private.io_lock); in pcwd_get_status() 551 spin_unlock(&pcwd_private.io_lock); in pcwd_clear_status() 572 spin_unlock(&pcwd_private.io_lock); in pcwd_get_temperature() 792 spin_unlock(&pcwd_private.io_lock); in get_revision()
|
/linux-4.1.27/include/net/ |
D | gro_cells.h | 42 spin_unlock(&cell->napi_skbs.lock); in gro_cells_receive() 57 spin_unlock(&cell->napi_skbs.lock); in gro_cell_poll() 65 spin_unlock(&cell->napi_skbs.lock); in gro_cell_poll()
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-block-manager.c | 206 spin_unlock(&lock->lock); in bl_down_read() 213 spin_unlock(&lock->lock); in bl_down_read() 222 spin_unlock(&lock->lock); in bl_down_read() 246 spin_unlock(&lock->lock); in bl_down_read_nonblock() 258 spin_unlock(&lock->lock); in bl_up_read() 269 spin_unlock(&lock->lock); in bl_down_write() 276 spin_unlock(&lock->lock); in bl_down_write() 289 spin_unlock(&lock->lock); in bl_down_write() 304 spin_unlock(&lock->lock); in bl_up_write()
|
/linux-4.1.27/drivers/rapidio/switches/ |
D | tsi568.c | 151 spin_unlock(&rdev->rswitch->lock); in tsi568_probe() 156 spin_unlock(&rdev->rswitch->lock); in tsi568_probe() 165 spin_unlock(&rdev->rswitch->lock); in tsi568_remove() 169 spin_unlock(&rdev->rswitch->lock); in tsi568_remove()
|
D | idtcps.c | 140 spin_unlock(&rdev->rswitch->lock); in idtcps_probe() 155 spin_unlock(&rdev->rswitch->lock); in idtcps_probe() 164 spin_unlock(&rdev->rswitch->lock); in idtcps_remove() 168 spin_unlock(&rdev->rswitch->lock); in idtcps_remove()
|
/linux-4.1.27/arch/arm/plat-versatile/ |
D | platsmp.c | 47 spin_unlock(&boot_lock); in versatile_secondary_init() 88 spin_unlock(&boot_lock); in versatile_boot_secondary()
|
/linux-4.1.27/drivers/s390/cio/ |
D | isc.c | 37 spin_unlock(&isc_ref_lock); in isc_register() 66 spin_unlock(&isc_ref_lock); in isc_unregister()
|
/linux-4.1.27/security/keys/ |
D | gc.c | 150 spin_unlock(&key->user->lock); in key_gc_unused_keys() 263 spin_unlock(&key_serial_lock); in key_garbage_collector() 331 spin_unlock(&key_serial_lock); in key_garbage_collector() 343 spin_unlock(&key_serial_lock); in key_garbage_collector() 351 spin_unlock(&key_serial_lock); in key_garbage_collector()
|
/linux-4.1.27/arch/um/drivers/ |
D | harddog_kern.c | 86 spin_unlock(&lock); in harddog_open() 90 spin_unlock(&lock); in harddog_open() 110 spin_unlock(&lock); in harddog_release()
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | core_intr.c | 211 spin_unlock(&hsotg->lock); in dwc2_handle_otg_intr() 241 spin_unlock(&hsotg->lock); in dwc2_handle_otg_intr() 250 spin_unlock(&hsotg->lock); in dwc2_handle_otg_intr() 294 spin_unlock(&hsotg->lock); in dwc2_handle_conn_id_status_change_intr() 419 spin_unlock(&hsotg->lock); in dwc2_handle_usb_suspend_intr() 522 spin_unlock(&hsotg->lock); in dwc2_handle_common_intr()
|
/linux-4.1.27/fs/f2fs/ |
D | checkpoint.c | 336 spin_unlock(&im->ino_lock); in __add_ino_entry() 341 spin_unlock(&im->ino_lock); in __add_ino_entry() 353 spin_unlock(&im->ino_lock); in __add_ino_entry() 368 spin_unlock(&im->ino_lock); in __remove_ino_entry() 372 spin_unlock(&im->ino_lock); in __remove_ino_entry() 395 spin_unlock(&im->ino_lock); in exist_written_data() 414 spin_unlock(&im->ino_lock); in release_dirty_inode() 428 spin_unlock(&im->ino_lock); in acquire_orphan_inode() 440 spin_unlock(&im->ino_lock); in release_orphan_inode() 554 spin_unlock(&im->ino_lock); in write_orphan_inodes() [all …]
|
/linux-4.1.27/arch/x86/mm/ |
D | init_64.c | 204 spin_unlock(pgt_lock); in sync_global_pgds() 206 spin_unlock(&pgd_lock); in sync_global_pgds() 475 spin_unlock(&init_mm.page_table_lock); in phys_pmd_init() 505 spin_unlock(&init_mm.page_table_lock); in phys_pmd_init() 515 spin_unlock(&init_mm.page_table_lock); in phys_pmd_init() 578 spin_unlock(&init_mm.page_table_lock); in phys_pud_init() 589 spin_unlock(&init_mm.page_table_lock); in phys_pud_init() 630 spin_unlock(&init_mm.page_table_lock); in kernel_physical_mapping_init() 748 spin_unlock(&init_mm.page_table_lock); in free_pte_table() 766 spin_unlock(&init_mm.page_table_lock); in free_pmd_table() [all …]
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | iomux-imx31.c | 65 spin_unlock(&gpio_mux_lock); in mxc_iomux_mode() 90 spin_unlock(&gpio_mux_lock); in mxc_iomux_set_pad() 173 spin_unlock(&gpio_mux_lock); in mxc_iomux_set_gpr()
|