Searched refs:smp (Results 1 - 25 of 583) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dsmi.h53 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, u8 node_type,
55 extern enum smi_forward_action smi_check_forward_dr_smp(struct ib_smp *smp);
56 extern enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp,
62 static inline enum smi_action smi_check_local_smp(struct ib_smp *smp, argument
68 !ib_get_smp_direction(smp) &&
69 (smp->hop_ptr == smp->hop_cnt + 1)) ?
H A Dsmi.c46 enum smi_action smi_handle_dr_smp_send(struct ib_smp *smp, argument
51 hop_ptr = smp->hop_ptr;
52 hop_cnt = smp->hop_cnt;
55 if (!ib_get_smp_direction(smp)) {
58 smp->hop_ptr++;
59 return (smp->initial_path[smp->hop_ptr] ==
68 /* smp->return_path set when received */
69 smp->hop_ptr++;
70 return (smp
127 smi_handle_dr_smp_recv(struct ib_smp *smp, u8 node_type, int port_num, int phys_port_cnt) argument
204 smi_check_forward_dr_smp(struct ib_smp *smp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/saturn/
H A DMakefile7 obj-$(CONFIG_SMP) += smp.o
H A Dsmp.c2 * arch/sh/boards/saturn/smp.c
12 #include <linux/smp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/bcm1480/
H A DMakefile3 obj-$(CONFIG_SMP) += smp.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/cfe/
H A DMakefile2 lib-$(CONFIG_SMP) += smp.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/sb1250/
H A DMakefile3 obj-$(CONFIG_SMP) += smp.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/chrp/
H A DMakefile3 obj-$(CONFIG_SMP) += smp.o
H A Dsmp.c13 #include <linux/smp.h>
28 #include <asm/smp.h>
32 #include <asm/smp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-generic/
H A Dsummit.c7 #include <asm/smp.h>
14 #include <linux/smp.h>
H A Dbigsmp.c8 #include <asm/smp.h>
14 #include <linux/smp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A DMakefile8 obj-$(CONFIG_SMP) += smp.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dalternative.c17 __setup("smp-alt-boot", bootonly);
31 __setup("noreplace-smp", setup_noreplace_smp);
241 struct smp_alt_module *smp; local
254 smp = kzalloc(sizeof(*smp), GFP_KERNEL);
255 if (NULL == smp)
258 smp->mod = mod;
259 smp->name = name;
260 smp->locks = locks;
261 smp
297 alternatives_smp_switch(int smp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/qemu/
H A DMakefile8 obj-$(CONFIG_SMP) += q-smp.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dtopology.c21 #include <linux/smp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_mad.c45 static int reply(struct ib_smp *smp) argument
51 smp->method = IB_MGMT_METHOD_GET_RESP;
52 if (smp->mgmt_class == IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE)
53 smp->status |= IB_SMP_DIRECTION;
57 static int recv_subn_get_nodedescription(struct ib_smp *smp, argument
60 if (smp->attr_mod)
61 smp->status |= IB_SMP_INVALID_FIELD;
63 strncpy(smp->data, ibdev->node_desc, sizeof(smp->data));
65 return reply(smp);
83 recv_subn_get_nodeinfo(struct ib_smp *smp, struct ib_device *ibdev, u8 port) argument
116 recv_subn_get_guidinfo(struct ib_smp *smp, struct ib_device *ibdev) argument
220 recv_subn_get_portinfo(struct ib_smp *smp, struct ib_device *ibdev, u8 port) argument
331 recv_subn_get_pkeytable(struct ib_smp *smp, struct ib_device *ibdev) argument
355 recv_subn_set_guidinfo(struct ib_smp *smp, struct ib_device *ibdev) argument
388 recv_subn_set_portinfo(struct ib_smp *smp, struct ib_device *ibdev, u8 port) argument
745 recv_subn_set_pkeytable(struct ib_smp *smp, struct ib_device *ibdev) argument
1325 struct ib_smp *smp = (struct ib_smp *)out_mad; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A DMakefile5 obj-$(CONFIG_SMP) += smp.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A DMakefile5 obj-$(CONFIG_SMP) += smp.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A DMakefile18 obj-$(CONFIG_SMP) += smp.o smp-tbsync.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_quiesce.c13 #include <linux/smp.h>
19 #include <asm/smp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dflacenc.c647 static void encode_residual_verbatim(int32_t *res, int32_t *smp, int n) argument
650 memcpy(res, smp, n * sizeof(int32_t));
653 static void encode_residual_fixed(int32_t *res, const int32_t *smp, int n, argument
659 res[i] = smp[i];
664 res[i]= smp[i];
667 res[i]= smp[i] - smp[i-1];
669 int a = smp[order-1] - smp[order-2];
671 int b = smp[
711 encode_residual_lpc_unrolled( int32_t *res, const int32_t *smp, int n, int order, const int32_t *coefs, int shift, int big) argument
771 encode_residual_lpc(int32_t *res, const int32_t *smp, int n, int order, const int32_t *coefs, int shift) argument
816 int32_t *res, *smp; local
952 int32_t *res, *smp; local
1259 int16_t smp = le2me_16(samples[i]); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsys_solaris.c14 #include <linux/smp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/oprofile/
H A Dtimer_int.c31 #include <linux/smp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A DMakefile15 obj-$(CONFIG_SMP) += smp.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dptrace.c69 #include <linux/smp.h>

Completed in 170 milliseconds

1234567891011>>