/linux/arch/xtensa/kernel/ |
H A D | vmlinux.lds.S | 233 #undef LAST 234 #define LAST .dummy macro 243 LAST) 244 #undef LAST 245 #define LAST .WindowVectors.text macro 250 LAST) 251 #undef LAST 252 #define LAST .DebugInterruptVector.text macro 257 LAST) 258 # undef LAST 259 # define LAST global() macro 267 # define LAST global() macro 275 # define LAST global() macro 283 # define LAST global() macro 291 # define LAST global() macro 306 #define LAST global() macro 316 #define LAST global() macro 325 #define LAST global() macro 331 #define LAST global() macro [all...] |
/linux/lib/ |
H A D | interval_tree.c | 8 #define LAST(node) ((node)->last) macro 12 START, LAST,, interval_tree)
|
/linux/drivers/vhost/ |
H A D | iotlb.c | 17 #define LAST(map) ((map)->last) macro 21 START, LAST, static inline, vhost_iotlb_itree);
|
/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_uiom_interval_tree.c | 43 #define LAST(node) ((node)->last) macro 271 START, LAST, , usnic_uiom_interval_tree)
|
/linux/kernel/bpf/ |
H A D | range_tree.c | 108 #define LAST(node) ((node)->rn_last) macro 111 __rn_subtree_last, START, LAST, in INTERVAL_TREE_DEFINE() argument
|
/linux/fs/xfs/scrub/ |
H A D | bitmap.c | 37 #define LAST(node) ((node)->bn_last) macro 58 __bn_subtree_last, START, LAST, static inline __maybe_unused, in INTERVAL_TREE_DEFINE() argument 333 __bn_subtree_last, START, LAST, static inline __maybe_unused, in INTERVAL_TREE_DEFINE() argument
|
/linux/drivers/scsi/ |
H A D | scsi_debugfs.c | 14 SCSI_CMD_FLAG_NAME(LAST),
|
/linux/drivers/net/ppp/ |
H A D | bsd_comp.c | 201 #define LAST 255 macro 479 indx = LAST; in bsd_init() 996 while (finchar > LAST) in bsd_decompress()
|
/linux/drivers/gpu/drm/ |
H A D | drm_mm.c | 150 #define LAST(node) ((node)->start + (node)->size - 1) macro 154 START, LAST, static inline __maybe_unused, drm_mm_interval_tree) in INTERVAL_TREE_DEFINE() argument 172 node->__subtree_last = LAST(node); in drm_mm_interval_tree_add_node()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mgmt.c | 140 HINIC_MSG_HEADER_SET(LAST_SEGMENT, LAST) | in prepare_header() 506 if (!HINIC_MSG_HEADER_GET(*header, LAST)) in recv_mgmt_msg_handler()
|
H A D | hinic_hw_mbox.c | 453 if (!HINIC_MBOX_HEADER_GET(mbox_header, LAST)) in recv_mbox_handler() 861 HINIC_MBOX_HEADER_SET(NOT_LAST_SEG, LAST) | in send_mbox_to_func() 870 while (!(HINIC_MBOX_HEADER_GET(header, LAST))) { in send_mbox_to_func() 874 header |= HINIC_MBOX_HEADER_SET(LAST_SEG, LAST); in send_mbox_to_func()
|
/linux/arch/m68k/ifpsp060/ |
H A D | CHANGES | 30 CHANGES SINCE LAST RELEASE:
|
/linux/Documentation/kbuild/ |
H A D | gendwarfksyms.rst | 223 A, B, C, LAST, 227 KABI_ENUMERATOR_VALUE(e, LAST, 2);
|
/linux/drivers/usb/gadget/udc/ |
H A D | Kconfig | 425 # LAST -- dummy/emulated controller 450 # NOTE: Please keep dummy_hcd LAST so that "real hardware" appears
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 2102 if (!XGMAC_GET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, LAST)) in xgbe_rx_buf1_len() 2116 if (!XGMAC_GET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, LAST)) in xgbe_rx_buf2_len() 2253 LAST); in xgbe_rx_poll()
|
H A D | xgbe-dev.c | 1777 /* Set LAST bit for the last descriptor */ in xgbe_dev_xmit() 1907 LAST, 1); in xgbe_dev_read()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.c | 91 #define LAST(node) ((node)->last) macro 94 START, LAST, static, amdgpu_vm_it) 97 #undef LAST
|
/linux/drivers/md/ |
H A D | raid1.c | 55 #define LAST(node) ((node)->last) macro 57 START, LAST, static inline, raid1_rb);
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.seq | 542 * Rev A hardware fails to update LAST/CURR/NEXTSCB 547 * LAST/CURR/NEXTSCB are unchanged.
|