Home
last modified time | relevance | path

Searched refs:single (Results 1 - 25 of 242) sorted by relevance

12345678910

/kernel/linux/linux-6.6/kernel/
H A Dcpu.c55 * @single: Single callback invocation
59 * single entry callback for install/remove
61 * @cb_state: The state for a single callback (install/uninstall)
75 bool single; member
129 int (*single)(unsigned int cpu); member
134 int (*single)(unsigned int cpu); member
155 return bringup ? !step->startup.single : !step->teardown.single; in cpuhp_step_empty()
163 * @node: For multi-instance, do a single entry callback for install/remove
192 cb = bringup ? step->startup.single in cpuhp_invoke_callback()
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dcpu.c52 * @single: Single callback invocation
54 * @cb_state: The state for a single callback (install/uninstall)
67 bool single; member
119 int (*single)(unsigned int cpu); member
124 int (*single)(unsigned int cpu); member
146 * @node: For multi-instance, do a single entry callback for install/remove
164 if (!(bringup ? step->startup.single : step->teardown.single)) in cpuhp_invoke_callback()
172 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback()
[all...]
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A DMakefile13 # No extra code is needed for single-file plugins.
32 plugin-single := $(foreach m, $(GCC_PLUGIN), $(if $($(m:%.so=%-objs)),,$(m)))
33 plugin-multi := $(filter-out $(plugin-single), $(GCC_PLUGIN))
36 targets += $(plugin-single) $(plugin-multi) $(plugin-objs)
39 plugin-single := $(addprefix $(obj)/, $(plugin-single))
46 $(plugin-single): $(obj)/%.so: $(src)/%.c FORCE
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A DMakefile18 # No extra code is needed for single-file plugins.
39 plugin-single := $(foreach m, $(GCC_PLUGIN), $(if $($(m:%.so=%-objs)),,$(m)))
40 plugin-multi := $(filter-out $(plugin-single), $(GCC_PLUGIN))
43 targets += $(plugin-single) $(plugin-multi) $(plugin-objs)
46 plugin-single := $(addprefix $(obj)/, $(plugin-single))
53 $(plugin-single): $(obj)/%.so: $(src)/%.c FORCE
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Delf.c31 * @single: The program being loaded needs an FPU but it will only issue
32 * single precision instructions meaning that it can execute in
52 bool single; member
220 prog_req.single = interp_req.single && prog_req.single; in arch_check_elf()
239 * preferred by the hardware. Next, if we only use single-precision in arch_check_elf()
241 * (ie single + any ABI combination), we set again the FPU mode to the in arch_check_elf()
243 * will only use single-precision instructions, shown by single bein in arch_check_elf()
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Delf.c31 * @single: The program being loaded needs an FPU but it will only issue
32 * single precision instructions meaning that it can execute in
52 bool single; member
220 prog_req.single = interp_req.single && prog_req.single; in arch_check_elf()
239 * preferred by the hardware. Next, if we only use single-precision in arch_check_elf()
241 * (ie single + any ABI combination), we set again the FPU mode to the in arch_check_elf()
243 * will only use single-precision instructions, shown by single bein in arch_check_elf()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_deps.c38 if (deps->fences != &deps->single) in i915_deps_reset_fences()
42 deps->fences = &deps->single; in i915_deps_reset_fences()
71 if (deps->fences != &deps->single) in i915_deps_fini()
92 if (new_fences != &deps->single) in i915_deps_grow()
/kernel/linux/linux-6.6/samples/rust/hostprogs/
H A DMakefile3 hostprogs-always-y := single
5 single-rust := y
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dbq27xxx_battery_i2c.c29 bool single) in bq27xxx_battery_i2c_read()
46 if (single) in bq27xxx_battery_i2c_read()
55 if (!single) in bq27xxx_battery_i2c_read()
64 int value, bool single) in bq27xxx_battery_i2c_write()
75 if (single) { in bq27xxx_battery_i2c_write()
28 bq27xxx_battery_i2c_read(struct bq27xxx_device_info *di, u8 reg, bool single) bq27xxx_battery_i2c_read() argument
63 bq27xxx_battery_i2c_write(struct bq27xxx_device_info *di, u8 reg, int value, bool single) bq27xxx_battery_i2c_write() argument
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dbq27xxx_battery_i2c.c29 bool single) in bq27xxx_battery_i2c_read()
46 if (single) in bq27xxx_battery_i2c_read()
55 if (!single) in bq27xxx_battery_i2c_read()
64 int value, bool single) in bq27xxx_battery_i2c_write()
75 if (single) { in bq27xxx_battery_i2c_write()
28 bq27xxx_battery_i2c_read(struct bq27xxx_device_info *di, u8 reg, bool single) bq27xxx_battery_i2c_read() argument
63 bq27xxx_battery_i2c_write(struct bq27xxx_device_info *di, u8 reg, int value, bool single) bq27xxx_battery_i2c_write() argument
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsun4d_smp.c185 int single; member
202 work->single = work->msk = work->resched = 0; in smp4d_ipi_init()
210 if (work->single) { in sun4d_ipi_interrupt()
211 work->single = 0; in sun4d_ipi_interrupt()
242 work->single = 1; in sun4d_ipi_single()
396 .single = sun4d_ipi_single,
H A Dleon_smp.c262 int single; member
299 work->single = work->msk = work->resched = 0; in leon_ipi_init()
315 work->single = 1; in leon_ipi_single()
347 if (work->single) { in leonsmp_ipi_interrupt()
348 work->single = 0; in leonsmp_ipi_interrupt()
458 .single = leon_ipi_single,
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dleon_smp.c262 int single; member
299 work->single = work->msk = work->resched = 0; in leon_ipi_init()
315 work->single = 1; in leon_ipi_single()
347 if (work->single) { in leonsmp_ipi_interrupt()
348 work->single = 0; in leonsmp_ipi_interrupt()
460 .single = leon_ipi_single,
H A Dsun4d_smp.c185 int single; member
202 work->single = work->msk = work->resched = 0; in smp4d_ipi_init()
210 if (work->single) { in sun4d_ipi_interrupt()
211 work->single = 0; in sun4d_ipi_interrupt()
242 work->single = 1; in sun4d_ipi_single()
398 .single = sun4d_ipi_single,
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c301 fake_huge_pages_object(struct drm_i915_private *i915, u64 size, bool single) in fake_huge_pages_object() argument
321 if (single) in fake_huge_pages_object()
387 int i, j, single; in igt_mock_exhaust_device_supported_pages() local
405 for (single = 0; single <= 1; ++single) { in igt_mock_exhaust_device_supported_pages()
406 obj = fake_huge_pages_object(i915, combination, !!single); in igt_mock_exhaust_device_supported_pages()
669 bool single = false; in igt_mock_ppgtt_huge_fill() local
681 obj = fake_huge_pages_object(i915, size, single); in igt_mock_ppgtt_huge_fill()
761 pr_err("gtt=%u, expected=%u, size=%zd, single in igt_mock_ppgtt_huge_fill()
848 int i, single; igt_mock_ppgtt_64K() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c73 fprintf(stderr, "Usage: %s [--iface <iface>|--prog <prog_id>] [--mss4 <mss ipv4> --mss6 <mss ipv6> --wscale <wscale> --ttl <ttl>] [--ports <port1>,<port2>,...] [--single] [--tc]\n", in usage()
92 __u64 *tcpipopts, char **ports, bool *single, bool *tc) in parse_options()
103 { "single", no_argument, NULL, 's' }, in parse_options()
118 *single = false; in parse_options()
162 *single = true; in parse_options()
368 bool single; in main() local
373 &single, &tc); in main()
439 if ((ports || tcpipopts) && attached_prog_id == 0 && !single) in main()
457 if (single) { in main()
91 parse_options(int argc, char *argv[], unsigned int *ifindex, __u32 *prog_id, __u64 *tcpipopts, char **ports, bool *single, bool *tc) parse_options() argument
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Drestrict.c112 const struct asymmetric_key_id *single) in match_either_id()
114 return (asymmetric_key_id_same(pair->id[0], single) || in match_either_id()
115 asymmetric_key_id_same(pair->id[1], single)); in match_either_id()
111 match_either_id(const struct asymmetric_key_ids *pair, const struct asymmetric_key_id *single) match_either_id() argument
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h112 * + single master mode means no use of repeated starts
114 * Default is single master.
119 * + single master means remember memory address between i2c packets
121 * Default is single master, DAP FASI changes multi-master setting silently
122 * into single master setting. This cannot be overridden.
134 * Comments about DRXDAP_MAX_WCHUNKSIZE in single or multi master mode and
139 * In single master mode, data can be written by sending the register address
146 * Data in single master mode is transferred as follows:
170 * | single | multi | single | mult
[all...]
/kernel/linux/linux-5.10/include/linux/power/
H A Dbq27xxx_battery.h42 int (*read)(struct bq27xxx_device_info *di, u8 reg, bool single);
43 int (*write)(struct bq27xxx_device_info *di, u8 reg, int value, bool single);
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h112 * + single master mode means no use of repeated starts
114 * Default is single master.
119 * + single master means remember memory address between i2c packets
121 * Default is single master, DAP FASI changes multi-master setting silently
122 * into single master setting. This cannot be overridden.
134 * Comments about DRXDAP_MAX_WCHUNKSIZE in single or multi master mode and
139 * In single master mode, data can be written by sending the register address
146 * Data in single master mode is transferred as follows:
170 * | single | multi | single | mult
[all...]
/kernel/linux/linux-6.6/include/linux/power/
H A Dbq27xxx_battery.h43 int (*read)(struct bq27xxx_device_info *di, u8 reg, bool single);
44 int (*write)(struct bq27xxx_device_info *di, u8 reg, int value, bool single);
/kernel/linux/linux-5.10/tools/scripts/
H A Dutilities.mak23 # single space each newline character in the output
51 # single-quotes, so be wary of the characters
67 # delimited by shell single-quotes, so be wary
84 # single-quotes.
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
119 # to render the text as a single line; when the shell
/kernel/linux/linux-6.6/tools/scripts/
H A Dutilities.mak23 # single space each newline character in the output
51 # single-quotes, so be wary of the characters
67 # delimited by shell single-quotes, so be wary
84 # single-quotes.
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
119 # to render the text as a single line; when the shell
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Drestrict.c196 const struct asymmetric_key_id *single) in match_either_id()
198 return (asymmetric_key_id_same(pair[0], single) || in match_either_id()
199 asymmetric_key_id_same(pair[1], single)); in match_either_id()
195 match_either_id(const struct asymmetric_key_id **pair, const struct asymmetric_key_id *single) match_either_id() argument
/kernel/linux/linux-6.6/
H A DMakefile96 # make-4.0 (and later) keep single letter options in the 1st word of MAKEFLAGS.
286 single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %.symtypes %/
293 single-build :=
326 # We cannot build single targets and the others at the same time
327 ifneq ($(filter $(single-targets), $(MAKECMDGOALS)),)
328 single-build := 1
329 ifneq ($(filter-out $(single-targets), $(MAKECMDGOALS)),)
1863 modpost: $(if $(single-build),, $(if $(KBUILD_BUILTIN), vmlinux.o)) \
1873 # The supported suffixes for single-target are listed in 'single
[all...]

Completed in 28 milliseconds

12345678910