Home
last modified time | relevance | path

Searched defs:smp (Results 1 - 25 of 84) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/arm/mach-shmobile/
H A DMakefile
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/
H A DMakefile
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dopa_smi.h53 static inline enum smi_action opa_smi_check_local_smp(struct opa_smp *smp, in opa_smi_check_local_smp() argument
68 static inline enum smi_action opa_smi_check_local_returning_smp(struct opa_smp *smp, in opa_smi_check_local_returning_smp() argument
[all...]
H A Dsmi.h65 static inline enum smi_action smi_check_local_smp(struct ib_smp *smp, in smi_check_local_smp() argument
80 static inline enum smi_action smi_check_local_returning_smp(struct ib_smp *smp, in smi_check_local_returning_smp() argument
[all...]
H A Dsmi.c129 enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp, in smi_handle_dr_smp_send() argument
141 enum smi_action opa_smi_handle_dr_smp_send(struct opa_smp *smp, in opa_smi_handle_dr_smp_send() argument
240 smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, int port_num, int phys_port_cnt) smi_handle_dr_smp_recv() argument
256 opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, int port_num, int phys_port_cnt) opa_smi_handle_dr_smp_recv() argument
302 smi_check_forward_dr_smp(struct ib_smp *smp) smi_check_forward_dr_smp() argument
310 opa_smi_check_forward_dr_smp(struct opa_smp *smp) opa_smi_check_forward_dr_smp() argument
324 smi_get_fwd_port(struct ib_smp *smp) smi_get_fwd_port() argument
334 opa_smi_get_fwd_port(struct opa_smp *smp) opa_smi_get_fwd_port() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dopa_smi.h53 static inline enum smi_action opa_smi_check_local_smp(struct opa_smp *smp, in opa_smi_check_local_smp() argument
68 static inline enum smi_action opa_smi_check_local_returning_smp(struct opa_smp *smp, in opa_smi_check_local_returning_smp() argument
[all...]
H A Dsmi.h65 static inline enum smi_action smi_check_local_smp(struct ib_smp *smp, in smi_check_local_smp() argument
80 static inline enum smi_action smi_check_local_returning_smp(struct ib_smp *smp, in smi_check_local_returning_smp() argument
[all...]
H A Dsmi.c129 enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp, in smi_handle_dr_smp_send() argument
141 enum smi_action opa_smi_handle_dr_smp_send(struct opa_smp *smp, in opa_smi_handle_dr_smp_send() argument
240 smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, u32 port_num, int phys_port_cnt) smi_handle_dr_smp_recv() argument
256 opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, u32 port_num, int phys_port_cnt) opa_smi_handle_dr_smp_recv() argument
302 smi_check_forward_dr_smp(struct ib_smp *smp) smi_check_forward_dr_smp() argument
310 opa_smi_check_forward_dr_smp(struct opa_smp *smp) opa_smi_check_forward_dr_smp() argument
324 smi_get_fwd_port(struct ib_smp *smp) smi_get_fwd_port() argument
334 opa_smi_get_fwd_port(struct opa_smp *smp) opa_smi_get_fwd_port() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_dmix_x86_64.c71 static int smp = 0; in mix_select_callbacks() local
[all...]
H A Dpcm_dmix_i386.c88 static int smp = 0, mmx = 0, cmov = 0; in mix_select_callbacks() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/
H A Dmicropatch.c353 smc_uart_t *smp; in cpm_load_patch() local
361 smc_uart_t *smp; in cpm_load_patch() local
/kernel/linux/linux-6.6/arch/powerpc/platforms/8xx/
H A Dmicropatch.c353 smc_uart_t *smp; in cpm_load_patch() local
361 smc_uart_t *smp; in cpm_load_patch() local
/third_party/ffmpeg/libavcodec/
H A Dflacdsp_lpc_template.c108 static void FUNC(flac_lpc_encode_c)(int32_t *res, const int32_t *smp, int len, in flac_lpc_encode_c() argument
48 lpc_encode_unrolled(int32_t *res, const int32_t *smp, int len, int order, const int32_t *coefs, int shift, int big) lpc_encode_unrolled() argument
[all...]
H A Dws-snd1.c96 int code, smp, size; in ws_snd_decode_frame() local
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/
H A Darch.h47 const struct smp_operations *smp; /* SMP operations */ member
/kernel/linux/linux-6.6/arch/arm/include/asm/mach/
H A Darch.h47 const struct smp_operations *smp; /* SMP operations */ member
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_defs.h84 csio_set_state(void *smp, void *state) in csio_set_state() argument
90 csio_init_state(struct csio_sm *smp, void *state) in csio_init_state() argument
96 csio_post_event(void *smp, uint32_t evt) in csio_post_event() argument
102 csio_get_state(void *smp) in csio_get_state() argument
108 csio_match_state(void *smp, voi argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_defs.h98 csio_set_state(void *smp, void *state) in csio_set_state() argument
104 csio_init_state(struct csio_sm *smp, void *state) in csio_init_state() argument
110 csio_post_event(void *smp, uint32_t evt) in csio_post_event() argument
116 csio_get_state(void *smp) in csio_get_state() argument
122 csio_match_state(void *smp, voi argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_ud.c491 struct ib_smp *smp; in qib_ud_rcv() local
/kernel/linux/linux-5.10/drivers/sh/intc/
H A Dcore.c184 unsigned int i, k, smp; in register_intc_controller() local
164 save_reg(struct intc_desc_int *d, unsigned int cnt, unsigned long value, unsigned int smp) save_reg() argument
[all...]
H A Dinternals.h62 unsigned long *smp; member
/kernel/linux/linux-5.10/include/linux/
H A Dsh_intc.h54 unsigned long smp; member
62 unsigned long smp; member
/kernel/linux/linux-5.10/include/rdma/
H A Dopa_smi.h95 opa_get_smp_direction(struct opa_smp *smp) in opa_get_smp_direction() argument
100 static inline u8 *opa_get_smp_data(struct opa_smp *smp) in opa_get_smp_data() argument
108 static inline size_t opa_get_smp_data_size(struct opa_smp *smp) in opa_get_smp_data_size() argument
116 opa_get_smp_header_size(struct opa_smp *smp) opa_get_smp_header_size() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cfg.h83 struct mdp5_smp_block smp; member
H A Dmdp5_smp.c32 struct mdp5_kms *get_kms(struct mdp5_smp *smp) in get_kms() argument
62 static int smp_request_block(struct mdp5_smp *smp, in smp_request_block() argument
96 static void set_fifo_thresholds(struct mdp5_smp *smp, in set_fifo_thresholds() argument
116 mdp5_smp_calculate(struct mdp5_smp *smp, const struct mdp_format *format, u32 width, bool hdecim) mdp5_smp_calculate() argument
164 mdp5_smp_assign(struct mdp5_smp *smp, struct mdp5_smp_state *state, enum mdp5_pipe pipe, uint32_t blkcfg) mdp5_smp_assign() argument
195 mdp5_smp_release(struct mdp5_smp *smp, struct mdp5_smp_state *state, enum mdp5_pipe pipe) mdp5_smp_release() argument
218 update_smp_state(struct mdp5_smp *smp, u32 cid, mdp5_smp_state_t *assigned) update_smp_state() argument
255 write_smp_alloc_regs(struct mdp5_smp *smp) write_smp_alloc_regs() argument
270 write_smp_fifo_regs(struct mdp5_smp *smp) write_smp_fifo_regs() argument
288 mdp5_smp_prepare_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state) mdp5_smp_prepare_commit() argument
314 mdp5_smp_complete_commit(struct mdp5_smp *smp, struct mdp5_smp_state *state) mdp5_smp_complete_commit() argument
328 mdp5_smp_dump(struct mdp5_smp *smp, struct drm_printer *p) mdp5_smp_dump() argument
373 mdp5_smp_destroy(struct mdp5_smp *smp) mdp5_smp_destroy() argument
382 struct mdp5_smp *smp = NULL; mdp5_smp_init() local
[all...]

Completed in 13 milliseconds

1234