OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_kfree
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/common/linux/
linux_rcu.c
71
struct rcu_head *
first_kfree
;
member in struct:__anonacf366960108
174
while (gc.running || gc.first_callback || gc.
first_kfree
) {
217
head->rcuh_next = gc.
first_kfree
;
218
gc.
first_kfree
= head;
241
if ((head_kfree = gc.
first_kfree
) != NULL) {
242
gc.
first_kfree
= NULL;
311
KASSERT(gc.
first_kfree
== NULL);
335
gc.
first_kfree
= NULL;
365
KASSERT(gc.
first_kfree
== NULL);
linux_rcu.c
71
struct rcu_head *
first_kfree
;
member in struct:__anonacf366960108
174
while (gc.running || gc.first_callback || gc.
first_kfree
) {
217
head->rcuh_next = gc.
first_kfree
;
218
gc.
first_kfree
= head;
241
if ((head_kfree = gc.
first_kfree
) != NULL) {
242
gc.
first_kfree
= NULL;
311
KASSERT(gc.
first_kfree
== NULL);
335
gc.
first_kfree
= NULL;
365
KASSERT(gc.
first_kfree
== NULL);
Completed in 508 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025