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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c244 static struct config_entry_struct *last_config = NULL; variable in typeref:struct:config_entry_struct
631 last_config->next = new;
632 last_config = new;
1068 last_config = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dadm1026.c269 unsigned long last_config; /* In jiffies */ member in struct:adm1026_data
614 time_after(jiffies, data->last_config + ADM1026_CONFIG_INTERVAL)) {
693 data->last_config = jiffies;
694 }; /* last_config */
H A Dlm85.c337 unsigned long last_config; /* In jiffies */ member in struct:lm85_data
1500 time_after(jiffies, data->last_config + LM85_CONFIG_INTERVAL) ) {
1597 data->last_config = jiffies;
1598 }; /* last_config */

Completed in 62 milliseconds