OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 20:09:53 GMT 2025