Searched refs:list_prepend (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | x-list.c | 86 X_PFX(list_prepend) (x_list * lst, void *data) { in X_PFX() argument 121 return X_PFX(list_prepend) (NULL, data); in X_PFX() 126 lst->next = X_PFX(list_prepend) (NULL, data); in X_PFX() 188 ret = X_PFX(list_prepend) (ret, node->data); in X_PFX() 200 X_PFX(list_prepend) (ret, fun(node->data, data)); in X_PFX() 211 copy = X_PFX(list_prepend) (copy, lst->data); in X_PFX()
|
| H A D | x-hook.c | 40 #define CELL_NEW(f, d) X_PFX(list_prepend) ((x_list *)(f), (d)) 47 return X_PFX(list_prepend) (lst, CELL_NEW(fun, data)); in X_PFX() 58 to_delete = X_PFX(list_prepend) (to_delete, cell); in X_PFX()
|
| H A D | x-hash.c | 53 #define ITEM_NEW(k, v) X_PFX(list_prepend) ((x_list *)(k), v) 238 h->buckets[hash_value] = X_PFX(list_prepend) (h->buckets[hash_value], in hash_table_modify()
|
| H A D | x-list.h | 52 X_EXTERN x_list *X_PFX(list_prepend) (x_list * lst, void *data);
|
| /OK3568_Linux_fs/kernel/tools/firewire/ |
| H A D | list.h | 35 list_prepend(struct list *list, struct list *new_link) in list_prepend() function
|