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

  /src/sys/arch/hppa/hppa/
lock_stubs.S 229 .export _lock_hash, data
230 _lock_hash: label
247 ldil L%_lock_hash, %r1
249 ldo R%_lock_hash(%r1), %r1
  /src/external/gpl2/lvm2/dist/lib/cache/
lvmcache.c 35 static struct dm_hash_table *_lock_hash = NULL; variable in typeref:struct:dm_hash_table
55 if (!(_lock_hash = dm_hash_create(128)))
222 if (!_lock_hash)
225 dm_hash_iterate(n, _lock_hash) {
226 if (!dm_hash_get_data(_lock_hash, n))
229 vgname2 = dm_hash_get_key(_lock_hash, n);
244 if (!_lock_hash && !lvmcache_init()) {
249 if (dm_hash_lookup(_lock_hash, vgname))
253 if (!dm_hash_insert(_lock_hash, vgname, (void *) 1))
264 if (!_lock_hash)
    [all...]

Completed in 14 milliseconds