OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:work_struct
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/common/include/linux/
workqueue.h
74
struct
work_struct
{
struct
76
TAILQ_ENTRY(
work_struct
) work_entry;
77
void (*func)(struct
work_struct
*); /* Linux API name */
81
struct
work_struct
work; /* Linux API name */
94
struct
work_struct
work; /* Linux API name */
106
to_delayed_work(struct
work_struct
*work)
132
void INIT_WORK(struct
work_struct
*, void (*)(struct
work_struct
*));
133
bool schedule_work(struct
work_struct
*);
134
bool queue_work(struct workqueue_struct *, struct
work_struct
*);
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025