Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/epoll/
H 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/scripts/dtc/
H 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