Searched refs:LOWER (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | modify_return.c | 10 #define LOWER(x) ((x) & 0xffff) macro 36 ret = LOWER(topts.retval); in run_test()
|
/linux/fs/btrfs/ |
H A D | backref.c | 3138 list[LOWER]); in btrfs_backref_cleanup_node() 3139 list_del(&edge->list[LOWER]); in btrfs_backref_cleanup_node() 3170 edge->node[LOWER] = lower; in btrfs_backref_link_edge() 3173 list_add_tail(&edge->list[LOWER], &lower->upper); in btrfs_backref_link_edge() 3477 list[LOWER]); in btrfs_backref_add_tree_node() 3582 list_for_each_entry(edge, &start->upper, list[LOWER]) in btrfs_backref_finish_upper_links() 3593 lower = edge->node[LOWER]; in btrfs_backref_finish_upper_links() 3597 list_del(&edge->list[LOWER]); in btrfs_backref_finish_upper_links() 3637 list_for_each_entry(edge, &upper->upper, list[LOWER]) in btrfs_backref_finish_upper_links() 3659 list_del(&edge->list[LOWER]); in btrfs_backref_error_cleanup() [all …]
|
H A D | backref.h | 365 #define LOWER 0 macro
|
H A D | relocation.c | 199 struct btrfs_backref_edge, list[LOWER]); in walk_up_backref() 220 lower = edge->node[LOWER]; in walk_down_backref() 221 if (list_is_last(&edge->list[LOWER], &lower->upper)) { in walk_down_backref() 225 edge = list_entry(edge->list[LOWER].next, in walk_down_backref() 226 struct btrfs_backref_edge, list[LOWER]); in walk_down_backref() 353 list_del(&edge->list[LOWER]); in handle_useless_nodes() 354 lower = edge->node[LOWER]; in handle_useless_nodes() 2113 struct btrfs_backref_edge, list[LOWER]); in calcu_metadata_size() 2199 list_for_each_entry(edge, &node->upper, list[LOWER]) { in do_relocation() 2399 struct btrfs_backref_edge, list[LOWER]); in update_processed_blocks()
|
/linux/Documentation/fb/ |
H A D | pxafb.rst | 43 lower:LOWER == LCCR2_EFR
|
/linux/Documentation/PCI/endpoint/ |
H A D | pci-ntb-function.rst | 83 | ADDRESS (LOWER 32) |
|
/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 1080 This, unfortunately, will usually result in LOWER performance because of
|