Searched refs:LOWER (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | modify_return.c | 10 #define LOWER(x) ((x) & 0xffff) macro 36 ret = LOWER(topts.retval); in run_test()
|
| /linux/fs/btrfs/ |
| A D | backref.c | 3143 list[LOWER]); in btrfs_backref_cleanup_node() 3145 list_del(&edge->list[LOWER]); in btrfs_backref_cleanup_node() 3205 edge->node[LOWER] = lower; in btrfs_backref_link_edge() 3208 list_add_tail(&edge->list[LOWER], &lower->upper); in btrfs_backref_link_edge() 3501 list[LOWER]); in btrfs_backref_add_tree_node() 3612 list_for_each_entry(edge, &start->upper, list[LOWER]) in btrfs_backref_finish_upper_links() 3623 lower = edge->node[LOWER]; in btrfs_backref_finish_upper_links() 3627 list_del(&edge->list[LOWER]); in btrfs_backref_finish_upper_links() 3682 list_for_each_entry(edge, &upper->upper, list[LOWER]) in btrfs_backref_finish_upper_links() 3704 list_del(&edge->list[LOWER]); in btrfs_backref_error_cleanup() [all …]
|
| 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() 359 list_del(&edge->list[LOWER]); in handle_useless_nodes() 360 lower = edge->node[LOWER]; in handle_useless_nodes() 542 list_add_tail(&new_edge->list[LOWER], in clone_backref_node() 543 &new_edge->node[LOWER]->upper); in clone_backref_node() 2241 struct btrfs_backref_edge, list[LOWER]); in calcu_metadata_size() [all …]
|
| A D | backref.h | 363 #define LOWER 0 macro
|
| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_mp.h | 127 #define LOWER true macro
|
| /linux/Documentation/fb/ |
| A D | pxafb.rst | 43 lower:LOWER == LCCR2_EFR
|
| /linux/drivers/thermal/qcom/ |
| A D | tsens.c | 387 case LOWER: in tsens_set_interrupt_v1() 414 case LOWER: in tsens_set_interrupt_v2() 722 tsens_set_interrupt(priv, hw_id, LOWER, true); in tsens_set_trips()
|
| A D | tsens.h | 41 LOWER, enumerator
|
| /linux/Documentation/PCI/endpoint/ |
| A D | pci-ntb-function.rst | 83 | ADDRESS (LOWER 32) |
|
| /linux/Documentation/virt/uml/ |
| A D | user_mode_linux_howto_v2.rst | 1080 This, unfortunately, will usually result in LOWER performance because of
|
Completed in 726 milliseconds