Home
last modified time | relevance | path

Searched refs:SG_END (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dscatterlist.h59 #define SG_END 0x02UL macro
67 #define sg_is_last(sg) ((sg)->page_link & SG_END)
69 ((struct scatterlist *) ((sg)->page_link & ~(SG_CHAIN | SG_END)))
83 unsigned long page_link = sg->page_link & (SG_CHAIN | SG_END); in sg_assign_page()
89 BUG_ON((unsigned long) page & (SG_CHAIN | SG_END)); in sg_assign_page()
123 return (struct page *)((sg)->page_link & ~(SG_CHAIN | SG_END)); in sg_page()
175 chain_sg->page_link = ((unsigned long) sgl | SG_CHAIN) & ~SG_END; in __sg_chain()
208 sg->page_link |= SG_END; in sg_mark_end()
222 sg->page_link &= ~SG_END; in sg_unmark_end()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dscatterlist.h59 #define SG_END 0x02UL macro
67 #define sg_is_last(sg) ((sg)->page_link & SG_END)
69 ((struct scatterlist *) ((sg)->page_link & ~(SG_CHAIN | SG_END)))
83 unsigned long page_link = sg->page_link & (SG_CHAIN | SG_END); in sg_assign_page()
89 BUG_ON((unsigned long) page & (SG_CHAIN | SG_END)); in sg_assign_page()
123 return (struct page *)((sg)->page_link & ~(SG_CHAIN | SG_END)); in sg_page()
175 chain_sg->page_link = ((unsigned long) sgl | SG_CHAIN) & ~SG_END; in __sg_chain()
208 sg->page_link |= SG_END; in sg_mark_end()
222 sg->page_link &= ~SG_END; in sg_unmark_end()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dscatterlist.h59 #define SG_END 0x02UL macro
67 #define sg_is_last(sg) ((sg)->page_link & SG_END)
69 ((struct scatterlist *) ((sg)->page_link & ~(SG_CHAIN | SG_END)))
83 unsigned long page_link = sg->page_link & (SG_CHAIN | SG_END); in sg_assign_page()
89 BUG_ON((unsigned long) page & (SG_CHAIN | SG_END)); in sg_assign_page()
123 return (struct page *)((sg)->page_link & ~(SG_CHAIN | SG_END)); in sg_page()
175 chain_sg->page_link = ((unsigned long) sgl | SG_CHAIN) & ~SG_END; in __sg_chain()
208 sg->page_link |= SG_END; in sg_mark_end()
222 sg->page_link &= ~SG_END; in sg_unmark_end()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dloop6.c26 #define SG_END 0x02UL macro
35 #define sg_is_last(sg) ((sg)->page_link & SG_END)
37 ((struct scatterlist *) ((sg)->page_link & ~(SG_CHAIN | SG_END)))
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dloop6.c26 #define SG_END 0x02UL macro
35 #define sg_is_last(sg) ((sg)->page_link & SG_END)
37 ((struct scatterlist *) ((sg)->page_link & ~(SG_CHAIN | SG_END)))
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dloop6.c26 #define SG_END 0x02UL macro
35 #define sg_is_last(sg) ((sg)->page_link & SG_END)
37 ((struct scatterlist *) ((sg)->page_link & ~(SG_CHAIN | SG_END)))
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dsagittariusdefs.h311 SG_END enumerator
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dport.c1216 case SG_END: realoff = size + offset; break; in input_byte_array_set_port_position()
1269 case SG_END: in output_byte_array_set_port_position()
1644 case SG_END: realoff = size + offset; break; in input_string_set_port_position()
1670 case SG_END: in output_string_set_port_position()
1985 case SG_END: in custom_binary_set_port_position()
2014 case SG_END: in custom_textual_set_port_position()
H A Dlib_core.stub1731 ((SG_EQ whence 'end) (set! w SG_END))
2213 (when append? (Sg_FileSeek fo 0 SG_END))
2347 (when append? (Sg_FileSeek fo 0 SG_END))
H A Dlib_core.c9484 SG_EQ(whence,sg__rc_cgen9166.d9486[403])){w=(SG_END);} else { in core_set_port_positionX()
10809 if (appendP){{Sg_FileSeek(fo,0,SG_END);}} in core_open_file_output_port()
11390 if (appendP){{Sg_FileSeek(fo,0,SG_END);}} in core_open_file_input_2foutput_port()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/os/posix/
H A Dfile.c141 case SG_END: in posix_seek()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/os/win/
H A Dfile.c205 case SG_END: in win_seek()