ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.xs
(Generate patch)

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.168 by root, Wed Aug 4 14:02:58 2010 UTC vs.
Revision 1.185 by root, Thu Jul 7 22:36:18 2011 UTC

16#include <sys/statvfs.h> 16#include <sys/statvfs.h>
17#include <limits.h> 17#include <limits.h>
18#include <fcntl.h> 18#include <fcntl.h>
19#include <sched.h> 19#include <sched.h>
20 20
21#if _POSIX_MEMLOCK || _POSIX_MAPPED_FILES 21#if _POSIX_MEMLOCK || _POSIX_MEMLOCK_RANGE || _POSIX_MAPPED_FILES
22# include <sys/mman.h> 22# include <sys/mman.h>
23#endif 23#endif
24 24
25/* perl namespace pollution */ 25/* perl namespace pollution */
26#undef VERSION 26#undef VERSION
118 STRLEN stroffset; \ 118 STRLEN stroffset; \
119 SV *self; 119 SV *self;
120 120
121#define EIO_NO_WRAPPERS 1 121#define EIO_NO_WRAPPERS 1
122 122
123#include "libeio/config.h"
123#include "libeio/eio.h" 124#include "libeio/eio.h"
125
126/* Linux/others */
127#ifndef O_ASYNC
128# define O_ASYNC 0
129#endif
130#ifndef O_DIRECT
131# define O_DIRECT 0
132#endif
133#ifndef O_NOATIME
134# define O_NOATIME 0
135#endif
136
137/* POSIX */
138#ifndef O_CLOEXEC
139# define O_CLOEXEC 0
140#endif
141#ifndef O_NOFOLLOW
142# define O_NOFOLLOW 0
143#endif
144#ifndef O_NOCTTY
145# define O_NOCTTY 0
146#endif
147#ifndef O_NONBLOCK
148# define O_NONBLOCK 0
149#endif
150#ifndef O_EXEC
151# define O_EXEC 0
152#endif
153#ifndef O_SEARCH
154# define O_SEARCH 0
155#endif
156#ifndef O_DIRECTORY
157# define O_DIRECTORY 0
158#endif
159#ifndef O_DSYNC
160# define O_DSYNC 0
161#endif
162#ifndef O_RSYNC
163# define O_RSYNC 0
164#endif
165#ifndef O_SYNC
166# define O_SYNC 0
167#endif
168#ifndef O_TTY_INIT
169# define O_TTY_INIT 0
170#endif
124 171
125#ifndef POSIX_FADV_NORMAL 172#ifndef POSIX_FADV_NORMAL
126# define POSIX_FADV_NORMAL 0 173# define POSIX_FADV_NORMAL 0
127# define NO_FADVISE 1
128#endif 174#endif
129#ifndef POSIX_FADV_SEQUENTIAL 175#ifndef POSIX_FADV_SEQUENTIAL
130# define POSIX_FADV_SEQUENTIAL 0 176# define POSIX_FADV_SEQUENTIAL 0
131#endif 177#endif
132#ifndef POSIX_FADV_RANDOM 178#ifndef POSIX_FADV_RANDOM
140#endif 186#endif
141#ifndef POSIX_FADV_DONTNEED 187#ifndef POSIX_FADV_DONTNEED
142# define POSIX_FADV_DONTNEED 0 188# define POSIX_FADV_DONTNEED 0
143#endif 189#endif
144 190
191#if !HAVE_POSIX_FADVISE
192# define posix_fadvise(a,b,c,d) errno = ENOSYS /* also return ENOSYS */
193#endif
194
195#ifndef POSIX_MADV_NORMAL
196# define POSIX_MADV_NORMAL 0
197#endif
198#ifndef POSIX_MADV_SEQUENTIAL
199# define POSIX_MADV_SEQUENTIAL 0
200#endif
201#ifndef POSIX_MADV_RANDOM
202# define POSIX_MADV_RANDOM 0
203#endif
204#ifndef POSIX_MADV_WILLNEED
205# define POSIX_MADV_WILLNEED 0
206#endif
207#ifndef POSIX_MADV_DONTNEED
208# define POSIX_MADV_DONTNEED 0
209#endif
210
211#if !HAVE_POSIX_MADVISE
212# define posix_madvise(a,b,c) errno = ENOSYS /* also return ENOSYS */
213#endif
214
215#ifndef PROT_NONE
216# define PROT_NONE 0
217#endif
218#ifndef PROT_READ
219# define PROT_READ 0
220#endif
221#ifndef PROT_WRITE
222# define PROT_READ 0
223#endif
224#ifndef PROT_EXEC
225# define PROT_EXEC 0
226#endif
227
145#ifndef ST_NODEV 228#ifndef ST_NODEV
146# define ST_NODEV 0 229# define ST_NODEV 0
147#endif 230#endif
148#ifndef ST_NOEXEC 231#ifndef ST_NOEXEC
149# define ST_NOEXEC 0 232# define ST_NOEXEC 0
171#endif 254#endif
172#ifndef ST_RELATIME 255#ifndef ST_RELATIME
173# define ST_RELATIME 0 256# define ST_RELATIME 0
174#endif 257#endif
175 258
176#ifndef MCL_CURRENT 259#ifndef S_IFIFO
177# define MCL_CURRENT 0 260# define S_IFIFO 0
178#endif 261#endif
179#ifndef MCL_FUTURE 262#ifndef S_IFCHR
180# define MCL_FUTURE 0 263# define S_IFCHR 0
264#endif
265#ifndef S_IFBLK
266# define S_IFBLK 0
267#endif
268#ifndef S_IFLNK
269# define S_IFLNK 0
270#endif
271#ifndef S_IFREG
272# define S_IFREG 0
273#endif
274#ifndef S_IFDIR
275# define S_IFDIR 0
276#endif
277#ifndef S_IFWHT
278# define S_IFWHT 0
279#endif
280#ifndef S_IFSOCK
281# define S_IFSOCK 0
181#endif 282#endif
182 283
183#ifndef MAP_ANONYMOUS 284#ifndef MAP_ANONYMOUS
184# ifdef MAP_ANON 285# ifdef MAP_ANON
185# define MAP_ANONYMOUS MAP_ANON 286# define MAP_ANONYMOUS MAP_ANON
199#ifndef MAP_POPULATE 300#ifndef MAP_POPULATE
200# define MAP_POPULATE 0 301# define MAP_POPULATE 0
201#endif 302#endif
202#ifndef MAP_NONBLOCK 303#ifndef MAP_NONBLOCK
203# define MAP_NONBLOCK 0 304# define MAP_NONBLOCK 0
305#endif
306
307#ifndef makedev
308# define makedev(maj,min) (((maj) << 8) | (min))
309#endif
310#ifndef major
311# define major(dev) ((dev) >> 8)
312#endif
313#ifndef minor
314# define minor(dev) ((dev) & 0xff)
204#endif 315#endif
205 316
206#ifndef PAGESIZE 317#ifndef PAGESIZE
207# define PAGESIZE sysconf (_SC_PAGESIZE) 318# define PAGESIZE sysconf (_SC_PAGESIZE)
208#endif 319#endif
323 /* do not recreate the result IV from scratch each time */ 434 /* do not recreate the result IV from scratch each time */
324 if (expect_true (sv_result_cache)) 435 if (expect_true (sv_result_cache))
325 { 436 {
326 sv_result = sv_result_cache; sv_result_cache = 0; 437 sv_result = sv_result_cache; sv_result_cache = 0;
327 SvIV_set (sv_result, req->result); 438 SvIV_set (sv_result, req->result);
439 SvIOK_only (sv_result);
328 } 440 }
329 else 441 else
330 { 442 {
331 sv_result = newSViv (req->result); 443 sv_result = newSViv (req->result);
332 SvREADONLY_on (sv_result); 444 SvREADONLY_on (sv_result);
473 case EIO_NOP: 585 case EIO_NOP:
474 case EIO_BUSY: 586 case EIO_BUSY:
475 break; 587 break;
476 588
477 case EIO_READLINK: 589 case EIO_READLINK:
590 case EIO_REALPATH:
478 if (req->result > 0) 591 if (req->result > 0)
479 PUSHs (sv_2mortal (newSVpvn (req->ptr2, req->result))); 592 PUSHs (sv_2mortal (newSVpvn (req->ptr2, req->result)));
480 break; 593 break;
481 594
482 case EIO_STAT: 595 case EIO_STAT:
496 SvSETMAGIC (req->sv2); 609 SvSETMAGIC (req->sv2);
497 PUSHs (sv_result); 610 PUSHs (sv_result);
498 } 611 }
499 break; 612 break;
500 613
501 case EIO_DUP2: /* EIO_DUP2 actually means aio_close(), su fudge result value */ 614 case EIO_DUP2: /* EIO_DUP2 actually means aio_close(), so fudge result value */
502 if (req->result > 0) 615 if (req->result > 0)
503 SvIV_set (sv_result, 0); 616 SvIV_set (sv_result, 0);
504 /* FALLTHROUGH */ 617 /* FALLTHROUGH */
505 618
506 default: 619 default:
554 grp->sv2 = 0; 667 grp->sv2 = 0;
555 668
556 eio_grp_cancel (grp); 669 eio_grp_cancel (grp);
557} 670}
558 671
559static void
560create_respipe (void) 672static void create_respipe (void)
561{ 673{
562 if (s_epipe_renew (&respipe)) 674 if (s_epipe_renew (&respipe))
563 croak ("IO::AIO: unable to initialize result pipe"); 675 croak ("IO::AIO: unable to initialize result pipe");
564} 676}
565 677
608#if !_POSIX_MAPPED_FILES 720#if !_POSIX_MAPPED_FILES
609# define mmap(addr,length,prot,flags,fd,offs) (errno = ENOSYS, -1) 721# define mmap(addr,length,prot,flags,fd,offs) (errno = ENOSYS, -1)
610# define munmap(addr,length) (errno = ENOSYS, -1) 722# define munmap(addr,length) (errno = ENOSYS, -1)
611#endif 723#endif
612 724
725#if !_POSIX_MEMORY_PROTECTION
726# define mprotect(addr,len,prot) (errno = ENOSYS, -1)
727# define PROT_NONE 0
728# define PROT_WRITE 0
729# define MAP_PRIVATE 0
730# define MAP_SHARED 0
731# define MAP_FIXED 0
732#endif
733
613#define MMAP_MAGIC PERL_MAGIC_ext 734#define MMAP_MAGIC PERL_MAGIC_ext
614 735
615static int
616mmap_free (pTHX_ SV *sv, MAGIC *mg) 736static int mmap_free (pTHX_ SV *sv, MAGIC *mg)
617{ 737{
618 int old_errno = errno; 738 int old_errno = errno;
619 munmap (mg->mg_ptr, (size_t)mg->mg_obj); 739 munmap (mg->mg_ptr, (size_t)mg->mg_obj);
620 errno = old_errno; 740 errno = old_errno;
621 741
637 0, 0, 0, 0, mmap_free 757 0, 0, 0, 0, mmap_free
638}; 758};
639 759
640/*****************************************************************************/ 760/*****************************************************************************/
641 761
642static SV *
643get_cb (SV *cb_sv) 762static SV * get_cb (SV *cb_sv)
644{ 763{
645 SvGETMAGIC (cb_sv); 764 SvGETMAGIC (cb_sv);
646 return SvOK (cb_sv) ? s_get_cv_croak (cb_sv) : 0; 765 return SvOK (cb_sv) ? s_get_cv_croak (cb_sv) : 0;
647} 766}
648 767
689 const_iv (O_RDWR) 808 const_iv (O_RDWR)
690 const_iv (O_CREAT) 809 const_iv (O_CREAT)
691 const_iv (O_TRUNC) 810 const_iv (O_TRUNC)
692 const_iv (O_EXCL) 811 const_iv (O_EXCL)
693 const_iv (O_APPEND) 812 const_iv (O_APPEND)
694#ifndef _WIN32 813
814 const_iv (O_ASYNC)
815 const_iv (O_DIRECT)
816 const_iv (O_NOATIME)
817
818 const_iv (O_CLOEXEC)
819 const_iv (O_NOCTTY)
820 const_iv (O_NOFOLLOW)
821 const_iv (O_NONBLOCK)
822 const_iv (O_EXEC)
823 const_iv (O_SEARCH)
824 const_iv (O_DIRECTORY)
825 const_iv (O_DSYNC)
826 const_iv (O_RSYNC)
827 const_iv (O_SYNC)
828 const_iv (O_TTY_INIT)
829
695 const_iv (S_IFIFO) 830 const_iv (S_IFIFO)
696#endif 831 const_iv (S_IFCHR)
832 const_iv (S_IFBLK)
833 const_iv (S_IFLNK)
834 const_iv (S_IFREG)
835 const_iv (S_IFDIR)
836 const_iv (S_IFWHT)
837 const_iv (S_IFSOCK)
838 const_iv (S_IFMT)
839
697 const_niv (FADV_NORMAL , POSIX_FADV_NORMAL) 840 const_niv (FADV_NORMAL , POSIX_FADV_NORMAL)
698 const_niv (FADV_SEQUENTIAL, POSIX_FADV_SEQUENTIAL) 841 const_niv (FADV_SEQUENTIAL, POSIX_FADV_SEQUENTIAL)
699 const_niv (FADV_RANDOM , POSIX_FADV_RANDOM) 842 const_niv (FADV_RANDOM , POSIX_FADV_RANDOM)
700 const_niv (FADV_NOREUSE , POSIX_FADV_NOREUSE) 843 const_niv (FADV_NOREUSE , POSIX_FADV_NOREUSE)
701 const_niv (FADV_WILLNEED , POSIX_FADV_WILLNEED) 844 const_niv (FADV_WILLNEED , POSIX_FADV_WILLNEED)
702 const_niv (FADV_DONTNEED , POSIX_FADV_DONTNEED) 845 const_niv (FADV_DONTNEED , POSIX_FADV_DONTNEED)
846
847 const_niv (MADV_NORMAL , POSIX_MADV_NORMAL)
848 const_niv (MADV_SEQUENTIAL, POSIX_MADV_SEQUENTIAL)
849 const_niv (MADV_RANDOM , POSIX_MADV_RANDOM)
850 const_niv (MADV_WILLNEED , POSIX_MADV_WILLNEED)
851 const_niv (MADV_DONTNEED , POSIX_MADV_DONTNEED)
703 852
704 const_iv (ST_RDONLY) 853 const_iv (ST_RDONLY)
705 const_iv (ST_NOSUID) 854 const_iv (ST_NOSUID)
706 const_iv (ST_NODEV) 855 const_iv (ST_NODEV)
707 const_iv (ST_NOEXEC) 856 const_iv (ST_NOEXEC)
712 const_iv (ST_IMMUTABLE) 861 const_iv (ST_IMMUTABLE)
713 const_iv (ST_NOATIME) 862 const_iv (ST_NOATIME)
714 const_iv (ST_NODIRATIME) 863 const_iv (ST_NODIRATIME)
715 const_iv (ST_RELATIME) 864 const_iv (ST_RELATIME)
716 865
866 const_iv (PROT_NONE)
717 const_iv (PROT_EXEC) 867 const_iv (PROT_EXEC)
718 const_iv (PROT_NONE)
719 const_iv (PROT_READ) 868 const_iv (PROT_READ)
720 const_iv (PROT_WRITE) 869 const_iv (PROT_WRITE)
721 870
722 /*const_iv (MAP_FIXED)*/ 871 /*const_iv (MAP_FIXED)*/
723 const_iv (MAP_PRIVATE) 872 const_iv (MAP_PRIVATE)
729 const_iv (MAP_LOCKED) 878 const_iv (MAP_LOCKED)
730 const_iv (MAP_NORESERVE) 879 const_iv (MAP_NORESERVE)
731 const_iv (MAP_POPULATE) 880 const_iv (MAP_POPULATE)
732 const_iv (MAP_NONBLOCK) 881 const_iv (MAP_NONBLOCK)
733 882
734 const_iv (MCL_FUTURE) 883 const_eio (MCL_FUTURE)
735 const_iv (MCL_CURRENT) 884 const_eio (MCL_CURRENT)
736 885
737 const_eio (MS_ASYNC) 886 const_eio (MS_ASYNC)
738 const_eio (MS_INVALIDATE) 887 const_eio (MS_INVALIDATE)
739 const_eio (MS_SYNC) 888 const_eio (MS_SYNC)
740 889
741 const_eio (MT_MODIFY) 890 const_eio (MT_MODIFY)
742 891
743 const_eio (SYNC_FILE_RANGE_WAIT_BEFORE) 892 const_eio (SYNC_FILE_RANGE_WAIT_BEFORE)
744 const_eio (SYNC_FILE_RANGE_WRITE) 893 const_eio (SYNC_FILE_RANGE_WRITE)
745 const_eio (SYNC_FILE_RANGE_WAIT_AFTER) 894 const_eio (SYNC_FILE_RANGE_WAIT_AFTER)
895
896 const_eio (FALLOC_FL_KEEP_SIZE)
746 897
747 const_eio (READDIR_DENTS) 898 const_eio (READDIR_DENTS)
748 const_eio (READDIR_DIRS_FIRST) 899 const_eio (READDIR_DIRS_FIRST)
749 const_eio (READDIR_STAT_ORDER) 900 const_eio (READDIR_STAT_ORDER)
750 const_eio (READDIR_FOUND_UNKNOWN) 901 const_eio (READDIR_FOUND_UNKNOWN)
777 /* atfork child called in fifo order, so before eio's handler */ 928 /* atfork child called in fifo order, so before eio's handler */
778 X_THREAD_ATFORK (0, 0, atfork_child); 929 X_THREAD_ATFORK (0, 0, atfork_child);
779} 930}
780 931
781void 932void
782max_poll_reqs (int nreqs) 933max_poll_reqs (unsigned int nreqs)
783 PROTOTYPE: $ 934 PROTOTYPE: $
784 CODE: 935 CODE:
785 eio_set_max_poll_reqs (nreqs); 936 eio_set_max_poll_reqs (nreqs);
786 937
787void 938void
789 PROTOTYPE: $ 940 PROTOTYPE: $
790 CODE: 941 CODE:
791 eio_set_max_poll_time (nseconds); 942 eio_set_max_poll_time (nseconds);
792 943
793void 944void
794min_parallel (int nthreads) 945min_parallel (unsigned int nthreads)
795 PROTOTYPE: $ 946 PROTOTYPE: $
796 CODE: 947 CODE:
797 eio_set_min_parallel (nthreads); 948 eio_set_min_parallel (nthreads);
798 949
799void 950void
800max_parallel (int nthreads) 951max_parallel (unsigned int nthreads)
801 PROTOTYPE: $ 952 PROTOTYPE: $
802 CODE: 953 CODE:
803 eio_set_max_parallel (nthreads); 954 eio_set_max_parallel (nthreads);
804 955
805void 956void
806max_idle (int nthreads) 957max_idle (unsigned int nthreads)
807 PROTOTYPE: $ 958 PROTOTYPE: $
808 CODE: 959 CODE:
809 eio_set_max_idle (nthreads); 960 eio_set_max_idle (nthreads);
810 961
811void 962void
963idle_timeout (unsigned int seconds)
964 PROTOTYPE: $
965 CODE:
966 eio_set_idle_timeout (seconds);
967
968void
812max_outstanding (int maxreqs) 969max_outstanding (unsigned int maxreqs)
813 PROTOTYPE: $ 970 PROTOTYPE: $
814 CODE: 971 CODE:
815 max_outstanding = maxreqs; 972 max_outstanding = maxreqs;
816 973
817void 974void
818aio_open (SV8 *pathname, int flags, int mode, SV *callback=&PL_sv_undef) 975aio_open (SV8 *pathname, int flags, int mode, SV *callback=&PL_sv_undef)
819 PROTOTYPE: $$$;$
820 PPCODE: 976 PPCODE:
821{ 977{
822 dREQ; 978 dREQ;
823 979
824 req->type = EIO_OPEN; 980 req->type = EIO_OPEN;
830 REQ_SEND; 986 REQ_SEND;
831} 987}
832 988
833void 989void
834aio_fsync (SV *fh, SV *callback=&PL_sv_undef) 990aio_fsync (SV *fh, SV *callback=&PL_sv_undef)
835 PROTOTYPE: $;$
836 ALIAS: 991 ALIAS:
837 aio_fsync = EIO_FSYNC 992 aio_fsync = EIO_FSYNC
838 aio_fdatasync = EIO_FDATASYNC 993 aio_fdatasync = EIO_FDATASYNC
839 PPCODE: 994 PPCODE:
840{ 995{
848 REQ_SEND (req); 1003 REQ_SEND (req);
849} 1004}
850 1005
851void 1006void
852aio_sync_file_range (SV *fh, off_t offset, size_t nbytes, UV flags, SV *callback=&PL_sv_undef) 1007aio_sync_file_range (SV *fh, off_t offset, size_t nbytes, UV flags, SV *callback=&PL_sv_undef)
853 PROTOTYPE: $$$$;$
854 PPCODE: 1008 PPCODE:
855{ 1009{
856 int fd = s_fileno_croak (fh, 0); 1010 int fd = s_fileno_croak (fh, 0);
857 dREQ; 1011 dREQ;
858 1012
865 1019
866 REQ_SEND (req); 1020 REQ_SEND (req);
867} 1021}
868 1022
869void 1023void
1024aio_fallocate (SV *fh, int mode, off_t offset, size_t len, SV *callback=&PL_sv_undef)
1025 PPCODE:
1026{
1027 int fd = s_fileno_croak (fh, 0);
1028 dREQ;
1029
1030 req->type = EIO_FALLOCATE;
1031 req->sv1 = newSVsv (fh);
1032 req->int1 = fd;
1033 req->int2 = mode;
1034 req->offs = offset;
1035 req->size = len;
1036
1037 REQ_SEND (req);
1038}
1039
1040void
870aio_close (SV *fh, SV *callback=&PL_sv_undef) 1041aio_close (SV *fh, SV *callback=&PL_sv_undef)
871 PROTOTYPE: $;$
872 PPCODE: 1042 PPCODE:
873{ 1043{
874 static int close_pipe = -1; /* dummy fd to close fds via dup2 */ 1044 static int close_pipe = -1; /* dummy fd to close fds via dup2 */
875 int fd = s_fileno_croak (fh, 0); 1045 int fd = s_fileno_croak (fh, 0);
876 dREQ; 1046 dREQ;
898void 1068void
899aio_read (SV *fh, SV *offset, SV *length, SV8 *data, IV dataoffset, SV *callback=&PL_sv_undef) 1069aio_read (SV *fh, SV *offset, SV *length, SV8 *data, IV dataoffset, SV *callback=&PL_sv_undef)
900 ALIAS: 1070 ALIAS:
901 aio_read = EIO_READ 1071 aio_read = EIO_READ
902 aio_write = EIO_WRITE 1072 aio_write = EIO_WRITE
903 PROTOTYPE: $$$$$;$
904 PPCODE: 1073 PPCODE:
905{ 1074{
906 STRLEN svlen; 1075 STRLEN svlen;
907 int fd = s_fileno_croak (fh, ix == EIO_WRITE); 1076 int fd = s_fileno_croak (fh, ix == EIO_WRITE);
908 char *svptr = SvPVbyte (data, svlen); 1077 char *svptr = SvPVbyte (data, svlen);
949 } 1118 }
950} 1119}
951 1120
952void 1121void
953aio_readlink (SV8 *path, SV *callback=&PL_sv_undef) 1122aio_readlink (SV8 *path, SV *callback=&PL_sv_undef)
954 PROTOTYPE: $$;$ 1123 ALIAS:
1124 aio_readlink = EIO_READLINK
1125 aio_realpath = EIO_REALPATH
955 PPCODE: 1126 PPCODE:
956{ 1127{
957 SV *data; 1128 SV *data;
958 dREQ; 1129 dREQ;
959 1130
960 req->type = EIO_READLINK; 1131 req->type = ix;
961 req->sv1 = newSVsv (path); 1132 req->sv1 = newSVsv (path);
962 req->ptr1 = SvPVbyte_nolen (req->sv1); 1133 req->ptr1 = SvPVbyte_nolen (req->sv1);
963 1134
964 REQ_SEND; 1135 REQ_SEND;
965} 1136}
966 1137
967void 1138void
968aio_sendfile (SV *out_fh, SV *in_fh, off_t in_offset, size_t length, SV *callback=&PL_sv_undef) 1139aio_sendfile (SV *out_fh, SV *in_fh, off_t in_offset, size_t length, SV *callback=&PL_sv_undef)
969 PROTOTYPE: $$$$;$
970 PPCODE: 1140 PPCODE:
971{ 1141{
972 int ifd = s_fileno_croak (in_fh , 0); 1142 int ifd = s_fileno_croak (in_fh , 0);
973 int ofd = s_fileno_croak (out_fh, 1); 1143 int ofd = s_fileno_croak (out_fh, 1);
974 dREQ; 1144 dREQ;
984 REQ_SEND; 1154 REQ_SEND;
985} 1155}
986 1156
987void 1157void
988aio_readahead (SV *fh, off_t offset, size_t length, SV *callback=&PL_sv_undef) 1158aio_readahead (SV *fh, off_t offset, size_t length, SV *callback=&PL_sv_undef)
989 PROTOTYPE: $$$;$
990 PPCODE: 1159 PPCODE:
991{ 1160{
992 int fd = s_fileno_croak (fh, 0); 1161 int fd = s_fileno_croak (fh, 0);
993 dREQ; 1162 dREQ;
994 1163
1025 } 1194 }
1026 1195
1027 REQ_SEND; 1196 REQ_SEND;
1028} 1197}
1029 1198
1199UV
1200major (UV dev)
1201 ALIAS:
1202 minor = 1
1203 CODE:
1204 RETVAL = ix ? major (dev) : minor (dev);
1205 OUTPUT:
1206 RETVAL
1207
1208UV
1209makedev (UV maj, UV min)
1210 CODE:
1211 RETVAL = makedev (maj, min);
1212 OUTPUT:
1213 RETVAL
1214
1030void 1215void
1031aio_utime (SV8 *fh_or_path, SV *atime, SV *mtime, SV *callback=&PL_sv_undef) 1216aio_utime (SV8 *fh_or_path, SV *atime, SV *mtime, SV *callback=&PL_sv_undef)
1032 PPCODE: 1217 PPCODE:
1033{ 1218{
1034 dREQ; 1219 dREQ;
1195void 1380void
1196aio_mtouch (SV8 *data, IV offset = 0, SV *length = &PL_sv_undef, int flags = 0, SV *callback=&PL_sv_undef) 1381aio_mtouch (SV8 *data, IV offset = 0, SV *length = &PL_sv_undef, int flags = 0, SV *callback=&PL_sv_undef)
1197 ALIAS: 1382 ALIAS:
1198 aio_mtouch = EIO_MTOUCH 1383 aio_mtouch = EIO_MTOUCH
1199 aio_msync = EIO_MSYNC 1384 aio_msync = EIO_MSYNC
1200 PROTOTYPE: $$$$;$
1201 PPCODE: 1385 PPCODE:
1202{ 1386{
1203 STRLEN svlen; 1387 STRLEN svlen;
1388 char *svptr = SvPVbyte (data, svlen);
1204 UV len = SvUV (length); 1389 UV len = SvUV (length);
1205 char *svptr = SvPVbyte (data, svlen);
1206 1390
1207 if (offset < 0) 1391 if (offset < 0)
1208 offset += svlen; 1392 offset += svlen;
1209 1393
1210 if (offset < 0 || offset > svlen) 1394 if (offset < 0 || offset > svlen)
1215 1399
1216 { 1400 {
1217 dREQ; 1401 dREQ;
1218 1402
1219 req->type = ix; 1403 req->type = ix;
1220 req->size = len;
1221 req->sv2 = SvREFCNT_inc (data); 1404 req->sv2 = SvREFCNT_inc (data);
1222 req->ptr2 = (char *)svptr + offset; 1405 req->ptr2 = (char *)svptr + offset;
1406 req->size = len;
1223 req->int1 = flags; 1407 req->int1 = flags;
1224 1408
1225 REQ_SEND; 1409 REQ_SEND;
1226 } 1410 }
1227} 1411}
1228 1412
1229void 1413void
1414aio_mlock (SV8 *data, IV offset = 0, SV *length = &PL_sv_undef, SV *callback=&PL_sv_undef)
1415 PPCODE:
1416{
1417 STRLEN svlen;
1418 char *svptr = SvPVbyte (data, svlen);
1419 UV len = SvUV (length);
1420
1421 if (offset < 0)
1422 offset += svlen;
1423
1424 if (offset < 0 || offset > svlen)
1425 croak ("offset outside of scalar");
1426
1427 if (!SvOK (length) || len + offset > svlen)
1428 len = svlen - offset;
1429
1430 {
1431 dREQ;
1432
1433 req->type = EIO_MLOCK;
1434 req->sv2 = SvREFCNT_inc (data);
1435 req->ptr2 = (char *)svptr + offset;
1436 req->size = len;
1437
1438 REQ_SEND;
1439 }
1440}
1441
1442void
1443aio_mlockall (IV flags, SV *callback=&PL_sv_undef)
1444 PPCODE:
1445{
1446 dREQ;
1447
1448 req->type = EIO_MLOCKALL;
1449 req->int1 = flags;
1450
1451 REQ_SEND;
1452}
1453
1454void
1230aio_busy (double delay, SV *callback=&PL_sv_undef) 1455aio_busy (double delay, SV *callback=&PL_sv_undef)
1231 PPCODE: 1456 PPCODE:
1232{ 1457{
1233 dREQ; 1458 dREQ;
1234 1459
1238 REQ_SEND; 1463 REQ_SEND;
1239} 1464}
1240 1465
1241void 1466void
1242aio_group (SV *callback=&PL_sv_undef) 1467aio_group (SV *callback=&PL_sv_undef)
1243 PROTOTYPE: ;$
1244 PPCODE: 1468 PPCODE:
1245{ 1469{
1246 dREQ; 1470 dREQ;
1247 1471
1248 req->type = EIO_GROUP; 1472 req->type = EIO_GROUP;
1265 REQ_SEND; 1489 REQ_SEND;
1266} 1490}
1267 1491
1268int 1492int
1269aioreq_pri (int pri = 0) 1493aioreq_pri (int pri = 0)
1270 PROTOTYPE: ;$
1271 CODE: 1494 CODE:
1272 RETVAL = next_pri; 1495 RETVAL = next_pri;
1273 if (items > 0) 1496 if (items > 0)
1274 { 1497 {
1275 if (pri < EIO_PRI_MIN) pri = EIO_PRI_MIN; 1498 if (pri < EIO_PRI_MIN) pri = EIO_PRI_MIN;
1287 if (nice > EIO_PRI_MAX) nice = EIO_PRI_MAX; 1510 if (nice > EIO_PRI_MAX) nice = EIO_PRI_MAX;
1288 next_pri = nice; 1511 next_pri = nice;
1289 1512
1290void 1513void
1291flush () 1514flush ()
1292 PROTOTYPE:
1293 CODE: 1515 CODE:
1294 while (eio_nreqs ()) 1516 while (eio_nreqs ())
1295 { 1517 {
1296 poll_wait (); 1518 poll_wait ();
1297 poll_cb (); 1519 poll_cb ();
1298 } 1520 }
1299 1521
1300int 1522int
1301poll() 1523poll ()
1302 PROTOTYPE:
1303 CODE: 1524 CODE:
1304 poll_wait (); 1525 poll_wait ();
1305 RETVAL = poll_cb (); 1526 RETVAL = poll_cb ();
1306 OUTPUT: 1527 OUTPUT:
1307 RETVAL 1528 RETVAL
1308 1529
1309int 1530int
1310poll_fileno() 1531poll_fileno ()
1311 PROTOTYPE:
1312 CODE: 1532 CODE:
1313 RETVAL = s_epipe_fd (&respipe); 1533 RETVAL = s_epipe_fd (&respipe);
1314 OUTPUT: 1534 OUTPUT:
1315 RETVAL 1535 RETVAL
1316 1536
1317int 1537int
1318poll_cb(...) 1538poll_cb (...)
1319 PROTOTYPE: 1539 PROTOTYPE:
1320 CODE: 1540 CODE:
1321 RETVAL = poll_cb (); 1541 RETVAL = poll_cb ();
1322 OUTPUT: 1542 OUTPUT:
1323 RETVAL 1543 RETVAL
1324 1544
1325void 1545void
1326poll_wait() 1546poll_wait ()
1327 PROTOTYPE:
1328 CODE: 1547 CODE:
1329 poll_wait (); 1548 poll_wait ();
1330 1549
1331int 1550int
1332nreqs() 1551nreqs ()
1333 PROTOTYPE:
1334 CODE: 1552 CODE:
1335 RETVAL = eio_nreqs (); 1553 RETVAL = eio_nreqs ();
1336 OUTPUT: 1554 OUTPUT:
1337 RETVAL 1555 RETVAL
1338 1556
1339int 1557int
1340nready() 1558nready ()
1341 PROTOTYPE:
1342 CODE: 1559 CODE:
1343 RETVAL = eio_nready (); 1560 RETVAL = eio_nready ();
1344 OUTPUT: 1561 OUTPUT:
1345 RETVAL 1562 RETVAL
1346 1563
1347int 1564int
1348npending() 1565npending ()
1349 PROTOTYPE:
1350 CODE: 1566 CODE:
1351 RETVAL = eio_npending (); 1567 RETVAL = eio_npending ();
1352 OUTPUT: 1568 OUTPUT:
1353 RETVAL 1569 RETVAL
1354 1570
1355int 1571int
1356nthreads() 1572nthreads ()
1357 PROTOTYPE:
1358 CODE: 1573 CODE:
1359 RETVAL = eio_nthreads (); 1574 RETVAL = eio_nthreads ();
1360 OUTPUT: 1575 OUTPUT:
1361 RETVAL 1576 RETVAL
1362 1577
1363int 1578int
1364fadvise (aio_rfd fh, off_t offset, off_t length, IV advice) 1579fadvise (aio_rfd fh, off_t offset, off_t length, IV advice)
1365 PROTOTYPE: $$$$
1366 CODE: 1580 CODE:
1367#if _XOPEN_SOURCE >= 600 && !NO_FADVISE
1368 RETVAL = posix_fadvise (fh, offset, length, advice); 1581 RETVAL = posix_fadvise (fh, offset, length, advice);
1369#else
1370 RETVAL = errno = ENOSYS; /* yes, this is actually correct */
1371#endif
1372 OUTPUT: 1582 OUTPUT:
1373 RETVAL 1583 RETVAL
1374 1584
1375ssize_t 1585ssize_t
1376sendfile (aio_wfd ofh, aio_rfd ifh, off_t offset, size_t count) 1586sendfile (aio_wfd ofh, aio_rfd ifh, off_t offset, size_t count)
1377 PROTOTYPE: $$$$
1378 CODE: 1587 CODE:
1379 RETVAL = eio_sendfile_sync (ofh, ifh, offset, count); 1588 RETVAL = eio_sendfile_sync (ofh, ifh, offset, count);
1380 OUTPUT: 1589 OUTPUT:
1381 RETVAL 1590 RETVAL
1382 1591
1383void 1592void
1384mmap (SV *scalar, size_t length, int prot, int flags, SV *fh, off_t offset = 0) 1593mmap (SV *scalar, size_t length, int prot, int flags, SV *fh, off_t offset = 0)
1385 PROTOTYPE: $$$$$;$
1386 PPCODE: 1594 PPCODE:
1387 sv_unmagic (scalar, MMAP_MAGIC); 1595 sv_unmagic (scalar, MMAP_MAGIC);
1388{ 1596{
1389 int fd = SvOK (fh) ? s_fileno_croak (fh, flags & PROT_WRITE) : -1; 1597 int fd = SvOK (fh) ? s_fileno_croak (fh, flags & PROT_WRITE) : -1;
1390 void *addr = (void *)mmap (0, length, prot, flags, fd, offset); 1598 void *addr = (void *)mmap (0, length, prot, flags, fd, offset);
1413 XSRETURN_YES; 1621 XSRETURN_YES;
1414} 1622}
1415 1623
1416void 1624void
1417munmap (SV *scalar) 1625munmap (SV *scalar)
1418 PROTOTYPE: $
1419 CODE: 1626 CODE:
1420 sv_unmagic (scalar, MMAP_MAGIC); 1627 sv_unmagic (scalar, MMAP_MAGIC);
1421 1628
1422int 1629int
1423mlockall (int flags) 1630madvise (SV *scalar, off_t offset = 0, SV *length = &PL_sv_undef, IV advice_or_prot)
1424 PROTOTYPE: $ 1631 ALIAS:
1632 mprotect = 1
1425 CODE: 1633 CODE:
1634{
1635 STRLEN svlen;
1636 void *addr = SvPVbyte (scalar, svlen);
1637 size_t len = SvUV (length);
1638
1639 if (offset < 0)
1640 offset += svlen;
1641
1642 if (offset < 0 || offset > svlen)
1643 croak ("offset outside of scalar");
1644
1645 if (!SvOK (length) || len + offset > svlen)
1646 len = svlen - offset;
1647
1648 addr = (void *)(((intptr_t)addr) + offset);
1649 eio_page_align (&addr, &len);
1650
1651 switch (ix)
1652 {
1653 case 0: RETVAL = posix_madvise (addr, len, advice_or_prot); break;
1654 case 1: RETVAL = mprotect (addr, len, advice_or_prot); break;
1655 }
1656}
1657 OUTPUT:
1658 RETVAL
1659
1660int
1661munlock (SV *scalar, off_t offset = 0, SV *length = &PL_sv_undef)
1662 CODE:
1663{
1664 STRLEN svlen;
1665 void *addr = SvPVbyte (scalar, svlen);
1666 size_t len = SvUV (length);
1667
1668 if (offset < 0)
1669 offset += svlen;
1670
1671 if (offset < 0 || offset > svlen)
1672 croak ("offset outside of scalar");
1673
1674 if (!SvOK (length) || len + offset > svlen)
1675 len = svlen - offset;
1676
1677 addr = (void *)(((intptr_t)addr) + offset);
1678 eio_page_align (&addr, &len);
1426#if _POSIX_MEMLOCK 1679#if _POSIX_MEMLOCK_RANGE
1427#if __GLIBC__ == 2 && __GLIBC_MINOR__ <= 7 1680 RETVAL = munlock (addr, len);
1428 extern int mallopt (int, int);
1429 mallopt (-6, 238); /* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473812 */
1430#endif
1431 mlockall (flags);
1432#else 1681#else
1433 RETVAL = -1; 1682 RETVAL = ((errno = ENOSYS), -1);
1434 errno = ENOSYS;
1435#endif 1683#endif
1684}
1436 OUTPUT: 1685 OUTPUT:
1437 RETVAL 1686 RETVAL
1438 1687
1439int 1688int
1440munlockall () 1689munlockall ()
1441 PROTOTYPE:
1442 CODE: 1690 CODE:
1443#if _POSIX_MEMLOCK 1691#if _POSIX_MEMLOCK
1444 munlockall (); 1692 munlockall ();
1445#else 1693#else
1446 RETVAL = -1; 1694 RETVAL = -1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines