#define HASHREMOVE_EL ( begin,
ndx,
type,
field,
obj   ) 

Value:

{                       \
        DB_HASHTAB *__bucket;                                           \
                                                                        \
        __bucket = &begin[ndx];                                         \
        SH_TAILQ_REMOVE(__bucket, obj, field, type);                    \
}

Definition at line 103 of file db_shash.h.

Referenced by __lock_put_internal(), and CDB___lock_freelocker().


Generated on Sun Jun 8 10:56:49 2008 for GNUmifluz by  doxygen 1.5.5