Home
last modified time | relevance | path

Searched refs:LAST (Results 1 – 20 of 20) sorted by path

/linux/Documentation/userspace-api/media/v4l/
H A Dbuffer.rst592 * .. _`V4L2-BUF-FLAG-LAST`:
/linux/arch/m68k/ifpsp060/
H A DCHANGES30 CHANGES SINCE LAST RELEASE:
/linux/arch/xtensa/kernel/
H A Dvmlinux.lds.S243 LAST)
250 LAST)
257 LAST)
265 LAST)
273 LAST)
281 LAST)
289 LAST)
296 LAST)
314 LAST)
323 LAST)
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c90 #define LAST(node) ((node)->last) macro
93 START, LAST, static, amdgpu_vm_it)
96 #undef LAST
/linux/drivers/gpu/drm/
H A Ddrm_mm.c150 #define LAST(node) ((node)->start + (node)->size - 1) macro
154 START, LAST, static inline, drm_mm_interval_tree) in INTERVAL_TREE_DEFINE() argument
172 node->__subtree_last = LAST(node); in drm_mm_interval_tree_add_node()
/linux/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.c43 #define LAST(node) ((node)->last) macro
271 START, LAST, , usnic_uiom_interval_tree)
/linux/drivers/md/
H A Draid1.c53 #define LAST(node) ((node)->last) macro
55 START, LAST, static inline, raid1_rb);
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c2044 LAST, 1); in xgbe_dev_read()
H A Dxgbe-drv.c2392 if (!XGMAC_GET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, LAST)) in xgbe_rx_buf1_len()
2406 if (!XGMAC_GET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, LAST)) in xgbe_rx_buf2_len()
2543 LAST); in xgbe_rx_poll()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.c453 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()
H A Dhinic_hw_mgmt.c140 HINIC_MSG_HEADER_SET(LAST_SEGMENT, LAST) | in prepare_header()
506 if (!HINIC_MSG_HEADER_GET(*header, LAST)) in recv_mgmt_msg_handler()
/linux/drivers/net/ppp/
H A Dbsd_comp.c201 #define LAST 255 macro
479 indx = LAST; in bsd_init()
996 while (finchar > LAST) in bsd_decompress()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.seq542 * Rev A hardware fails to update LAST/CURR/NEXTSCB
547 * LAST/CURR/NEXTSCB are unchanged.
/linux/drivers/scsi/
H A Dscsi_debugfs.c14 SCSI_CMD_FLAG_NAME(LAST),
/linux/drivers/usb/gadget/udc/
H A DKconfig469 # LAST -- dummy/emulated controller
494 # NOTE: Please keep dummy_hcd LAST so that "real hardware" appears
/linux/drivers/vhost/
H A Diotlb.c17 #define LAST(map) ((map)->last) macro
21 START, LAST, static inline, vhost_iotlb_itree);
/linux/fs/xfs/scrub/
H A Dbitmap.c37 #define LAST(node) ((node)->bn_last) macro
58 __bn_subtree_last, START, LAST, static inline, xbitmap64_tree) in INTERVAL_TREE_DEFINE() argument
332 __bn_subtree_last, START, LAST, static inline, xbitmap32_tree) in INTERVAL_TREE_DEFINE() argument
/linux/lib/
H A Dinterval_tree.c8 #define LAST(node) ((node)->last) macro
12 START, LAST,, interval_tree)
/linux/mm/
H A Dz3fold.c76 LAST, enumerator
77 BUDDIES_MAX = LAST
388 if (bud == LAST) in __encode_handle()
566 bud = LAST; in get_free_buddy()
571 bud = LAST; in get_free_buddy()
653 case LAST: in compact_single_buddy()
665 if (new_bud == LAST) in compact_single_buddy()
1065 else if (bud == LAST) in z3fold_alloc()
1128 case LAST: in z3fold_free()
1198 case LAST: in z3fold_map()
[all …]
H A Dzbud.c123 LAST enumerator
270 bud = LAST; in zbud_alloc()