OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cookie_hash
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/inotify/
inotify-kernel.c
42
static GHashTable *
cookie_hash
= NULL;
variable
209
cookie_hash
= g_hash_table_new (g_direct_hash, g_direct_equal);
563
g_hash_table_insert (
cookie_hash
, GINT_TO_POINTER (event->event->cookie), event);
572
match = g_hash_table_lookup (
cookie_hash
, GINT_TO_POINTER (event->event->cookie));
575
g_hash_table_remove (
cookie_hash
, GINT_TO_POINTER (event->event->cookie));
609
/* Check if this is a MOVED_FROM that is also sitting in the
cookie_hash
*/
611
g_hash_table_lookup (
cookie_hash
, GINT_TO_POINTER (event->event->cookie)))
612
g_hash_table_remove (
cookie_hash
, GINT_TO_POINTER (event->event->cookie));
/prebuilt/android-arm/kernel/
vmlinux-qemu
vmlinux-qemu-armv7
Completed in 941 milliseconds