Home
last modified time | relevance | path

Searched refs:swap_slot_free_notify (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/Documentation/filesystems/
DLocking379 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
392 swap_slot_free_notify: no (see below)
397 swap_slot_free_notify is called with swap_lock and sometimes the page lock
/linux-3.4.99/drivers/staging/zram/
Dzram_drv.c707 .swap_slot_free_notify = zram_slot_free_notify,
/linux-3.4.99/mm/
Dswapfile.c560 disk->fops->swap_slot_free_notify) in swap_entry_free()
561 disk->fops->swap_slot_free_notify(p->bdev, offset); in swap_entry_free()
/linux-3.4.99/include/linux/
Dblkdev.h1377 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member