/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | gpio.c | 60 static int gb_gpio_activate_operation(struct gb_gpio_controller *ggc, u8 which) in gb_gpio_activate_operation() argument 70 request.which = which; in gb_gpio_activate_operation() 78 ggc->lines[which].active = true; in gb_gpio_activate_operation() 84 u8 which) in gb_gpio_deactivate_operation() 91 request.which = which; in gb_gpio_deactivate_operation() 95 dev_err(dev, "failed to deactivate gpio %u\n", which); in gb_gpio_deactivate_operation() 99 ggc->lines[which].active = false; in gb_gpio_deactivate_operation() 106 u8 which) in gb_gpio_get_direction_operation() 83 gb_gpio_deactivate_operation(struct gb_gpio_controller *ggc, u8 which) gb_gpio_deactivate_operation() argument 105 gb_gpio_get_direction_operation(struct gb_gpio_controller *ggc, u8 which) gb_gpio_get_direction_operation() argument 130 gb_gpio_direction_in_operation(struct gb_gpio_controller *ggc, u8 which) gb_gpio_direction_in_operation() argument 144 gb_gpio_direction_out_operation(struct gb_gpio_controller *ggc, u8 which, bool value_high) gb_gpio_direction_out_operation() argument 159 gb_gpio_get_value_operation(struct gb_gpio_controller *ggc, u8 which) gb_gpio_get_value_operation() argument 186 gb_gpio_set_value_operation(struct gb_gpio_controller *ggc, u8 which, bool value_high) gb_gpio_set_value_operation() argument 211 gb_gpio_set_debounce_operation(struct gb_gpio_controller *ggc, u8 which, u16 debounce_usec) gb_gpio_set_debounce_operation() argument 421 u8 which; gb_gpio_get_direction() local 450 u8 which; gb_gpio_get() local [all...] |
H A D | pwm.c | 42 u8 which) in gb_pwm_activate_operation() 48 if (which > pwmc->pwm_max) in gb_pwm_activate_operation() 51 request.which = which; in gb_pwm_activate_operation() 67 u8 which) in gb_pwm_deactivate_operation() 73 if (which > pwmc->pwm_max) in gb_pwm_deactivate_operation() 76 request.which = which; in gb_pwm_deactivate_operation() 92 u8 which, u32 duty, u32 period) in gb_pwm_config_operation() 98 if (which > pwm in gb_pwm_config_operation() 41 gb_pwm_activate_operation(struct gb_pwm_chip *pwmc, u8 which) gb_pwm_activate_operation() argument 66 gb_pwm_deactivate_operation(struct gb_pwm_chip *pwmc, u8 which) gb_pwm_deactivate_operation() argument 91 gb_pwm_config_operation(struct gb_pwm_chip *pwmc, u8 which, u32 duty, u32 period) gb_pwm_config_operation() argument 118 gb_pwm_set_polarity_operation(struct gb_pwm_chip *pwmc, u8 which, u8 polarity) gb_pwm_set_polarity_operation() argument 144 gb_pwm_enable_operation(struct gb_pwm_chip *pwmc, u8 which) gb_pwm_enable_operation() argument 169 gb_pwm_disable_operation(struct gb_pwm_chip *pwmc, u8 which) gb_pwm_disable_operation() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | gpio.c | 67 static int gb_gpio_activate_operation(struct gb_gpio_controller *ggc, u8 which) in gb_gpio_activate_operation() argument 77 request.which = which; in gb_gpio_activate_operation() 85 ggc->lines[which].active = true; in gb_gpio_activate_operation() 91 u8 which) in gb_gpio_deactivate_operation() 98 request.which = which; in gb_gpio_deactivate_operation() 102 dev_err(dev, "failed to deactivate gpio %u\n", which); in gb_gpio_deactivate_operation() 106 ggc->lines[which].active = false; in gb_gpio_deactivate_operation() 113 u8 which) in gb_gpio_get_direction_operation() 90 gb_gpio_deactivate_operation(struct gb_gpio_controller *ggc, u8 which) gb_gpio_deactivate_operation() argument 112 gb_gpio_get_direction_operation(struct gb_gpio_controller *ggc, u8 which) gb_gpio_get_direction_operation() argument 137 gb_gpio_direction_in_operation(struct gb_gpio_controller *ggc, u8 which) gb_gpio_direction_in_operation() argument 151 gb_gpio_direction_out_operation(struct gb_gpio_controller *ggc, u8 which, bool value_high) gb_gpio_direction_out_operation() argument 166 gb_gpio_get_value_operation(struct gb_gpio_controller *ggc, u8 which) gb_gpio_get_value_operation() argument 193 gb_gpio_set_value_operation(struct gb_gpio_controller *ggc, u8 which, bool value_high) gb_gpio_set_value_operation() argument 218 gb_gpio_set_debounce_operation(struct gb_gpio_controller *ggc, u8 which, u16 debounce_usec) gb_gpio_set_debounce_operation() argument 425 u8 which; gb_gpio_get_direction() local 454 u8 which; gb_gpio_get() local [all...] |
H A D | pwm.c | 43 u8 which) in gb_pwm_activate_operation() 49 if (which > pwmc->pwm_max) in gb_pwm_activate_operation() 52 request.which = which; in gb_pwm_activate_operation() 68 u8 which) in gb_pwm_deactivate_operation() 74 if (which > pwmc->pwm_max) in gb_pwm_deactivate_operation() 77 request.which = which; in gb_pwm_deactivate_operation() 93 u8 which, u32 duty, u32 period) in gb_pwm_config_operation() 99 if (which > pwm in gb_pwm_config_operation() 42 gb_pwm_activate_operation(struct gb_pwm_chip *pwmc, u8 which) gb_pwm_activate_operation() argument 67 gb_pwm_deactivate_operation(struct gb_pwm_chip *pwmc, u8 which) gb_pwm_deactivate_operation() argument 92 gb_pwm_config_operation(struct gb_pwm_chip *pwmc, u8 which, u32 duty, u32 period) gb_pwm_config_operation() argument 119 gb_pwm_set_polarity_operation(struct gb_pwm_chip *pwmc, u8 which, u8 polarity) gb_pwm_set_polarity_operation() argument 145 gb_pwm_enable_operation(struct gb_pwm_chip *pwmc, u8 which) gb_pwm_enable_operation() argument 170 gb_pwm_disable_operation(struct gb_pwm_chip *pwmc, u8 which) gb_pwm_disable_operation() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 77 static int check_itimer(int which) in check_itimer() argument 87 if (which == ITIMER_VIRTUAL) in check_itimer() 89 else if (which == ITIMER_PROF) in check_itimer() 91 else if (which == ITIMER_REAL) in check_itimer() 98 if (which == ITIMER_VIRTUAL) in check_itimer() 100 else if (which == ITIMER_PROF) in check_itimer() 102 else if (which == ITIMER_REAL) in check_itimer() 111 err = setitimer(which, &val, NULL); in check_itimer() 117 if (which == ITIMER_VIRTUAL) in check_itimer() 119 else if (which in check_itimer() 138 check_timer_create(int which) check_timer_create() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 77 static int check_itimer(int which) in check_itimer() argument 87 if (which == ITIMER_VIRTUAL) in check_itimer() 89 else if (which == ITIMER_PROF) in check_itimer() 91 else if (which == ITIMER_REAL) in check_itimer() 98 if (which == ITIMER_VIRTUAL) in check_itimer() 100 else if (which == ITIMER_PROF) in check_itimer() 102 else if (which == ITIMER_REAL) in check_itimer() 111 err = setitimer(which, &val, NULL); in check_itimer() 117 if (which == ITIMER_VIRTUAL) in check_itimer() 119 else if (which in check_itimer() 138 check_timer_create(int which) check_timer_create() argument [all...] |
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/ |
H A D | riscv_bits.h | 62 #define __RV_EXTRACT_FIELD(val, which) (((val) & (which)) / ((which) & ~((which)-1))) 63 #define __RV_INSERT_FIELD(val, which, fieldval) (((val) & ~(which)) | ((fieldval) * ((which) & ~((which)-1))))
|
/kernel/linux/linux-5.10/arch/alpha/oprofile/ |
H A D | op_model_ev67.c | 79 /* CTR is a counter for which the user has requested an interrupt count 89 /* ProfileMe conditions which will show up as counters. We can also 143 ev67_handle_interrupt(unsigned long which, struct pt_regs *regs, in ev67_handle_interrupt() argument 197 oprofile_add_pc(regs->pc, kern, which); in ev67_handle_interrupt() 199 op_add_pm(regs->pc, kern, which, in ev67_handle_interrupt() 206 op_add_pm(pmpc, kern, which, ctr, in ev67_handle_interrupt() 213 op_add_pm(pmpc, kern, which, ctr, PM_DTB_MISS); in ev67_handle_interrupt() 216 op_add_pm(pmpc, kern, which, ctr, PM_UNALIGNED); in ev67_handle_interrupt() 236 op_add_pm(pmpc, kern, which, ctr, PM_MISPREDICT); in ev67_handle_interrupt() 240 oprofile_add_pc(pmpc, kern, which); in ev67_handle_interrupt() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-isp.c | 63 unsigned int pad, u32 which) in rkisp1_isp_get_pad_fmt() 69 if (which == V4L2_SUBDEV_FORMAT_TRY) in rkisp1_isp_get_pad_fmt() 78 unsigned int pad, u32 which) in rkisp1_isp_get_pad_crop() 84 if (which == V4L2_SUBDEV_FORMAT_TRY) in rkisp1_isp_get_pad_crop() 501 unsigned int which) in rkisp1_isp_set_src_fmt() 511 RKISP1_ISP_PAD_SINK_VIDEO, which); in rkisp1_isp_set_src_fmt() 513 RKISP1_ISP_PAD_SOURCE_VIDEO, which); in rkisp1_isp_set_src_fmt() 515 RKISP1_ISP_PAD_SOURCE_VIDEO, which); in rkisp1_isp_set_src_fmt() 600 if (which == V4L2_SUBDEV_FORMAT_ACTIVE) in rkisp1_isp_set_src_fmt() 606 struct v4l2_rect *r, unsigned int which) in rkisp1_isp_set_src_crop() 61 rkisp1_isp_get_pad_fmt(struct rkisp1_isp *isp, struct v4l2_subdev_state *sd_state, unsigned int pad, u32 which) rkisp1_isp_get_pad_fmt() argument 76 rkisp1_isp_get_pad_crop(struct rkisp1_isp *isp, struct v4l2_subdev_state *sd_state, unsigned int pad, u32 which) rkisp1_isp_get_pad_crop() argument 498 rkisp1_isp_set_src_fmt(struct rkisp1_isp *isp, struct v4l2_subdev_state *sd_state, struct v4l2_mbus_framefmt *format, unsigned int which) rkisp1_isp_set_src_fmt() argument 604 rkisp1_isp_set_src_crop(struct rkisp1_isp *isp, struct v4l2_subdev_state *sd_state, struct v4l2_rect *r, unsigned int which) rkisp1_isp_set_src_crop() argument 633 rkisp1_isp_set_sink_crop(struct rkisp1_isp *isp, struct v4l2_subdev_state *sd_state, struct v4l2_rect *r, unsigned int which) rkisp1_isp_set_sink_crop() argument 661 rkisp1_isp_set_sink_fmt(struct rkisp1_isp *isp, struct v4l2_subdev_state *sd_state, struct v4l2_mbus_framefmt *format, unsigned int which) rkisp1_isp_set_sink_fmt() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | osd_client.h | 469 unsigned int which, u16 opcode, u32 flags); 472 unsigned int which, 478 unsigned int which, u16 opcode, 482 unsigned int which, u64 length); 484 unsigned int which, u64 offset_inc); 488 unsigned int which); 491 unsigned int which, 496 unsigned int which, 500 unsigned int which, 505 unsigned int which, [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | tailcall6.c | 13 int count, which; variable 19 if (__builtin_constant_p(which)) in classifier_0() 21 bpf_tail_call(skb, &jmp_table, which); in classifier_0() 28 if (__builtin_constant_p(which)) in entry() 30 bpf_tail_call(skb, &jmp_table, which); in entry()
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | av7110_ipack.c | 18 p->which = 0; in av7110_ipack_reset() 228 p->which = 0; in av7110_ipack_instant_repack() 286 if (p->mpeg == 1 && p->which < 2000) { in av7110_ipack_instant_repack() 293 while (!p->which && c < count && in av7110_ipack_instant_repack() 305 if ((p->check & 0xc0) == 0x40 && !p->which) { in av7110_ipack_instant_repack() 312 p->which = 1; in av7110_ipack_instant_repack() 320 p->which = 2; in av7110_ipack_instant_repack() 325 if (p->which == 1) { in av7110_ipack_instant_repack() 331 p->which = 2; in av7110_ipack_instant_repack() 339 p->which in av7110_ipack_instant_repack() [all...] |
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | osd_client.h | 411 unsigned int which, u16 opcode, u32 flags); 414 unsigned int which, 420 unsigned int which, u16 opcode, 424 unsigned int which, u64 length); 426 unsigned int which, u64 offset_inc); 430 unsigned int which); 433 unsigned int which, 438 unsigned int which, 442 unsigned int which, 447 unsigned int which, [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | av7110_ipack.c | 18 p->which = 0; in av7110_ipack_reset() 228 p->which = 0; in av7110_ipack_instant_repack() 286 if (p->mpeg == 1 && p->which < 2000) { in av7110_ipack_instant_repack() 293 while (!p->which && c < count && in av7110_ipack_instant_repack() 305 if ((p->check & 0xc0) == 0x40 && !p->which) { in av7110_ipack_instant_repack() 312 p->which = 1; in av7110_ipack_instant_repack() 320 p->which = 2; in av7110_ipack_instant_repack() 325 if (p->which == 1) { in av7110_ipack_instant_repack() 331 p->which = 2; in av7110_ipack_instant_repack() 339 p->which in av7110_ipack_instant_repack() [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | v4l2-subdev.h | 32 * @which: format type (from enum v4l2_subdev_format_whence) 39 __u32 which; member 48 * @which: format type (from enum v4l2_subdev_format_whence) 55 __u32 which; member 73 * @which: format type (from enum v4l2_subdev_format_whence) 82 __u32 which; member 97 * @which: format type (from enum v4l2_subdev_format_whence) 109 __u32 which; member 136 * @which: format type (from enum v4l2_subdev_format_whence) 147 __u32 which; member 169 __u32 which; global() member 230 __u32 which; global() member [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | v4l2-subdev.h | 30 __u32 which; member 37 __u32 which; member 52 __u32 which; member 65 __u32 which; member 82 __u32 which; member 87 __u32 which; member 135 * @which: configuration type (from enum v4l2_subdev_format_whence) 141 __u32 which; member 150 * set (which is the default), the 'stream' fields will be forced to 0 by the
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | timer.h | 231 * @now: pointer to variable which contains current time of the 303 * @which: name of the interval timer 310 TP_PROTO(int which, const struct itimerspec64 *const value, 313 TP_ARGS(which, value, expires), 316 __field( int, which ) 325 __entry->which = which; 333 TP_printk("which=%d expires=%llu it_value=%ld.%06ld it_interval=%ld.%06ld", 334 __entry->which, __entry->expires, 341 * @which [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | timer.h | 234 * @now: pointer to variable which contains current time of the 306 * @which: name of the interval timer 313 TP_PROTO(int which, const struct itimerspec64 *const value, 316 TP_ARGS(which, value, expires), 319 __field( int, which ) 328 __entry->which = which; 336 TP_printk("which=%d expires=%llu it_value=%ld.%06ld it_interval=%ld.%06ld", 337 __entry->which, __entry->expires, 344 * @which [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_subdev.c | 235 u32 which, uint32_t pad, in atomisp_subdev_get_rect() 240 if (which == V4L2_SUBDEV_FORMAT_TRY) { in atomisp_subdev_get_rect() 261 struct v4l2_subdev_state *sd_state, uint32_t which, in atomisp_subdev_get_ffmt() 266 if (which == V4L2_SUBDEV_FORMAT_TRY) in atomisp_subdev_get_ffmt() 274 uint32_t which, in isp_get_fmt_rect() 282 ffmt[i] = atomisp_subdev_get_ffmt(sd, sd_state, which, i); in isp_get_fmt_rect() 283 crop[i] = atomisp_subdev_get_rect(sd, sd_state, which, i, in isp_get_fmt_rect() 285 comp[i] = atomisp_subdev_get_rect(sd, sd_state, which, i, in isp_get_fmt_rect() 292 u32 which, uint32_t pad, uint32_t target, in isp_subdev_propagate() 302 isp_get_fmt_rect(sd, sd_state, which, ffm in isp_subdev_propagate() 233 atomisp_subdev_get_rect(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, u32 which, uint32_t pad, uint32_t target) atomisp_subdev_get_rect() argument 260 atomisp_subdev_get_ffmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, uint32_t which, uint32_t pad) atomisp_subdev_get_ffmt() argument 272 isp_get_fmt_rect(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, uint32_t which, struct v4l2_mbus_framefmt **ffmt, struct v4l2_rect *crop[ATOMISP_SUBDEV_PADS_NUM], struct v4l2_rect *comp[ATOMISP_SUBDEV_PADS_NUM]) isp_get_fmt_rect() argument 290 isp_subdev_propagate(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, u32 which, uint32_t pad, uint32_t target, uint32_t flags) isp_subdev_propagate() argument 350 atomisp_subdev_set_selection(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, u32 which, uint32_t pad, uint32_t target, u32 flags, struct v4l2_rect *r) atomisp_subdev_set_selection() argument 525 atomisp_subdev_set_ffmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, uint32_t which, u32 pad, struct v4l2_mbus_framefmt *ffmt) atomisp_subdev_set_ffmt() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe.c | 763 * @pad: pad from which format is requested 764 * @which: TRY or ACTIVE format 772 enum v4l2_subdev_format_whence which) in __vfe_get_format() 774 if (which == V4L2_SUBDEV_FORMAT_TRY) in __vfe_get_format() 785 * @which: TRY or ACTIVE format 792 enum v4l2_subdev_format_whence which) in __vfe_get_compose() 794 if (which == V4L2_SUBDEV_FORMAT_TRY) in __vfe_get_compose() 805 * @which: TRY or ACTIVE format 812 enum v4l2_subdev_format_whence which) in __vfe_get_crop() 814 if (which in __vfe_get_crop() 769 __vfe_get_format(struct vfe_line *line, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) __vfe_get_format() argument 790 __vfe_get_compose(struct vfe_line *line, struct v4l2_subdev_state *sd_state, enum v4l2_subdev_format_whence which) __vfe_get_compose() argument 810 __vfe_get_crop(struct vfe_line *line, struct v4l2_subdev_state *sd_state, enum v4l2_subdev_format_whence which) __vfe_get_crop() argument 829 vfe_try_format(struct vfe_line *line, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) vfe_try_format() argument 889 vfe_try_compose(struct vfe_line *line, struct v4l2_subdev_state *sd_state, struct v4l2_rect *rect, enum v4l2_subdev_format_whence which) vfe_try_compose() argument 928 vfe_try_crop(struct vfe_line *line, struct v4l2_subdev_state *sd_state, struct v4l2_rect *rect, enum v4l2_subdev_format_whence which) vfe_try_crop() argument [all...] |
/kernel/linux/linux-5.10/tools/power/cpupower/lib/ |
H A D | cpuidle.c | 113 /* read access to files which contain one numeric value */ 135 enum idlestate_value which) in cpuidle_state_get_one_value() 142 if (which >= MAX_IDLESTATE_VALUE_FILES) in cpuidle_state_get_one_value() 146 idlestate_value_files[which], in cpuidle_state_get_one_value() 159 /* read access to files which contain one string */ 175 enum idlestate_string which) in cpuidle_state_get_one_string() 181 if (which >= MAX_IDLESTATE_STRING_FILES) in cpuidle_state_get_one_string() 185 idlestate_string_files[which], in cpuidle_state_get_one_string() 326 /* read access to files which contain one string */ 342 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) in sysfs_cpuidle_get_one_string() argument 133 cpuidle_state_get_one_value(unsigned int cpu, unsigned int idlestate, enum idlestate_value which) cpuidle_state_get_one_value() argument 173 cpuidle_state_get_one_string(unsigned int cpu, unsigned int idlestate, enum idlestate_string which) cpuidle_state_get_one_string() argument [all...] |
/kernel/linux/linux-6.6/tools/power/cpupower/lib/ |
H A D | cpuidle.c | 113 /* read access to files which contain one numeric value */ 135 enum idlestate_value which) in cpuidle_state_get_one_value() 142 if (which >= MAX_IDLESTATE_VALUE_FILES) in cpuidle_state_get_one_value() 146 idlestate_value_files[which], in cpuidle_state_get_one_value() 159 /* read access to files which contain one string */ 175 enum idlestate_string which) in cpuidle_state_get_one_string() 181 if (which >= MAX_IDLESTATE_STRING_FILES) in cpuidle_state_get_one_string() 185 idlestate_string_files[which], in cpuidle_state_get_one_string() 326 /* read access to files which contain one string */ 342 static char *sysfs_cpuidle_get_one_string(enum cpuidle_string which) in sysfs_cpuidle_get_one_string() argument 133 cpuidle_state_get_one_value(unsigned int cpu, unsigned int idlestate, enum idlestate_value which) cpuidle_state_get_one_value() argument 173 cpuidle_state_get_one_string(unsigned int cpu, unsigned int idlestate, enum idlestate_string which) cpuidle_state_get_one_string() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | skmsg.h | 166 #define sk_msg_iter_prev(msg, which) \ 167 sk_msg_iter_var_prev(msg->sg.which) 169 #define sk_msg_iter_next(msg, which) \ 170 sk_msg_iter_var_next(msg->sg.which) 185 int which, u32 size) in sk_msg_xfer() 187 dst->sg.data[which] = src->sg.data[which]; in sk_msg_xfer() 188 dst->sg.data[which].length = size; in sk_msg_xfer() 191 src->sg.data[which].length -= size; in sk_msg_xfer() 192 src->sg.data[which] in sk_msg_xfer() 184 sk_msg_xfer(struct sk_msg *dst, struct sk_msg *src, int which, u32 size) sk_msg_xfer() argument 211 sk_msg_elem(struct sk_msg *msg, int which) sk_msg_elem() argument 216 sk_msg_elem_cpy(struct sk_msg *msg, int which) sk_msg_elem_cpy() argument 221 sk_msg_page(struct sk_msg *msg, int which) sk_msg_page() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | skmsg.h | 170 #define sk_msg_iter_prev(msg, which) \ 171 sk_msg_iter_var_prev(msg->sg.which) 173 #define sk_msg_iter_next(msg, which) \ 174 sk_msg_iter_var_next(msg->sg.which) 184 int which, u32 size) in sk_msg_xfer() 186 dst->sg.data[which] = src->sg.data[which]; in sk_msg_xfer() 187 dst->sg.data[which].length = size; in sk_msg_xfer() 190 src->sg.data[which].length -= size; in sk_msg_xfer() 191 src->sg.data[which] in sk_msg_xfer() 183 sk_msg_xfer(struct sk_msg *dst, struct sk_msg *src, int which, u32 size) sk_msg_xfer() argument 210 sk_msg_elem(struct sk_msg *msg, int which) sk_msg_elem() argument 215 sk_msg_elem_cpy(struct sk_msg *msg, int which) sk_msg_elem_cpy() argument 220 sk_msg_page(struct sk_msg *msg, int which) sk_msg_page() argument [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | test_stackinit.c | 92 * @which: is this a SCALAR, STRING, or STRUCT type? 96 #define DEFINE_TEST_DRIVER(name, var_type, which, xfail) \ 100 var_type zero INIT_CLONE_ ## which; \ 113 FETCH_ARG_ ## which(zero)); \ 125 FETCH_ARG_ ## which(zero)); \ 151 #define DEFINE_TEST(name, var_type, which, init_level) \ 153 static noinline __init DO_NOTHING_TYPE_ ## which(var_type) \ 158 return DO_NOTHING_RETURN_ ## which(ptr); \ 160 return DO_NOTHING_RETURN_ ## which(ptr + 1); \ 167 var_type var INIT_ ## which ## [all...] |