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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm85.c306 unsigned long last_config; /* In jiffies */ member in struct:lm85_data
1478 time_after(jiffies, data->last_config + LM85_CONFIG_INTERVAL)) {
1548 data->last_config = jiffies;
1549 } /* last_config */
H A Dadm1026.c264 unsigned long last_config; /* In jiffies */ member in struct:adm1026_data
610 time_after(jiffies, data->last_config + ADM1026_CONFIG_INTERVAL)) {
689 data->last_config = jiffies;
690 }; /* last_config */

Completed in 61 milliseconds