OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifd_wds
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/compat/linux/common/
linux_inotify.c
105
kmutex_t ifd_lock; /* lock for ifd_sel,
ifd_wds
and */
108
struct inotify_dir_entries **
ifd_wds
;
member in struct:inotifyfd
115
/* stored in
ifd_wds
+ 1 */
292
ifd->
ifd_wds
= kmem_zalloc(ifd->ifd_nwds * sizeof(*ifd->
ifd_wds
),
323
kmem_free(ifd->
ifd_wds
, ifd->ifd_nwds * sizeof(*ifd->
ifd_wds
));
468
if (ifd->
ifd_wds
[i] != NULL) {
534
(wd+1) * sizeof(*ifd->
ifd_wds
), KM_SLEEP);
535
memcpy(new_wds, ifd->
ifd_wds
,
[
all
...]
Completed in 48 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025