OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refresh_p
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libisns/
isns_config.h
78
struct isns_refresh_s *
refresh_p
;
member in struct:isns_config_s
isns_util.c
104
cfg_p->
refresh_p
= NULL;
150
if (cfg_p->
refresh_p
!= NULL) {
151
if (cfg_p->
refresh_p
->trans_p != NULL)
152
isns_free_trans(cfg_p->
refresh_p
->trans_p);
153
isns_free(cfg_p->
refresh_p
);
isns_task.c
375
if (cfg_p->
refresh_p
!= NULL) {
376
if (cfg_p->
refresh_p
->trans_p != NULL)
377
isns_free_trans(cfg_p->
refresh_p
->trans_p);
378
isns_free(cfg_p->
refresh_p
);
382
cfg_p->
refresh_p
= task_p->var.init_refresh.ref_p;
383
cfg_p->
refresh_p
->trans_p = NULL;
388
EV_ADD | EV_ENABLE, (int64_t)cfg_p->
refresh_p
->interval * 1000,
isns_thread.c
518
ref_p = cfg_p->
refresh_p
;
Completed in 14 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025