Searched refs:key (Results 1 – 6 of 6) sorted by relevance
/mm/ |
D | cleancache.c | 146 struct cleancache_filekey *key) in cleancache_get_key() argument 152 key->u.ino = inode->i_ino; in cleancache_get_key() 156 len = (*fhfn)(inode, &key->u.fh[0], &maxlen, NULL); in cleancache_get_key() 181 struct cleancache_filekey key = { .u.key = { 0 } }; in __cleancache_get_page() local 193 if (cleancache_get_key(page->mapping->host, &key) < 0) in __cleancache_get_page() 196 ret = cleancache_ops->get_page(pool_id, key, page->index, page); in __cleancache_get_page() 219 struct cleancache_filekey key = { .u.key = { 0 } }; in __cleancache_put_page() local 229 cleancache_get_key(page->mapping->host, &key) >= 0) { in __cleancache_put_page() 230 cleancache_ops->put_page(pool_id, key, page->index, page); in __cleancache_put_page() 249 struct cleancache_filekey key = { .u.key = { 0 } }; in __cleancache_invalidate_page() local [all …]
|
D | list_lru.c | 533 struct lock_class_key *key) in __list_lru_init() argument 547 if (key) in __list_lru_init() 548 lockdep_set_class(&lru->node[i].lock, key); in __list_lru_init()
|
D | hugetlb.c | 3788 unsigned long key[2]; in hugetlb_fault_mutex_hash() local 3792 key[0] = (unsigned long) mapping; in hugetlb_fault_mutex_hash() 3793 key[1] = idx; in hugetlb_fault_mutex_hash() 3795 key[0] = (unsigned long) mm; in hugetlb_fault_mutex_hash() 3796 key[1] = address >> huge_page_shift(h); in hugetlb_fault_mutex_hash() 3799 hash = jhash2((u32 *)&key, sizeof(key)/sizeof(u32), 0); in hugetlb_fault_mutex_hash()
|
D | shmem.c | 1880 static int synchronous_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in synchronous_wake_function() argument 1882 int ret = default_wake_function(wait, mode, sync, key); in synchronous_wake_function()
|
D | filemap.c | 823 wait.key.timeout = jiffies + timeout; in wait_on_page_bit_killable_timeout()
|
D | memcontrol.c | 3737 int sync, void *key) in memcg_event_wake() argument 3742 unsigned long flags = (unsigned long)key; in memcg_event_wake()
|