Searched refs:advise_access (Results 1 – 5 of 5) sorted by relevance
606 void advise_access P((RILE*,int));607 # define if_advise_access(p,f,advice) if (p) advise_access(f,advice)609 # define advise_access(f,advice) macro
1096 advise_access(f, advice) in advise_access() function
613 advise_access(finptr, MADV_SEQUENTIAL);
686 advise_access(fin, MADV_NORMAL); in enterstring()
118 (advise_access): Use madvise only if this instance used mmap.