Home
last modified time | relevance | path

Searched defs:emitter (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/filesystems/epoll/
A Depoll_wakeup_test.c474 pthread_t emitter; in TEST() local
517 pthread_t emitter; in TEST() local
560 pthread_t emitter; in TEST() local
609 pthread_t emitter; in TEST() local
658 pthread_t emitter; in TEST() local
701 pthread_t emitter; in TEST() local
744 pthread_t emitter; in TEST() local
793 pthread_t emitter; in TEST() local
1196 pthread_t emitter; in TEST() local
1248 pthread_t emitter; in TEST() local
[all …]
/linux-6.3-rc2/scripts/dtc/
A Dyamltree.c24 #define yaml_emitter_emit_or_die(emitter, event) ( \ argument
32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, in yaml_propval_int()
96 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string()
113 static void yaml_propval(yaml_emitter_t *emitter, struct property *prop) in yaml_propval()
178 static void yaml_tree(struct node *tree, yaml_emitter_t *emitter) in yaml_tree()
209 yaml_emitter_t emitter; in dt_to_yaml() local
A Dflattree.c35 struct emitter { struct
36 void (*cell)(void *, cell_t);
37 void (*string)(void *, const char *, int);
38 void (*align)(void *, int);
39 void (*data)(void *, struct data);
40 void (*beginnode)(void *, struct label *labels);
41 void (*endnode)(void *, struct label *labels);
42 void (*property)(void *, struct label *labels);

Completed in 12 milliseconds