Searched refs:handle_db (Results 1 – 3 of 3) sorted by relevance
10 struct handle_db { struct22 void handle_db_destroy(struct handle_db *db); argument31 int handle_get(struct handle_db *db, void *ptr);37 void *handle_put(struct handle_db *db, int handle);44 void *handle_lookup(struct handle_db *db, int handle);
17 void handle_db_destroy(struct handle_db *db) in handle_db_destroy()26 int handle_get(struct handle_db *db, void *ptr) in handle_get()61 void *handle_put(struct handle_db *db, int handle) in handle_put()73 void *handle_lookup(struct handle_db *db, int handle) in handle_lookup()
29 static struct handle_db hdb = HANDLE_DB_INITIALIZER;