Searched refs:obj (Results 1 – 10 of 10) sorted by relevance
| /spdk/scripts/ |
| H A D | gdb_macros.py | 105 self.obj = gdb_obj 108 return self.obj['name'] 111 s = "SPDK object of type %s at %s" % (self.type_name, str(self.obj)) 112 s += '\n((%s*) %s)' % (self.type_name, str(self.obj)) 189 return self.obj['subnqn'] 192 return int(self.obj['id']) 195 max_nsid = int(self.obj['max_nsid']) 198 nsptr = (self.obj['ns'] + i).dereference() 248 return int(self.obj['ref']) 251 return self.obj['dev'] [all …]
|
| /spdk/scripts/bpf/ |
| H A D | trace.py | 241 obj = entry.get('object', {}) 243 size=entry.get('size'), object_id=obj.get('id'), 244 object_ptr=obj.get('value'), related=entry.get('related'), 245 time=obj.get('time'), owner=entry.get('owner'), 438 for obj in self._objects: 439 current = obj.annotate(entry) 457 def register_object(self, obj): argument 458 self._objects.append(obj) 555 obj = SPDKObject.Lifetime(begin=dprobe.args['tsc'], 563 obj.properties[prop] = other.args[prop] [all …]
|
| /spdk/module/bdev/daos/ |
| H A D | bdev_daos.c | 64 dfs_obj_t *obj; member 267 if ((rc = dfs_write(ch->dfs, ch->obj, &task->sgl, offset, &task->ev))) { in bdev_daos_writev() 313 if ((rc = dfs_read(ch->dfs, ch->obj, &task->sgl, offset, &task->read_size, &task->ev))) { in bdev_daos_readv() 414 if ((rc = dfs_punch(ch->dfs, ch->obj, offset, nbytes))) { in bdev_daos_unmap() 624 0, NULL, &ch->obj))) { in bdev_daos_io_channel_setup_daos() 638 dfs_release(ch->obj); in bdev_daos_io_channel_setup_daos() 682 if ((rc = dfs_release(ch->obj))) { in bdev_daos_io_channel_destroy_cb() 858 rc = dfs_punch(dch->dfs, dch->obj, new_size_in_byte, DFS_MAX_FSIZE); in bdev_daos_resize()
|
| /spdk/test/common/config/pkgdep/patches/qat/ |
| H A D | 0001-no-vmlinux.patch | |
| /spdk/test/iscsi_tgt/calsoft/ |
| H A D | calsoft.py | 124 json.dump(obj=result, fp=f, indent=2)
|
| /spdk/python/spdk/rpc/ |
| H A D | client.py | 152 obj, idx = json.JSONDecoder().raw_decode(buf) 154 return obj
|
| /spdk/lib/json/ |
| H A D | json_util.c | 363 void *obj) in spdk_json_free_object() argument 374 void *field = (void *)((uintptr_t)obj + dec->offset); in spdk_json_free_object()
|
| /spdk/include/spdk/ |
| H A D | json.h | 152 void *obj);
|
| /spdk/mk/ |
| H A D | spdk.common.mk | 445 $(Q)rm -f *.a *.lib *.o *.obj *.d *.d.tmp *.pdb *.gcno *.gcda
|
| /spdk/doc/ |
| H A D | two.min.js | 73 …:function(a,c,f){var e=this;if(a){var g=function(){f.apply(e,arguments)};g.obj=a;g.name=c;g.callba…
|