OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_used
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cu.h
153
int
last_used
= 0;
member in struct:dwarf2_cu
read.c
5502
cu->
last_used
= 0;
22092
cu->
last_used
++;
22093
if (cu->
last_used
<= dwarf_max_cache_age)
/src/external/mpl/bind/dist/lib/dns/include/dns/
rdataslab.h
97
isc_stdtime_t
last_used
;
member in struct:dns_slabheader
/src/sys/dev/ic/
wd33c93var.h
88
time_t
last_used
;
member in struct:wd33c93_linfo
ncr53c9xvar.h
154
time_t
last_used
;
member in struct:ncr53c9x_linfo
wd33c93.c
718
li->
last_used
= time_second;
2357
if (li && li->
last_used
< old &&
ncr53c9x.c
1119
li->
last_used
= time_second;
2969
if (li->
last_used
< old &&
/src/external/gpl3/gdb/dist/gdb/dwarf2/
cu.h
312
int
last_used
= 0;
member in struct:dwarf2_cu
read.c
4066
cu->
last_used
= 0;
19625
cu->
last_used
++;
19626
if (cu->
last_used
<= dwarf_max_cache_age)
/src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c
156
return header->
last_used
+ DNS_RBTDB_LRUUPDATE_GLUE <= now;
163
return header->
last_used
+ DNS_RBTDB_LRUUPDATE_REGULAR <= now;
188
header->
last_used
= now;
1638
header != NULL && header->
last_used
<= rbtdb->
last_used
&&
1693
* Work out the oldest remaining
last_used
values of the list
1698
(min_last_used == 0 || header->
last_used
< min_last_used))
1700
min_last_used = header->
last_used
;
1707
* Update rbtdb->
last_used
if we have walked all the list tails and have
1712
rbtdb->
last_used
= min_last_used
[
all
...]
qpcache.c
299
_Atomic(isc_stdtime_t)
last_used
;
530
return header->
last_used
+ DNS_QPDB_LRUUPDATE_GLUE <= now;
537
return header->
last_used
+ DNS_QPDB_LRUUPDATE_REGULAR <= now;
560
header->
last_used
= now;
2411
header != NULL && header->
last_used
<= qpdb->
last_used
&&
2474
* Work out the oldest remaining
last_used
values of the list
2480
(min_last_used == 0 || header->
last_used
< min_last_used))
2482
min_last_used = header->
last_used
;
2489
* Update qpdb->
last_used
if we have walked all the list tails and hav
[
all
...]
rbtdb_p.h
153
_Atomic(isc_stdtime_t)
last_used
;
member in struct:dns_rbtdb
rbtdb.c
2844
if (header->
last_used
!= now) {
2849
header->
last_used
= now;
2908
if (header->
last_used
!= now) {
2913
header->
last_used
= now;
2947
newheader->
last_used
=
2948
rbtdb->
last_used
+ 1;
2993
newheader->
last_used
=
2994
rbtdb->
last_used
+ 1;
3347
.
last_used
= now,
3566
newheader->
last_used
= 0
[
all
...]
adb.c
162
isc_stdtime_t
last_used
;
member in struct:dns_adbname
223
isc_stdtime_t
last_used
;
member in struct:dns_adbentry
1341
if (adbname->
last_used
+ dns_adb_cachemin <= last_update) {
1342
adbname->
last_used
= now;
1450
if (adbentry->
last_used
+ dns_adb_cachemin <= last_update) {
1451
adbentry->
last_used
= now;
qpzone.c
4934
newheader->
last_used
= 0;
/src/external/gpl3/binutils/dist/gas/
dwarf2dbg.c
726
static int
last_used
;
738
if (
last_used
!= -1)
743
dirname = dirs[files[
last_used
].dir];
747
if (filename_cmp (pathname, files[
last_used
].filename) == 0)
748
return
last_used
;
755
files[
last_used
].filename) == 0)
756
return
last_used
;
772
last_used
= i;
780
last_used
= i;
3110
last_used
= -1
725
static int
last_used
;
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
dwarf2dbg.c
726
static int
last_used
;
738
if (
last_used
!= -1)
743
dirname = dirs[files[
last_used
].dir];
747
if (filename_cmp (pathname, files[
last_used
].filename) == 0)
748
return
last_used
;
755
files[
last_used
].filename) == 0)
756
return
last_used
;
772
last_used
= i;
780
last_used
= i;
3108
last_used
= -1
725
static int
last_used
;
variable
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c
246
isc_stdtime_t
last_used
;
member in struct:rdatasetheader
6958
newheader->
last_used
= now;
7183
newheader->
last_used
= 0;
7294
newheader->
last_used
= 0;
7399
newheader->
last_used
= 0;
7588
newheader->
last_used
= 0;
10585
return (header->
last_used
+ DNS_RBTDB_LRUUPDATE_GLUE <= now);
10592
return (header->
last_used
+ DNS_RBTDB_LRUUPDATE_REGULAR <= now);
10616
header->
last_used
= now;
adb.c
191
isc_stdtime_t
last_used
;
member in struct:dns_adbname
2417
(overmem || victim->
last_used
+ ADB_STALE_MARGIN <= now))
3033
adbname->
last_used
= now;
Completed in 119 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026