Searched defs:emitter (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 459 pthread_t emitter; in TEST() local 502 pthread_t emitter; in TEST() local 545 pthread_t emitter; in TEST() local 594 pthread_t emitter; in TEST() local 643 pthread_t emitter; in TEST() local 686 pthread_t emitter; in TEST() local 729 pthread_t emitter; in TEST() local 778 pthread_t emitter; in TEST() local 1181 pthread_t emitter; in TEST() local 1233 pthread_t emitter; in TEST() local [all …]
|
/Linux-v5.10/scripts/dtc/ |
D | yamltree.c | 24 #define yaml_emitter_emit_or_die(emitter, event) ( \ argument 32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, char *data, int len, … in yaml_propval_int() 95 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string() 112 static void yaml_propval(yaml_emitter_t *emitter, struct property *prop) in yaml_propval() 176 static void yaml_tree(struct node *tree, yaml_emitter_t *emitter) in yaml_tree() 207 yaml_emitter_t emitter; in dt_to_yaml() local
|
D | flattree.c | 35 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);
|