/linux/net/tipc/ |
H A D | monitor.c | 90 struct tipc_peer *self; member 272 struct tipc_peer *self = mon->self; in mon_update_local_domain() local 327 struct tipc_peer *self = mon->self; in mon_assign_roles() local 355 struct tipc_peer *self; in tipc_mon_remove_peer() local 393 struct tipc_peer *self = mon->self; in tipc_mon_add_peer() local 425 struct tipc_peer *self = get_self(net, bearer_id); in tipc_mon_peer_up() local 444 struct tipc_peer *self; in tipc_mon_peer_down() local 634 struct tipc_peer *self; in mon_timeout() local 651 struct tipc_peer *self; in tipc_mon_create() local 686 struct tipc_peer *self; in tipc_mon_delete() local
|
/linux/drivers/gpu/nova-core/falcon/hal/ |
H A D | ga102.rs | 102 fn select_core(&self, _falcon: &Falcon<E>, bar: &Bar0) -> Result { in select_core() 107 &self, in signature_reg_fuse_version() 116 fn program_brom(&self, _falcon: &Falcon<E>, bar: &Bar0, params: &FalconBromParams) -> Result { in program_brom()
|
/linux/tools/testing/selftests/exec/ |
H A D | non-regular.c | 52 void setup_link(struct __test_metadata *_metadata, in setup_link() 80 void setup_dir(struct __test_metadata *_metadata, in setup_dir() 95 void setup_node(struct __test_metadata *_metadata, in setup_node() 133 void setup_fifo(struct __test_metadata *_metadata, in setup_fifo()
|
/linux/rust/kernel/ |
H A D | device_id.rs | 170 fn id(&self, index: usize) -> &T::RawType; in id() 173 fn info(&self, index: usize) -> &U; in info() 183 fn id(&self, index: usize) -> &T::RawType { in id() 187 fn info(&self, index: usize) -> &U { in info()
|
H A D | workqueue.rs | 267 pub fn enqueue<W, const ID: u64>(&self, w: W) -> W::EnqueueOutput in enqueue() 300 pub fn enqueue_delayed<W, const ID: u64>(&self, w: W, delay: Jiffies) -> W::EnqueueOutput in enqueue_delayed() 334 pub fn try_spawn<T: 'static + Send + FnOnce()>( in try_spawn() 418 unsafe fn __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput in __enqueue() 853 unsafe fn __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput in __enqueue() 912 unsafe fn __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput in __enqueue()
|
H A D | task.rs | 264 pub fn tgid_nr_ns(&self, pidns: Option<&PidNamespace>) -> Pid { in tgid_nr_ns() 278 pub fn wake_up(&self) { in wake_up() 352 fn inc_ref(&self) { in inc_ref() 396 fn eq(&self, other: &Kuid) -> bool { in eq()
|
/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | scapyPlugin.py | 21 def __init__(self): argument 25 def post_execute(self): argument
|
H A D | rootPlugin.py | 9 def __init__(self): argument 13 def pre_suite(self, testcount, testlist): argument
|
/linux/drivers/gpu/nova-core/ |
H A D | vbios.rs | 60 fn read_more(&mut self, len: usize) -> Result { in read_more() 90 fn read_more_at_offset(&mut self, offset: usize, len: usize) -> Result { in read_more_at_offset() 109 &mut self, in read_bios_image_at_offset() 843 fn get_bit_token(&self, token_id: u8) -> Result<BitToken> { in get_bit_token() 851 fn falcon_data_ptr(&self, pdev: &pci::Device) -> Result<u32> { in falcon_data_ptr() 975 fn lookup_index(&self, idx: u8) -> Result<PmuLookupTableEntry> { in lookup_index() 985 fn find_entry_by_type(&self, entry_type: u8) -> Result<PmuLookupTableEntry> { in find_entry_by_type() 999 &mut self, in setup_falcon_data() 1062 fn build(self, pdev: &pci::Device) -> Result<FwSecBiosImage> { in build() argument 1080 pub(crate) fn header(&self, dev: &device::Device) -> Result<&FalconUCodeDescV3> { in header() [all …]
|
/linux/scripts/crypto/ |
H A D | gen-hash-testvecs.py | 32 def __init__(self, key): argument 40 def update(self, data): argument 49 def digest(self): argument
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | test_hid_core.py | 36 def create_device(self): argument 145 def test_rdesc(self): argument
|
/linux/scripts/gdb/linux/ |
H A D | config.py | 16 def __init__(self): argument 20 def invoke(self, arg, from_tty): argument
|
H A D | vmalloc.py | 25 def __init__(self): argument 28 def invoke(self, arg, from_tty): argument
|
H A D | dmesg.py | 29 def __init__(self): argument 32 def invoke(self, arg, from_tty): argument
|
H A D | stackdepot.py | 71 def __init__(self): argument 75 def invoke(self, args, from_tty): argument
|
H A D | slab.py | 254 def __init__(self): argument 257 def invoke(self, arg, from_tty): argument 320 def __init__(self): argument 323 def invoke(self, arg, from_tty): argument
|
/linux/tools/net/sunrpc/xdrgen/generators/ |
H A D | constant.py | 12 def __init__(self, language: str, peer: str): argument 17 def emit_definition(self, node: _XdrConstant) -> None: argument
|
H A D | source_top.py | 17 def __init__(self, language: str, peer: str): argument 22 def emit_source(self, filename: str, root: Specification) -> None: argument
|
/linux/tools/testing/selftests/turbostat/ |
H A D | added_perf_counters.py | 9 def __init__(self, subsys, event): argument 13 def get_perf_event_name(self): argument 16 def get_turbostat_perf_id(self, counter_scope, counter_type, column_name): argument
|
/linux/rust/macros/ |
H A D | module.rs | 40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base() 78 fn emit_only_builtin(&mut self, field: &str, content: &str) { in emit_only_builtin() 82 fn emit_only_loadable(&mut self, field: &str, content: &str) { in emit_only_loadable() 86 fn emit(&mut self, field: &str, content: &str) { in emit()
|
/linux/rust/kernel/alloc/ |
H A D | kbox.rs | 239 pub fn write(mut self, value: T) -> Box<T, A> { in write() 361 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() 370 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() 569 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 579 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 589 fn drop(&mut self) { in drop()
|
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Core.py | 103 def __init__(self, common_cpu, common_secs, common_nsecs, argument 112 def ts(self): argument 115 def ts_format(self): argument
|
/linux/rust/kernel/fs/ |
H A D | file.rs | 195 fn inc_ref(&self) { in inc_ref() 231 fn inc_ref(&self) { in inc_ref() 421 pub fn fd_install(self, file: ARef<File>) { in fd_install() argument 442 fn drop(&mut self) { in drop() 464 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt()
|
/linux/tools/testing/selftests/net/ |
H A D | so_incoming_cpu.c | 123 int create_server(struct __test_metadata *_metadata, in create_server() 157 void create_servers(struct __test_metadata *_metadata, in create_servers() 178 void create_clients(struct __test_metadata *_metadata, in create_clients() 209 void verify_incoming_cpu(struct __test_metadata *_metadata, in verify_incoming_cpu()
|
/linux/rust/kernel/sync/ |
H A D | completion.rs | 97 pub fn complete_all(&self) { in complete_all() 108 pub fn wait_for_completion(&self) { in wait_for_completion()
|