/[rtmk]/rtmk/ipc-reverse.c
ViewVC logotype

Diff of /rtmk/ipc-reverse.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jrydberg, Thu Jan 3 01:32:43 2002 UTC revision 1.3 by jrydberg, Thu Feb 21 20:14:42 2002 UTC
# Line 1  Line 1 
1  /* Hash table for fast <OBJECT, PORT> lookup.  /* Hash table for fast <OBJECT, PORT> lookup.
2     Copyright 1999, 2000, 2001 Johan Rydberg, jrydberg@opencores.org.     Copyright 1999, 2000, 2001, 2002 Johan Rydberg, jrydberg@rtmk.org.
3    
4  This program is free software; you can redistribute it and/or modify  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
# Line 147  ipc_reverse_remove (struct ipc_entry *en Line 147  ipc_reverse_remove (struct ipc_entry *en
147    
148    /* Remove from the object_object/offset hash table.  */    /* Remove from the object_object/offset hash table.  */
149    bucket = & reverse_buckets [ipc_reverse_hash (entry->ie_object,    bucket = & reverse_buckets [ipc_reverse_hash (entry->ie_object,
150                                                  entry->ie_key)];                                                  entry->ie_port)];
151    
152    ipc_reverse_bucket_lock (bucket);    ipc_reverse_bucket_lock (bucket);
153    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26