OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tasklet_struct
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/common/include/linux/
tasklet.h
49
#define
tasklet_struct
linux_tasklet_struct
macro
54
struct
tasklet_struct
{
struct
55
SIMPLEQ_ENTRY(
tasklet_struct
) tl_entry;
65
struct
tasklet_struct
name = { \
73
struct
tasklet_struct
name = { \
83
void tasklet_init(struct
tasklet_struct
*, void (*)(unsigned long),
85
void tasklet_disable_nosync(struct
tasklet_struct
*);
86
void tasklet_disable(struct
tasklet_struct
*);
87
void tasklet_enable(struct
tasklet_struct
*);
88
void tasklet_schedule(struct
tasklet_struct
*);
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem.h
90
static inline void tasklet_lock(struct
tasklet_struct
*t)
98
static inline bool tasklet_is_locked(const struct
tasklet_struct
*t)
103
static inline void __tasklet_disable_sync_once(struct
tasklet_struct
*t)
109
static inline bool __tasklet_is_enabled(const struct
tasklet_struct
*t)
114
static inline bool __tasklet_enable(struct
tasklet_struct
*t)
119
static inline bool __tasklet_is_scheduled(struct
tasklet_struct
*t)
/src/sys/external/bsd/common/linux/
linux_tasklet.c
61
SIMPLEQ_HEAD(tasklet_head,
tasklet_struct
);
74
struct
tasklet_struct
*);
76
struct
tasklet_struct
*);
221
struct
tasklet_struct
*tasklet;
280
struct
tasklet_struct
*tasklet)
307
tasklet_queue_enqueue(struct tasklet_queue *tq, struct
tasklet_struct
*tasklet)
338
tasklet_init(struct
tasklet_struct
*tasklet, void (*func)(unsigned long),
355
tasklet_schedule(struct
tasklet_struct
*tasklet)
368
tasklet_hi_schedule(struct
tasklet_struct
*tasklet)
388
tasklet_disable_nosync(struct
tasklet_struct
*tasklet
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_types.h
146
struct
tasklet_struct
tasklet;
intel_engine_cs.c
1062
struct
tasklet_struct
*t = &engine->execlists.tasklet;
selftest_hangcheck.c
1567
struct
tasklet_struct
* const t = &engine->execlists.tasklet;
Completed in 16 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025