Home
last modified time | relevance | path

Searched refs:self (Results 4301 - 4325 of 4418) sorted by relevance

1...<<171172173174175176177

/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-gic.c710 static int gic_notifier(struct notifier_block *self, unsigned long cmd, void *v) in gic_notifier() argument
829 /* Only one CPU? let's do a self-IPI... */ in gic_ipi_send_mask()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dlib.sh447 if [ "$1" == "self" ] || [ "$1" == "master" ]; then
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh447 if [ "$1" == "self" ] || [ "$1" == "master" ]; then
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh447 if [ "$1" == "self" ] || [ "$1" == "master" ]; then
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh447 if [ "$1" == "self" ] || [ "$1" == "master" ]; then
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.h707 struct task_struct *self,
H A Dtrace_fprobe.c848 static int __tracepoint_probe_module_cb(struct notifier_block *self, in __tracepoint_probe_module_cb() argument
H A Dtrace_uprobe.c1050 typedef bool (*filter_func_t)(struct uprobe_consumer *self,
H A Dftrace.c7484 struct task_struct *self, in ftrace_pid_follow_sched_process_fork()
7491 trace_filter_add_remove_task(pid_list, self, task); in ftrace_pid_follow_sched_process_fork()
7494 trace_filter_add_remove_task(pid_list, self, task); in ftrace_pid_follow_sched_process_fork()
7483 ftrace_pid_follow_sched_process_fork(void *data, struct task_struct *self, struct task_struct *task) ftrace_pid_follow_sched_process_fork() argument
H A Dtrace_events_hist.c957 * assumption being that a self-reference doesn't prevent a trigger
1284 u64 *var_ref_vals, bool self) in resolve_var_refs()
1303 if ((self && var_data != hist_data) || in resolve_var_refs()
1304 (!self && var_data == hist_data)) in resolve_var_refs()
1318 if (self || !hist_field->read_once) in resolve_var_refs()
1283 resolve_var_refs(struct hist_trigger_data *hist_data, void *key, u64 *var_ref_vals, bool self) resolve_var_refs() argument
/kernel/linux/linux-6.6/lib/
H A Ddynamic_debug.c1340 static int ddebug_module_notify(struct notifier_block *self, unsigned long val, in ddebug_module_notify() argument
/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h284 pthread_t self; member
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp907 arguments.push_back(std::move(ref.self())); in Convert()
/third_party/python/Modules/
H A Dsignalmodule.c751 signal_set_wakeup_fd(PyObject *self, PyObject *args, PyObject *kwds) argument
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1953 buf_alloc->s_buf.self.high = shared_buf - hdev->dv_buf_size; in hclge_is_rx_buf_ok()
1954 buf_alloc->s_buf.self.low = buf_alloc->s_buf.self.high in hclge_is_rx_buf_ok()
1958 buf_alloc->s_buf.self.high = aligned_mps + in hclge_is_rx_buf_ok()
1960 buf_alloc->s_buf.self.low = aligned_mps; in hclge_is_rx_buf_ok()
2329 req->com_wl.high = cpu_to_le16(buf->self.high >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
2332 req->com_wl.low = cpu_to_le16(buf->self.low >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
/kernel/linux/linux-5.10/kernel/trace/
H A Dftrace.c7156 struct task_struct *self, in ftrace_pid_follow_sched_process_fork()
7163 trace_filter_add_remove_task(pid_list, self, task); in ftrace_pid_follow_sched_process_fork()
7166 trace_filter_add_remove_task(pid_list, self, task); in ftrace_pid_follow_sched_process_fork()
7155 ftrace_pid_follow_sched_process_fork(void *data, struct task_struct *self, struct task_struct *task) ftrace_pid_follow_sched_process_fork() argument
/kernel/linux/linux-6.6/drivers/pci/
H A Dquirks.c4355 !pci_is_pcie(pdev) && pci_is_pcie(pdev->bus->self) && in quirk_use_pcie_bridge_dma_alias()
4356 pci_pcie_type(pdev->bus->self) != PCI_EXP_TYPE_PCI_BRIDGE) in quirk_use_pcie_bridge_dma_alias()
5750 struct pci_dev *bridge = bus->self; in pci_idt_bus_quirk()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c146 if (!pdev->bus->self) in iwl_trans_pcie_dump_regs()
149 pdev = pdev->bus->self; in iwl_trans_pcie_dump_regs()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dsunhme.c1360 /* BMCR_ANRESTART self clears when the process has begun. */ in happy_meal_begin_auto_negotiation()
2641 struct pci_dev *bdev = pdev->bus->self; in quattro_pci_find()
2902 struct pci_dev *busdev = pdev->bus->self; in is_quattro_p()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c92 if (!pdev->bus->self) in iwl_trans_pcie_dump_regs()
95 pdev = pdev->bus->self; in iwl_trans_pcie_dump_regs()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dite-it6505.c2687 static int it6505_extcon_notifier(struct notifier_block *self, in it6505_extcon_notifier() argument
2690 struct it6505 *it6505 = container_of(self, struct it6505, event_nb); in it6505_extcon_notifier()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1976 buf_alloc->s_buf.self.high = shared_buf - hdev->dv_buf_size; in hclge_is_rx_buf_ok()
1977 buf_alloc->s_buf.self.low = buf_alloc->s_buf.self.high in hclge_is_rx_buf_ok()
1981 buf_alloc->s_buf.self.high = aligned_mps + in hclge_is_rx_buf_ok()
1983 buf_alloc->s_buf.self.low = aligned_mps; in hclge_is_rx_buf_ok()
2351 req->com_wl.high = cpu_to_le16(buf->self.high >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
2354 req->com_wl.low = cpu_to_le16(buf->self.low >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/
H A Dpci.c61 if (dev->devfn != 0 || dev->bus->self != NULL) in fixup_ppc4xx_pci_bridge()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dtraps.c2544 static int trap_pm_notifier(struct notifier_block *self, unsigned long cmd, in trap_pm_notifier() argument
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dipl.c2035 static int on_panic_notify(struct notifier_block *self, in on_panic_notify() argument

Completed in 110 milliseconds

1...<<171172173174175176177