Home
last modified time | relevance | path

Searched refs:called (Results 1 - 25 of 71) sorted by relevance

123

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dxdp_metadata2.c11 int called; variable
20 called++; in freplace_rx()
/kernel/linux/linux-6.6/tools/perf/dlfilters/
H A Ddlfilter-test-api-v2.c67 __u8 addr_correlates_sym; /* True => resolve_addr() can be called */
167 static bool called; in start() local
171 CHECK(!filt_dat && !called); in start()
172 called = true; in start()
371 static bool called; in stop() local
375 CHECK(data && filt_dat == data && !called); in stop()
376 called = true; in stop()
H A Ddlfilter-test-api-v0.c61 __u8 addr_correlates_sym; /* True => resolve_addr() can be called */
152 static bool called; in start() local
156 CHECK(!filt_dat && !called); in start()
157 called = true; in start()
352 static bool called; in stop() local
356 CHECK(data && filt_dat == data && !called); in stop()
357 called = true; in stop()
/kernel/linux/linux-5.10/arch/mips/dec/prom/
H A Didentify.c48 static int called = 0; in get_system_type() local
50 if (called == 0) { in get_system_type()
51 called = 1; in get_system_type()
/kernel/linux/linux-6.6/arch/mips/dec/prom/
H A Didentify.c48 static int called = 0; in get_system_type() local
50 if (called == 0) { in get_system_type()
51 called = 1; in get_system_type()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dmvme147.c74 static int called; in mvme147lance_probe() local
81 if (!MACH_IS_MVME147 || called) in mvme147lance_probe()
83 called++; in mvme147lance_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Dmvme147.c74 static int called; in mvme147lance_probe() local
82 if (!MACH_IS_MVME147 || called) in mvme147lance_probe()
84 called++; in mvme147lance_probe()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_hp300.c205 static int called; in hp300_8250_init() local
213 if (called) in hp300_8250_init()
215 called = 1; in hp300_8250_init()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_hp300.c205 static int called; in hp300_8250_init() local
213 if (called) in hp300_8250_init()
215 called = 1; in hp300_8250_init()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A DKconfig.x8633 module will be called pcc-cpufreq.
47 module will be called acpi-cpufreq.
58 The powernow-k8 driver used to provide a sysfs knob called "cpb"
137 module will be called powernow-k8.
182 module will be called speedstep-centrino.
236 module will be called p4-clockmod.
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-ftrace.S22 * mcount can be thought of as a function called in the middle of a subroutine
121 @ called from __ftrace_regs_caller
166 @ called from __ftrace_caller, saved in mcount_enter
170 @ called from __mcount, untouched in lr
H A Dentry-v7m.S48 @ routine called with r0 = irq number, r1 = struct pt_regs *
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-ftrace.S22 * mcount can be thought of as a function called in the middle of a subroutine
122 @ called from __ftrace_regs_caller
172 @ called from __ftrace_caller, saved in mcount_enter
176 @ called from __mcount, untouched in lr
H A Dentry-v7m.S55 @ routine called with r0 = struct pt_regs *
/kernel/linux/linux-6.6/virt/kvm/
H A Dpfncache.c63 bool called; in gfn_to_pfn_cache_invalidate_start() local
73 called = kvm_make_vcpus_request_mask(kvm, req, vcpu_bitmap); in gfn_to_pfn_cache_invalidate_start()
75 WARN_ON_ONCE(called && !may_block); in gfn_to_pfn_cache_invalidate_start()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A DKconfig.x8633 module will be called pcc-cpufreq.
96 module will be called acpi-cpufreq.
107 The powernow-k8 driver used to provide a sysfs knob called "cpb"
176 module will be called powernow-k8.
221 module will be called speedstep-centrino.
275 module will be called p4-clockmod.
/kernel/linux/linux-5.10/net/x25/
H A Daf_x25.c121 char *called, *calling; in x25_addr_ntoa() local
127 called = called_addr->x25_addr; in x25_addr_ntoa()
134 *called++ = ((*p >> 0) & 0x0F) + '0'; in x25_addr_ntoa()
137 *called++ = ((*p >> 4) & 0x0F) + '0'; in x25_addr_ntoa()
149 *called = *calling = '\0'; in x25_addr_ntoa()
158 char *called, *calling; in x25_addr_aton() local
161 called = called_addr->x25_addr; in x25_addr_aton()
164 called_len = strlen(called); in x25_addr_aton()
172 *p |= (*called++ - '0') << 0; in x25_addr_aton()
176 *p |= (*called in x25_addr_aton()
[all...]
/kernel/linux/linux-6.6/net/x25/
H A Daf_x25.c121 char *called, *calling; in x25_addr_ntoa() local
127 called = called_addr->x25_addr; in x25_addr_ntoa()
134 *called++ = ((*p >> 0) & 0x0F) + '0'; in x25_addr_ntoa()
137 *called++ = ((*p >> 4) & 0x0F) + '0'; in x25_addr_ntoa()
149 *called = *calling = '\0'; in x25_addr_ntoa()
158 char *called, *calling; in x25_addr_aton() local
161 called = called_addr->x25_addr; in x25_addr_aton()
164 called_len = strlen(called); in x25_addr_aton()
172 *p |= (*called++ - '0') << 0; in x25_addr_aton()
176 *p |= (*called in x25_addr_aton()
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dentry-common.S262 * Note: When we're first called, the TRA value must be shifted
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dentry-common.S262 * Note: When we're first called, the TRA value must be shifted
/kernel/linux/linux-6.6/rust/kernel/
H A Dtypes.rs37 /// which a previous matching [`ForeignOwnable::from_foreign`] hasn't been called yet.
45 /// which a previous matching [`ForeignOwnable::from_foreign`] hasn't been called yet.
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dget_op.S6 | Description: This routine is called by the unsupported format/data
47 | routine which converts the unnorm to a norm (called mk_norm)
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dget_op.S6 | Description: This routine is called by the unsupported format/data
47 | routine which converts the unnorm to a norm (called mk_norm)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c392 if (bpf_obj2->bss->called) in test_xdp_metadata()
396 ASSERT_GT(bpf_obj2->bss->called, 0, "not called"); in test_xdp_metadata()
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
H A Decard.c114 * This should allow 99% of loaders to be called from Linux.
400 panic("ecard_def_fiq_enable called - impossible"); in ecard_def_fiq_enable()
405 panic("ecard_def_fiq_disable called - impossible"); in ecard_def_fiq_disable()
426 * They are not meant to be called directly, but via enable/disable_irq.
559 int called = 0; in ecard_irq_handler() local
575 called ++; in ecard_irq_handler()
580 if (called == 0) in ecard_irq_handler()

Completed in 14 milliseconds

123