Searched refs:LOWER (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/fs/btrfs/ |
A D | backref.h | 380 #define LOWER 0 macro 455 edge->node[LOWER] = lower; in btrfs_backref_link_edge() 458 list_add_tail(&edge->list[LOWER], &lower->upper); in btrfs_backref_link_edge()
|
A D | relocation.c | 202 struct btrfs_backref_edge, list[LOWER]); in walk_up_backref() 223 lower = edge->node[LOWER]; in walk_down_backref() 224 if (list_is_last(&edge->list[LOWER], &lower->upper)) { in walk_down_backref() 228 edge = list_entry(edge->list[LOWER].next, in walk_down_backref() 229 struct btrfs_backref_edge, list[LOWER]); in walk_down_backref() 427 list_del(&edge->list[LOWER]); in handle_useless_nodes() 428 lower = edge->node[LOWER]; in handle_useless_nodes() 615 list_add_tail(&new_edge->list[LOWER], in clone_backref_node() 616 &new_edge->node[LOWER]->upper); in clone_backref_node() 2315 struct btrfs_backref_edge, list[LOWER]); in calcu_metadata_size() [all …]
|
A D | backref.c | 3026 list[LOWER]); in btrfs_backref_cleanup_node() 3028 list_del(&edge->list[LOWER]); in btrfs_backref_cleanup_node() 3364 list[LOWER]); in btrfs_backref_add_tree_node() 3479 list_for_each_entry(edge, &start->upper, list[LOWER]) in btrfs_backref_finish_upper_links() 3490 lower = edge->node[LOWER]; in btrfs_backref_finish_upper_links() 3494 list_del(&edge->list[LOWER]); in btrfs_backref_finish_upper_links() 3549 list_for_each_entry(edge, &upper->upper, list[LOWER]) in btrfs_backref_finish_upper_links() 3571 list_del(&edge->list[LOWER]); in btrfs_backref_error_cleanup() 3572 lower = edge->node[LOWER]; in btrfs_backref_error_cleanup() 3588 list_for_each_entry(edge, &upper->upper, list[LOWER]) in btrfs_backref_error_cleanup()
|
/linux-6.3-rc2/drivers/staging/rtl8712/ |
A D | rtl871x_mp.h | 127 #define LOWER true macro
|
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/ |
A D | rtw_mp.h | 262 #define LOWER true macro
|
/linux-6.3-rc2/drivers/thermal/qcom/ |
A D | tsens.c | 372 case LOWER: in tsens_set_interrupt_v1() 399 case LOWER: in tsens_set_interrupt_v2() 707 tsens_set_interrupt(priv, hw_id, LOWER, true); in tsens_set_trips()
|
A D | tsens.h | 39 LOWER, enumerator
|
/linux-6.3-rc2/Documentation/fb/ |
A D | pxafb.rst | 43 lower:LOWER == LCCR2_EFR
|
/linux-6.3-rc2/Documentation/PCI/endpoint/ |
A D | pci-ntb-function.rst | 83 | ADDRESS (LOWER 32) |
|
/linux-6.3-rc2/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 1045 This, unfortunately, will usually result in LOWER performance because of
|
Completed in 42 milliseconds