HomeSort by: relevance | last modified time | path
    Searched defs:decount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/common/
linux_inotify.c 828 size_t i, decount; local in function:get_inotify_dir_entries
845 decount = 0;
855 decount++;
860 idep = kmem_zalloc(INOTIFY_DIR_ENTRIES_SIZE(decount), KM_SLEEP);
861 idep->ide_count = decount;
866 for (i = 0; i < decount;) {
869 kmem_free(idep, INOTIFY_DIR_ENTRIES_SIZE(decount));
linux_inotify.c 828 size_t i, decount; local in function:get_inotify_dir_entries
845 decount = 0;
855 decount++;
860 idep = kmem_zalloc(INOTIFY_DIR_ENTRIES_SIZE(decount), KM_SLEEP);
861 idep->ide_count = decount;
866 for (i = 0; i < decount;) {
869 kmem_free(idep, INOTIFY_DIR_ENTRIES_SIZE(decount));

Completed in 23 milliseconds