Searched refs:last_access (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd.c366 state->last_access = time(NULL);
410 time_t last_access = 0; local
417 if (!last_access || state->last_access < last_access) {
418 last_access = state->last_access;
486 state->last_access = time(NULL);
544 state->last_access = time(NULL);
H A Dwinbindd.h44 time_t last_access; /* Time of last access (read or write) */ member in struct:winbindd_cli_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dsddr55.c67 unsigned long last_access; /* number of jiffies since we last talked to device */ member in struct:sddr55_card_info
86 info->last_access = jiffies;
789 if (info->lba_to_pba == NULL || time_after(jiffies, info->last_access + HZ/2)) {

Completed in 43 milliseconds