| /net/ceph/ |
| A D | auth.c | 66 mutex_init(&ac->mutex); in ceph_auth_init() 94 mutex_lock(&ac->mutex); in ceph_auth_reset() 99 mutex_unlock(&ac->mutex); in ceph_auth_reset() 128 mutex_lock(&ac->mutex); in ceph_auth_build_hello() 213 mutex_lock(&ac->mutex); in ceph_handle_auth_reply() 289 mutex_lock(&ac->mutex); in ceph_build_auth() 300 mutex_lock(&ac->mutex); in ceph_auth_is_authenticated() 315 mutex_lock(&ac->mutex); in __ceph_auth_get_authorizer() 354 mutex_lock(&ac->mutex); in ceph_auth_add_authorizer_challenge() 371 mutex_lock(&ac->mutex); in ceph_auth_verify_authorizer_reply() [all …]
|
| A D | mon_client.c | 291 mutex_lock(&monc->mutex); in ceph_monc_reopen_session() 392 mutex_lock(&monc->mutex); in handle_subscribe_ack() 446 mutex_lock(&monc->mutex); in ceph_monc_want_map() 476 mutex_lock(&monc->mutex); in ceph_monc_got_map() 484 mutex_lock(&monc->mutex); in ceph_monc_renew_subs() 502 mutex_lock(&monc->mutex); in ceph_monc_wait_osdmap() 529 mutex_lock(&monc->mutex); in ceph_monc_open_session() 546 mutex_lock(&monc->mutex); in ceph_monc_handle_map() 681 mutex_lock(&monc->mutex); in cancel_generic_request() 715 mutex_lock(&monc->mutex); in get_generic_reply() [all …]
|
| A D | messenger.c | 577 mutex_lock(&con->mutex); in ceph_con_close() 590 mutex_unlock(&con->mutex); in ceph_con_close() 601 mutex_lock(&con->mutex); in ceph_con_open() 643 mutex_init(&con->mutex); in ceph_con_init() 1426 mutex_lock(&con->mutex); in ceph_con_process_message() 1547 mutex_lock(&con->mutex); in ceph_con_workfn() 1737 mutex_lock(&con->mutex); in ceph_con_send() 1779 mutex_lock(&con->mutex); in ceph_msg_revoke() 1819 mutex_lock(&con->mutex); in ceph_msg_revoke_incoming() 1842 mutex_lock(&con->mutex); in ceph_con_keepalive() [all …]
|
| /net/netfilter/ |
| A D | x_tables.c | 66 struct mutex mutex; member 70 struct mutex compat_mutex; 93 mutex_lock(&xt[af].mutex); in xt_register_target() 95 mutex_unlock(&xt[af].mutex); in xt_register_target() 105 mutex_lock(&xt[af].mutex); in xt_unregister_target() 107 mutex_unlock(&xt[af].mutex); in xt_unregister_target() 143 mutex_lock(&xt[af].mutex); in xt_register_match() 155 mutex_lock(&xt[af].mutex); in xt_unregister_match() 205 mutex_lock(&xt[af].mutex); in xt_find_match() 254 mutex_lock(&xt[af].mutex); in xt_find_target() [all …]
|
| A D | nfnetlink.c | 57 struct mutex mutex; member 98 mutex_lock(&table[subsys_id].mutex); in nfnl_lock() 104 mutex_unlock(&table[subsys_id].mutex); in nfnl_unlock() 111 return lockdep_is_held(&table[subsys_id].mutex); in lockdep_nfnl_is_held() 809 __mutex_init(&table[i].mutex, nfnl_lockdep_names[i], &nfnl_lockdep_keys[i]); in nfnetlink_init()
|
| /net/smc/ |
| A D | smc_pnet.c | 142 mutex_lock(&smc_ib_devices.mutex); in smc_pnet_remove_by_pnetid() 162 mutex_unlock(&smc_ib_devices.mutex); in smc_pnet_remove_by_pnetid() 164 mutex_lock(&smcd_dev_list.mutex); in smc_pnet_remove_by_pnetid() 179 mutex_unlock(&smcd_dev_list.mutex); in smc_pnet_remove_by_pnetid() 253 mutex_lock(&smc_ib_devices.mutex); in smc_pnet_apply_ib() 270 mutex_lock(&smcd_dev_list.mutex); in smc_pnet_apply_smcd() 276 mutex_unlock(&smcd_dev_list.mutex); in smc_pnet_apply_smcd() 312 mutex_lock(&smc_ib_devices.mutex); in smc_pnet_find_ib() 333 mutex_lock(&smcd_dev_list.mutex); in smc_pnet_find_smcd() 341 mutex_unlock(&smcd_dev_list.mutex); in smc_pnet_find_smcd() [all …]
|
| A D | smc_ib.h | 29 struct mutex mutex; /* protects list of smc ib devices */ member 56 struct mutex mutex; /* protect dev setup+cleanup */ member
|
| A D | smc_ib.c | 41 .mutex = __MUTEX_INITIALIZER(smc_ib_devices.mutex), 614 mutex_lock(&dev_list->mutex); in smc_nl_prep_smcr_dev() 624 mutex_unlock(&dev_list->mutex); in smc_nl_prep_smcr_dev() 845 mutex_lock(&smcibdev->mutex); in smc_ib_setup_per_ibdev() 877 mutex_unlock(&smcibdev->mutex); in smc_ib_setup_per_ibdev() 883 mutex_lock(&smcibdev->mutex); in smc_ib_cleanup_per_ibdev() 891 mutex_unlock(&smcibdev->mutex); in smc_ib_cleanup_per_ibdev() 916 mutex_lock(&smc_ib_devices.mutex); in smc_ib_ndev_change() 952 mutex_init(&smcibdev->mutex); in smc_ib_add_dev() 953 mutex_lock(&smc_ib_devices.mutex); in smc_ib_add_dev() [all …]
|
| A D | smc_ism.c | 24 .mutex = __MUTEX_INITIALIZER(smcd_dev_list.mutex) 366 mutex_lock(&dev_list->mutex); in smc_nl_prep_smcd_dev() 378 mutex_unlock(&dev_list->mutex); in smc_nl_prep_smcd_dev() 504 mutex_lock(&smcd_dev_list.mutex); in smcd_register_dev() 519 mutex_unlock(&smcd_dev_list.mutex); in smcd_register_dev() 536 mutex_lock(&smcd_dev_list.mutex); in smcd_unregister_dev() 538 mutex_unlock(&smcd_dev_list.mutex); in smcd_unregister_dev()
|
| A D | smc_ism.h | 23 struct mutex mutex; /* Protects list of devices */ member
|
| A D | smc_loopback.c | 329 mutex_lock(&smcd_dev_list.mutex); in smcd_lo_register_dev() 331 mutex_unlock(&smcd_dev_list.mutex); in smcd_lo_register_dev() 345 mutex_lock(&smcd_dev_list.mutex); in smcd_lo_unregister_dev() 347 mutex_unlock(&smcd_dev_list.mutex); in smcd_lo_unregister_dev()
|
| A D | smc_pnet.h | 32 struct mutex lock;
|
| /net/xdp/ |
| A D | xsk.c | 792 mutex_lock(&xs->mutex); in __xsk_generic_xmit() 868 mutex_unlock(&xs->mutex); in __xsk_generic_xmit() 1117 mutex_lock(&xs->mutex); in xsk_release() 1119 mutex_unlock(&xs->mutex); in xsk_release() 1181 mutex_lock(&xs->mutex); in xsk_bind() 1365 mutex_lock(&xs->mutex); in xsk_setsockopt() 1403 mutex_lock(&xs->mutex); in xsk_setsockopt() 1432 mutex_lock(&xs->mutex); in xsk_setsockopt() 1517 mutex_lock(&xs->mutex); in xsk_getsockopt() 1597 mutex_lock(&xs->mutex); in xsk_getsockopt() [all …]
|
| A D | xsk_diag.c | 113 mutex_lock(&xs->mutex); in xsk_diag_fill() 141 mutex_unlock(&xs->mutex); in xsk_diag_fill() 146 mutex_unlock(&xs->mutex); in xsk_diag_fill()
|
| /net/ |
| A D | Kconfig.debug | 29 bool "Add extra per-netns mutex inside RTNL" 35 acquires the global RTNL and a small per-netns RTNL mutex. 38 mutex in every RTNL scope and slows down the operations.
|
| /net/sunrpc/ |
| A D | netns.h | 19 struct mutex pipefs_sb_lock; 30 struct mutex gssp_lock;
|
| /net/netlink/ |
| A D | af_netlink.h | 41 struct mutex nl_cb_mutex; 67 struct mutex *cb_mutex;
|
| /net/packet/ |
| A D | internal.h | 80 extern struct mutex fanout_mutex; 119 struct mutex pg_vec_lock;
|
| /net/nfc/ |
| A D | llcp.h | 56 struct mutex sdp_lock; 90 struct mutex sdreq_lock;
|
| /net/bridge/netfilter/ |
| A D | ebtables.c | 322 struct mutex *mutex) in find_inlist_lock_noload() argument 328 mutex_lock(mutex); in find_inlist_lock_noload() 341 mutex_unlock(mutex); in find_inlist_lock_noload() 349 mutex_lock(mutex); in find_inlist_lock_noload() 362 mutex_unlock(mutex); in find_inlist_lock_noload() 368 int *error, struct mutex *mutex) in find_inlist_lock() argument 371 find_inlist_lock_noload(net, name, error, mutex), in find_inlist_lock() 377 struct mutex *mutex) in find_table_lock() argument 379 return find_inlist_lock(net, name, "ebtable_", error, mutex); in find_table_lock()
|
| /net/core/ |
| A D | net-sysfs.h | 14 extern struct mutex rps_default_mask_mutex;
|
| A D | page_pool_priv.h | 10 extern struct mutex page_pools_lock;
|
| /net/mac802154/ |
| A D | ieee802154_i.h | 50 struct mutex iflist_mtx; 136 struct mutex sec_mtx;
|
| /net/atm/ |
| A D | resources.h | 15 extern struct mutex atm_dev_mutex;
|
| /net/kcm/ |
| A D | kcmproc.c | 256 mutex_lock(&knet->mutex); in kcm_stats_seq_show() 279 mutex_unlock(&knet->mutex); in kcm_stats_seq_show()
|