Advertisement
ffilz

hash tables in use

Aug 30th, 2016
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. Hash Tables That Are Subject to the Refcount 0 Race
  2. include/sal_functions.h:67:void dec_state_owner_ref(state_owner_t *owner);
  3. SAL/nfs4_owner.c <global> 345 static hash_parameter_t nfs4_owner_param = {
  4. SAL/9p_owner.c <global> 246 static hash_parameter_t _9p_owner_hash_param = {
  5. SAL/nlm_owner.c <global> 713 static hash_parameter_t nlm_owner_hash_param = {
  6.  
  7. include/sal_functions.h:160:void dec_nsm_client_ref(state_nsm_client_t *client);
  8. SAL/nlm_owner.c <global> 693 static hash_parameter_t nsm_client_hash_param = {
  9.  
  10. include/sal_functions.h:180:void dec_nlm_client_ref(state_nlm_client_t *client);
  11. SAL/nlm_owner.c <global> 703 static hash_parameter_t nlm_client_hash_param = {
  12.  
  13. include/sal_functions.h:231:void dec_nlm_state_ref(state_t *state);
  14. SAL/nlm_state.c <global> 227 static hash_parameter_t nlm_state_hash_param = {
  15.  
  16. include/sal_functions.h:318:int32_t dec_client_id_ref(nfs_client_id_t *clientid);
  17. SAL/nfs4_clientid.c <global> 1216 static hash_parameter_t cid_confirmed_hash_param = {
  18. SAL/nfs4_clientid.c <global> 1229 static hash_parameter_t cid_unconfirmed_hash_param = {
  19.  
  20. include/sal_functions.h:326:int32_t dec_client_record_ref(nfs_client_record_t *record);
  21. SAL/nfs4_clientid.c <global> 1242 static hash_parameter_t cr_hash_param = {
  22.  
  23. include/sal_functions.h:355:int32_t dec_session_ref(nfs41_session_t *session);
  24. SAL/nfs41_session_id.c <global> 184 static hash_parameter_t session_id_param = {
  25.  
  26. include/sal_functions.h:435:void dec_nfs4_state_ref(struct state_t *state);
  27. SAL/nfs4_state_id.c <global> 427 static hash_parameter_t state_obj_param = {
  28.  
  29. Hash Tables That Are Probably Safe:
  30. SAL/nfs4_state_id.c <global> 318 static hash_parameter_t state_id_param = {
  31. SAL/state_lock.c <global> 126 static hash_parameter_t cookie_param = {
  32.  
  33. Hash Tables That Use Different Mechanisms That May Have Their Own Issues:
  34. FSAL/FSAL_PROXY/handle_mapping/handle_mapping.c <global> 224 static hash_parameter_t handle_hash_config = {
  35. support/nfs4_acls.c <global> 18 static hash_parameter_t fsal_acl_hash_config = {
  36. support/nfs_ip_name.c <global> 319 struct ip_name_cache {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement