| /kernel/linux/common_modules/container_escape_detection/core/ |
| D | ced_detection.c | 76 struct point_info *point = container_of(node, struct point_info, node); in point_search() local 93 struct point_info *point = NULL; in point_insert() local 124 struct point_info *point = point_search(pid); in point_erase() local 197 … check_tree_and_attribute(pid_t tgid, struct process_info *current_info, struct point_info **point) in check_tree_and_attribute() 314 struct point_info *point = NULL; in detection_hook() local
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| D | trace_preemptirq.c | 27 #define trace(point) trace_##point argument 29 #define trace(point) if (!in_nmi()) trace_##point##_rcuidle argument
|
| /kernel/liteos_m/components/debugtools/ |
| D | los_schedtrace.c | 48 UINT32 point = count % TRACE_NUM; in DefaultShowFormat() local 71 UINT32 point = g_schedCount % TRACE_NUM; in DefaultRecordHandle() local
|
| /kernel/linux/linux-6.6/lib/crypto/mpi/ |
| D | ec.c | 681 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_get_affine() 757 MPI_POINT point, struct mpi_ec_ctx *ctx) in dup_point_weierstrass() 835 MPI_POINT point, struct mpi_ec_ctx *ctx) in dup_point_montgomery() 846 MPI_POINT point, struct mpi_ec_ctx *ctx) in dup_point_edwards() 918 mpi_ec_dup_point(MPI_POINT result, MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_dup_point() 1214 MPI scalar, MPI_POINT point, in mpi_ec_mul_point() 1401 int mpi_ec_curve_point(MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_curve_point()
|
| /kernel/linux/linux-5.10/lib/mpi/ |
| D | ec.c | 681 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_get_affine() 757 MPI_POINT point, struct mpi_ec_ctx *ctx) in dup_point_weierstrass() 835 MPI_POINT point, struct mpi_ec_ctx *ctx) in dup_point_montgomery() 846 MPI_POINT point, struct mpi_ec_ctx *ctx) in dup_point_edwards() 918 mpi_ec_dup_point(MPI_POINT result, MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_dup_point() 1214 MPI scalar, MPI_POINT point, in mpi_ec_mul_point() 1404 int mpi_ec_curve_point(MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_curve_point()
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | probe-event.h | 58 struct probe_trace_point point; /* Trace point */ member 96 struct perf_probe_point point; /* Probe point */ member 123 struct probe_trace_point point; /* Actual probepoint */ member
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | probe-event.h | 59 struct probe_trace_point point; /* Trace point */ member 97 struct perf_probe_point point; /* Probe point */ member 124 struct probe_trace_point point; /* Actual probepoint */ member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| D | drm_syncobj.c | 214 u64 point; member 226 u64 point; member 330 uint64_t point) in drm_syncobj_add_point() 431 u32 handle, u64 point, u64 flags, in drm_syncobj_find_fence() 1637 uint64_t point; in drm_syncobj_query_ioctl() local
|
| /kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
| D | mmu_audit.c | 239 static void __kvm_mmu_audit(struct kvm_vcpu *vcpu, int point) in __kvm_mmu_audit() 251 static inline void kvm_mmu_audit(struct kvm_vcpu *vcpu, int point) in kvm_mmu_audit()
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | f71882fg.c | 92 #define F71882FG_REG_POINT_PWM(pwm, point) (0xAA + (point) + (16 * (pwm))) argument 93 #define F71882FG_REG_POINT_TEMP(pwm, point) (0xA6 + (point) + (16 * (pwm))) argument 1200 int nr, reg, point; in f71882fg_update_device() local 1969 int point = to_sensor_dev_attr_2(devattr)->nr; in show_pwm_auto_point_pwm() local 1990 int point = to_sensor_dev_attr_2(devattr)->nr; in store_pwm_auto_point_pwm() local 2024 int point = to_sensor_dev_attr_2(devattr)->nr; in show_pwm_auto_point_temp_hyst() local 2043 int point = to_sensor_dev_attr_2(devattr)->nr; in store_pwm_auto_point_temp_hyst() local 2169 int point = to_sensor_dev_attr_2(devattr)->nr; in show_pwm_auto_point_temp() local 2181 int point = to_sensor_dev_attr_2(devattr)->nr; in store_pwm_auto_point_temp() local
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| D | f71882fg.c | 94 #define F71882FG_REG_POINT_PWM(pwm, point) (0xAA + (point) + (16 * (pwm))) argument 95 #define F71882FG_REG_POINT_TEMP(pwm, point) (0xA6 + (point) + (16 * (pwm))) argument 343 int nr, reg, point; in f71882fg_update_device() local 1463 int point = to_sensor_dev_attr_2(devattr)->nr; in show_pwm_auto_point_pwm() local 1484 int point = to_sensor_dev_attr_2(devattr)->nr; in store_pwm_auto_point_pwm() local 1518 int point = to_sensor_dev_attr_2(devattr)->nr; in show_pwm_auto_point_temp() local 1530 int point = to_sensor_dev_attr_2(devattr)->nr; in store_pwm_auto_point_temp() local 1559 int point = to_sensor_dev_attr_2(devattr)->nr; in show_pwm_auto_point_temp_hyst() local 1578 int point = to_sensor_dev_attr_2(devattr)->nr; in store_pwm_auto_point_temp_hyst() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_syncobj.c | 208 u64 point; member 288 uint64_t point) in drm_syncobj_add_point() 379 u32 handle, u64 point, u64 flags, in drm_syncobj_find_fence() 1444 uint64_t point; in drm_syncobj_query_ioctl() local
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
| D | eeprom.c | 720 u8 pier, point, idx; in ath5k_eeprom_convert_pcal_info_5111() local 911 unsigned int pier, pdg, point; in ath5k_eeprom_convert_pcal_info_5112() local 1203 unsigned int pier, pdg, point; in ath5k_eeprom_convert_pcal_info_2413() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
| D | eeprom.c | 720 u8 pier, point, idx; in ath5k_eeprom_convert_pcal_info_5111() local 911 unsigned int pier, pdg, point; in ath5k_eeprom_convert_pcal_info_5112() local 1203 unsigned int pier, pdg, point; in ath5k_eeprom_convert_pcal_info_2413() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
| D | intel_bw.c | 42 int point) in dg1_mchbar_read_qgv_point_info() 77 int point) in icl_pcode_read_qgv_point_info() 175 struct intel_qgv_point *sp, int point) in mtl_read_qgv_point_info() 200 int point) in intel_read_qgv_point_info()
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| D | auo-pixcir-ts.c | 139 struct auo_point_t *point) in auo_pixcir_collect_data() 187 struct auo_point_t point[AUO_PIXCIR_REPORT_POINTS]; in auo_pixcir_interrupt() local
|
| D | raspberrypi-ts.c | 56 } point[RPI_TS_MAX_SUPPORTED_POINTS]; member
|
| D | himax_hx83112b.c | 183 const struct himax_event_point *point = &event->points[point_index]; in himax_process_event_point() local
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| D | auo-pixcir-ts.c | 125 struct auo_point_t *point) in auo_pixcir_collect_data() 175 struct auo_point_t point[AUO_PIXCIR_REPORT_POINTS]; in auo_pixcir_interrupt() local
|
| D | raspberrypi-ts.c | 56 } point[RPI_TS_MAX_SUPPORTED_POINTS]; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_cs.h | 46 u64 point; member
|
| /kernel/linux/linux-6.6/drivers/cpufreq/ |
| D | tegra186-cpufreq.c | 191 struct cpufreq_frequency_table *point; in init_vhint_table() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
| D | nouveau_sched.c | 133 u64 point = 0; in sync_find_fence() local
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| D | tegra186-cpufreq.c | 200 struct cpufreq_frequency_table *point; in init_vhint_table() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
| D | wndw.h | 94 int (*point)(struct nv50_wndw *, struct nv50_wndw_atom *); member
|