History log of /netbsd-src/sys/external/bsd/drm2/linux/linux_sync_file.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 606bfddf 28-Apr-2024 riastradh <riastradh@NetBSD.org>

linux_sync_file: Fix missing init/fini steps.

Noted by rjs@.

PR kern/58210


# 576702f1 12-Feb-2022 thorpej <thorpej@NetBSD.org>

Add inline functions to manipulate the klists that link up knotes
via kn_selnext:

- klist_init()
- klist_fini()
- klist_insert()
- klist_remove()

These provide some API insulation from the implemen

Add inline functions to manipulate the klists that link up knotes
via kn_selnext:

- klist_init()
- klist_fini()
- klist_insert()
- klist_remove()

These provide some API insulation from the implementation details of these
lists (but not completely; see vn_knote_attach() and vn_knote_detach()).
Currently just a wrapper around SLIST(9).

This will make it significantly easier to switch kn_selnext linkage
to a different kind of list.

show more ...


# d9577045 19-Dec-2021 riastradh <riastradh@NetBSD.org>

Draft sync_file.