HomeSort by: relevance | last modified time | path
    Searched refs:_mem_pool (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/snapshot/
dmeventd_snapshot.c 45 static struct dm_pool *_mem_pool = NULL; variable in typeref:struct:dm_pool
166 if (!_mem_pool && !(_mem_pool = dm_pool_create("snapshot_dso", 1024)))
174 dm_pool_destroy(_mem_pool);
175 _mem_pool = NULL;
206 dm_pool_destroy(_mem_pool);
207 _mem_pool = NULL;
  /src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/
dmeventd_mirror.c 48 static struct dm_pool *_mem_pool = NULL; variable in typeref:struct:dm_pool
153 if (!dm_split_lvm_name(_mem_pool, device, &vg, &lv, &layer)) {
163 dm_pool_empty(_mem_pool); /* FIXME: not safe with multiple threads */
175 dm_pool_empty(_mem_pool); /* FIXME: not safe with multiple threads */
252 if (!_mem_pool && !(_mem_pool = dm_pool_create("mirror_dso", 1024)))
258 dm_pool_destroy(_mem_pool);
259 _mem_pool = NULL;
290 dm_pool_destroy(_mem_pool);
291 _mem_pool = NULL
    [all...]

Completed in 25 milliseconds