Searched defs:pos (Results 1 – 9 of 9) sorted by relevance
| /include/linux/ |
| A D | list.h | 375 #define list_next_entry(pos, member) \ argument 383 #define list_prev_entry(pos, member) \ argument 391 #define list_for_each(pos, head) \ argument 399 #define list_for_each_prev(pos, head) \ argument 408 #define list_for_each_safe(pos, n, head) \ argument 418 #define list_for_each_prev_safe(pos, n, head) \ argument 429 #define list_entry_is_head(pos, head, member) \ argument 462 #define list_prepare_entry(pos, head, member) \ argument 571 struct list_head *pos; in list_count_nodes() local 671 #define hlist_for_each(pos, head) \ argument [all …]
|
| A D | rbtree.h | 88 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ argument
|
| A D | zstd_lib.h | 580 …size_t pos; /*< position where reading stopped. Will be updated. Necessarily 0 <= pos <= s… member 586 …size_t pos; /*< position where writing stopped. Will be updated. Necessarily 0 <= pos <= s… member
|
| /include/linux/mtd/ |
| A D | nand.h | 100 struct nand_pos pos; member 445 struct nand_pos *pos) in nanddev_offs_to_pos() 499 const struct nand_pos *pos) in nanddev_pos_to_offs() 524 const struct nand_pos *pos) in nanddev_pos_to_row() 540 struct nand_pos *pos) in nanddev_pos_next_target() 558 struct nand_pos *pos) in nanddev_pos_next_lun() 578 struct nand_pos *pos) in nanddev_pos_next_eraseblock() 597 struct nand_pos *pos) in nanddev_pos_next_page() 729 const struct nand_pos *pos) in nanddev_bbt_pos_to_entry()
|
| /include/dm/ |
| A D | uclass.h | 505 #define uclass_id_foreach_dev(id, pos, uc) \ argument 519 #define uclass_foreach_dev(pos, uc) \ argument 534 #define uclass_foreach_dev_safe(pos, next, uc) \ argument
|
| A D | device.h | 1024 #define device_foreach_child_safe(pos, next, parent) \ argument 1033 #define device_foreach_child(pos, parent) \ argument 1049 #define device_foreach_child_of_to_plat(pos, parent) \ argument 1066 #define device_foreach_child_probe(pos, parent) \ argument
|
| /include/jffs2/ |
| A D | mini_inflate.h | 27 int *pos; /* the symbol that first represents (in the symbols member
|
| /include/ |
| A D | blk.h | 795 #define blk_foreach_probe(flags, pos) \ argument
|
| A D | expo.h | 461 uint pos; member
|
Completed in 32 milliseconds