Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 25 of 183) sorted by relevance

12345678

/linux-6.15/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c343 gimple assign; in perturb_local_entropy() local
351 update_stmt(assign); in perturb_local_entropy()
357 gimple assign; in __perturb_latent_entropy() local
369 update_stmt(assign); in __perturb_latent_entropy()
375 update_stmt(assign); in __perturb_latent_entropy()
380 update_stmt(assign); in __perturb_latent_entropy()
433 gimple assign, call; in init_local_entropy() local
452 update_stmt(assign); in init_local_entropy()
462 update_stmt(assign); in init_local_entropy()
467 update_stmt(assign); in init_local_entropy()
[all …]
/linux-6.15/include/trace/
H A Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
44 PARAMS(assign), \
54 PARAMS(assign), \
61 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
89 assign, print, reg, unreg) \ argument
91 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
95 assign, print, reg, unreg) \ argument
97 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
427 { assign; } \
435 PARAMS(assign), PARAMS(print)) \
[all …]
H A Dtrace_custom_events.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument
32 PARAMS(assign), \
41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
164 { assign; } \
188 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
H A Dperf.h16 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
51 { assign; } \
65 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
67 PARAMS(assign), PARAMS(print)) \
78 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
80 PARAMS(assign), PARAMS(print)) \
H A Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
36 PARAMS(assign), \
41 assign, print, reg, unreg) \ argument
46 assign, print, reg, unreg) \ argument
50 #define TRACE_EVENT_SYSCALL(name, proto, args, struct, assign, print, reg, unreg) \ argument
54 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
H A Dbpf_probe.h53 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
67 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
H A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
/linux-6.15/drivers/gpu/drm/xe/compat-i915-headers/pxp/
H A Dintel_pxp.h16 static inline int intel_pxp_key_check(struct drm_gem_object *obj, bool assign) in intel_pxp_key_check() argument
23 if (assign) in intel_pxp_key_check()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_sk_assign.c116 goto assign; in handle_udp()
126 assign: in handle_udp()
148 goto assign; in handle_tcp()
165 assign: in handle_tcp()
/linux-6.15/include/linux/
H A Dtracepoint.h592 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
604 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
607 assign, print, reg, unreg) \ argument
610 assign, print, reg, unreg) \ argument
614 struct, assign, print) \ argument
617 #define TRACE_EVENT_SYSCALL(name, proto, args, struct, assign, \ argument
633 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument
636 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
H A Dintel_th.h32 void *(*assign)(struct device *dev, int *mode); member
/linux-6.15/Documentation/arch/x86/x86_64/
H A Dfake-numa-for-cpusets.rst14 assign them to cpusets and their attached tasks. This is a way of limiting the
25 four equal chunks of 512M each that we can now use to assign to cpusets. As
43 Documentation/admin-guide/cgroup-v1/cpusets.rst, you can assign fake nodes (i.e. contiguous memory
56 You can now assign tasks to these cpusets to limit the memory resources
75 This allows for coarse memory management for the tasks you assign to particular
/linux-6.15/Documentation/devicetree/bindings/bus/
H A Dst,stm32mp25-rifsc.yaml20 for peripherals), assign all non-RIF aware peripherals to zero, one or
23 unit), assign all non RIF-aware bus master to one security domain by
26 peripheral can assign target bus attributes to this peripheral master port
29 for address space - Lite version), assign address space subregions to one
/linux-6.15/arch/x86/events/
H A Dcore.c976 if (assign) in perf_assign_events()
1055 if (assign) in x86_schedule_events()
1056 assign[i] = hwc->idx; in x86_schedule_events()
1087 wmax, gpmax, assign); in x86_schedule_events()
1100 if (!unsched && assign) { in x86_schedule_events()
1223 idx = hwc->idx = cpuc->assign[i]; in x86_assign_hw_event()
1454 int assign[X86_PMC_IDX_MAX]; in x86_pmu_add() local
1486 memcpy(cpuc->assign, assign, n*sizeof(int)); in x86_pmu_add()
1662 cpuc->assign[i-1] = cpuc->assign[i]; in x86_pmu_del()
2283 int assign[X86_PMC_IDX_MAX]; in x86_pmu_commit_txn() local
[all …]
/linux-6.15/Documentation/spi/
H A Dspidev.rst122 return (RD) or assign (WR) the SPI transfer mode. Use the constants
131 which will return (RD) or assign (WR) the full SPI transfer mode,
136 which will return (RD) or assign (WR) the bit justification used to
144 a byte which will return (RD) or assign (WR) the number of bits in
149 u32 which will return (RD) or assign (WR) the maximum SPI transfer
150 speed, in Hz. The controller can't necessarily assign that specific
/linux-6.15/scripts/atomic/kerneldoc/
H A Dset5 * @i: ${int} value to assign
H A Dxchg5 * @new: ${int} value to assign
H A Dcmpxchg6 * @new: ${int} value to assign
H A Dtry_cmpxchg6 * @new: ${int} value to assign
/linux-6.15/arch/x86/events/intel/
H A Duncore.c495 if (assign) in uncore_assign_events()
496 assign[i] = hwc->idx; in uncore_assign_events()
501 wmin, wmax, n, assign); in uncore_assign_events()
503 if (!assign || ret) { in uncore_assign_events()
587 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add() local
612 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add()
621 if (hwc->idx == assign[i] && in uncore_pmu_event_add()
622 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add()
639 if (hwc->idx != assign[i] || in uncore_pmu_event_add()
640 hwc->last_tag != box->tags[assign[i]]) in uncore_pmu_event_add()
[all …]
/linux-6.15/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp.h34 int intel_pxp_key_check(struct drm_gem_object *obj, bool assign);
/linux-6.15/drivers/vfio/pci/nvgrace-gpu/
H A DKconfig8 required to assign the GPU device to userspace using KVM/qemu/etc.
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-quackingstick.dtsi126 * a new name and assign the proper GPIO.
141 * a new name and assign the proper GPIO.
/linux-6.15/drivers/net/ethernet/microchip/lan966x/
H A DKconfig21 driver. This can be used to assign priority to traffic, based on
/linux-6.15/Documentation/devicetree/bindings/timer/
H A Djcore,pit.txt11 - interrupts: An interrupt to assign for the timer. The actual pit

12345678