Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 9 of 9) sorted by relevance

/include/linux/
A Dlist.h375 #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 Drbtree.h88 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ argument
A Dzstd_lib.h580 …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 Dnand.h100 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 Duclass.h505 #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 Ddevice.h1024 #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 Dmini_inflate.h27 int *pos; /* the symbol that first represents (in the symbols member
/include/
A Dblk.h795 #define blk_foreach_probe(flags, pos) \ argument
A Dexpo.h461 uint pos; member

Completed in 32 milliseconds