Home
last modified time | relevance | path

Searched refs:fsync_high_avail_files (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_db.h292 IN boolean_t fsync_high_avail_files);
H A Dosm_subnet.h336 boolean_t fsync_high_avail_files; member
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_db_files.c466 IN boolean_t fsync_high_avail_files) in osm_db_store() argument
505 if (fsync_high_avail_files) { in osm_db_store()
H A Dosm_state_mgr.c1699 osm_db_store(sm->p_subn->p_g2m, sm->p_subn->opt.fsync_high_avail_files); in do_sweep()
1701 sm->p_subn->opt.fsync_high_avail_files); in do_sweep()
H A Dosm_subnet.c848 { "fsync_high_avail_files", OPT_OFFSET(fsync_high_avail_files), opts_parse_boolean, NULL, 1 },
1587 p_opt->fsync_high_avail_files = TRUE; in osm_subn_set_default_opt()
2682 p_opts->fsync_high_avail_files ? "TRUE" : "FALSE"); in osm_subn_output_conf()
H A Dosm_lid_mgr.c1247 osm_db_store(p_mgr->p_g2l, p_mgr->p_subn->opt.fsync_high_avail_files); in osm_lid_mgr_process_subnet()
H A Dosm_sa.c581 if (p_osm->subn.opt.fsync_high_avail_files) { in opensm_dump_to_file()