Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/damon/
H A Ddrgn_dump_damon_status.py155 type_ = dict_['type']
156 if type_ == 'memcg':
158 elif type_ == 'addr':
161 elif type_ == 'target':
163 elif type_ == 'hugeapge_size':
H A Dsysfs.py84 assert_true(filter_.type_ == dump['type'], 'type', dump)
88 if filter_.type_ == 'addr':
91 elif filter_.type_ == 'target':
94 elif filter_.type_ == 'hugepage_size':
247 _damon_sysfs.DamosFilter(type_='addr', matching=True,
252 _damon_sysfs.DamosFilter(type_='anon', matching=True,
H A Dsysfs_no_op_commit_break.py36 type_='anon',
H A D_damon_sysfs.py233 type_ = None variable in DamosFilter
245 def __init__(self, type_='anon', matching=False, allow=False, argument
248 self.type_ = type_
262 err = write_file(os.path.join(self.sysfs_dir(), 'type'), self.type_)
/linux/rust/macros/
H A Dmodule.rs373 type_: Type, in module()
388 type as type_ [required] => input.parse()?, in module()
420 type_, in module()
435 type_, in module()
523 type LocalModule = #type_; in module()
525 impl ::kernel::ModuleMetadata for #type_ { in module()
201 type_: String, global() field
/linux/tools/net/ynl/pyynl/lib/
H A Ddoc_generator.py238 type_ = entry.get("type")
239 if type_:
302 type_ = attr.get("type")
304 if type_:
/linux/rust/kernel/
H A Di2c.rs442 pub const fn new(type_: &'static CStr, addr: u16) -> Self { in new()
443 let src = type_.to_bytes_with_nul(); in new()
448 i2c_board_info.type_[i] = src[i]; in new()
/linux/Documentation/bpf/
H A Ddrgn.rst112 - print(f"{id_:>6}: {type_:32} {name:32} {linked}")
114 + print(f"{id_:>6}: {type_:32} {name:32}")
/linux/drivers/android/binder/
H A Dthread.rs660 let strong = obj.hdr.type_ == BINDER_TYPE_BINDER; in translate_object()
674 let strong = obj.hdr.type_ == BINDER_TYPE_HANDLE; in translate_object()
699 obj_write.hdr.type_ = BINDER_TYPE_FD; in translate_object()
782 obj_write.hdr.type_ = BINDER_TYPE_PTR; in translate_object()
871 obj_write.hdr.type_ = BINDER_TYPE_FDA; in translate_object()
/linux/net/xfrm/
H A Dxfrm_state.c245 WARN_ON((afi)->type_ ## name); \ in xfrm_register_type()
246 (afi)->type_ ## name = (T); \ in xfrm_register_type()
290 WARN_ON((afi)->type_ ## name != (T)); \ in xfrm_unregister_type()
291 (afi)->type_ ## name = NULL; \ in xfrm_unregister_type()
/linux/drivers/gpu/nova-core/gsp/fw/r570_144/
H A Dbindings.rs831 pub type_: u8_, field