Searched refs:calls (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c38 struct spufs_calls *calls = NULL; local
41 calls = rcu_dereference(spufs_calls);
42 if (calls && !try_module_get(calls->owner))
43 calls = NULL;
46 return calls;
49 static inline void spufs_calls_put(struct spufs_calls *calls) argument
51 BUG_ON(calls != spufs_calls);
64 static inline void spufs_calls_put(struct spufs_calls *calls) { } argument
74 struct spufs_calls *calls; local
99 struct spufs_calls *calls; local
118 struct spufs_calls *calls; local
134 struct spufs_calls *calls; local
150 struct spufs_calls *calls; local
162 register_spu_syscalls(struct spufs_calls *calls) argument
172 unregister_spu_syscalls(struct spufs_calls *calls) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c38 struct spufs_calls *calls = NULL; local
41 calls = rcu_dereference(spufs_calls);
42 if (calls && !try_module_get(calls->owner))
43 calls = NULL;
46 return calls;
49 static inline void spufs_calls_put(struct spufs_calls *calls) argument
51 BUG_ON(calls != spufs_calls);
64 static inline void spufs_calls_put(struct spufs_calls *calls) { } argument
74 struct spufs_calls *calls; local
99 struct spufs_calls *calls; local
118 struct spufs_calls *calls; local
134 struct spufs_calls *calls; local
150 struct spufs_calls *calls; local
162 register_spu_syscalls(struct spufs_calls *calls) argument
172 unregister_spu_syscalls(struct spufs_calls *calls) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/
H A Dchecksyscalls.sh3 # Check if current architecture are missing any function calls compared
5 # i386 define a number of legacy system calls that are i386 specific
68 /* System calls for 32-bit kernels only */
99 /* i386-specific or historical system calls */
170 /* these can be expressed using other calls */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/
H A Dchecksyscalls.sh3 # Check if current architecture are missing any function calls compared
5 # i386 define a number of legacy system calls that are i386 specific
68 /* System calls for 32-bit kernels only */
99 /* i386-specific or historical system calls */
170 /* these can be expressed using other calls */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/score/
H A DMakefile23 KBUILD_AFLAGS_MODULE += -mlong-calls
24 KBUILD_CFLAGS_MODULE += -mlong-calls
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/score/
H A DMakefile23 KBUILD_AFLAGS_MODULE += -mlong-calls
24 KBUILD_CFLAGS_MODULE += -mlong-calls
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Ddcerpc.h4 this is used to find pointers to calls
30 const struct dcerpc_interface_call *calls; member in struct:dcerpc_interface_table
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Ddcerpc.h4 this is used to find pointers to calls
30 const struct dcerpc_interface_call *calls; member in struct:dcerpc_interface_table
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Ddcerpc.h4 this is used to find pointers to calls
30 const struct dcerpc_interface_call *calls; member in struct:dcerpc_interface_table
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/tracing/
H A Ddraw_functrace.py11 calls. Only the functions's names and the the call time are provided.
44 def calls(self, func, calltime): member in class:CallTree
45 """ If a function calls another one, call this method to insert it
63 child = CallTree.ROOT.calls(func, None)
124 tree = tree.calls(callee, calltime)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/tracing/
H A Ddraw_functrace.py11 calls. Only the functions's names and the the call time are provided.
44 def calls(self, func, calltime): member in class:CallTree
45 """ If a function calls another one, call this method to insert it
63 child = CallTree.ROOT.calls(func, None)
124 tree = tree.calls(callee, calltime)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ax25/
H A Dax25_addr.c150 if (ax25cmp(&digi1->calls[i], &digi2->calls[i]) != 0)
196 memcpy(&digi->calls[d], buf, AX25_ADDR_LEN);
255 memcpy(buf, &d->calls[ct], AX25_ADDR_LEN);
295 out->calls[ct] = in->calls[in->ndigi - ct - 1];
298 out->calls[ct].ax25_call[6] |= AX25_HBIT;
301 out->calls[ct].ax25_call[6] &= ~AX25_HBIT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ax25/
H A Dax25_addr.c150 if (ax25cmp(&digi1->calls[i], &digi2->calls[i]) != 0)
196 memcpy(&digi->calls[d], buf, AX25_ADDR_LEN);
255 memcpy(buf, &d->calls[ct], AX25_ADDR_LEN);
295 out->calls[ct] = in->calls[in->ndigi - ct - 1];
298 out->calls[ct].ax25_call[6] |= AX25_HBIT;
301 out->calls[ct].ax25_call[6] &= ~AX25_HBIT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/include/asm/
H A Dfloppy.h72 static int calls=0; local
82 if(!calls)
107 calls++;
115 printk("count=%x, residue=%x calls=%d bytes=%d dma_wait=%d\n",
116 virtual_dma_count, virtual_dma_residue, calls, bytes,
118 calls = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Dfloppy.h191 static int calls=0; local
201 if(!calls)
229 calls++;
237 printk("count=%x, residue=%x calls=%d bytes=%d dma_wait=%d\n",
238 virtual_dma_count, virtual_dma_residue, calls, bytes,
240 calls = 0;
H A Dsun3xflop.h122 static int calls=0; local
134 if(!calls)
173 calls++;
184 printk("count=%x, residue=%x calls=%d bytes=%x dma_wait=%d\n",
185 virtual_dma_count, virtual_dma_residue, calls, bytes,
187 calls = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dfloppy.h191 static int calls=0; local
201 if(!calls)
229 calls++;
237 printk("count=%x, residue=%x calls=%d bytes=%d dma_wait=%d\n",
238 virtual_dma_count, virtual_dma_residue, calls, bytes,
240 calls = 0;
H A Dsun3xflop.h122 static int calls=0; local
134 if(!calls)
173 calls++;
184 printk("count=%x, residue=%x calls=%d bytes=%x dma_wait=%d\n",
185 virtual_dma_count, virtual_dma_residue, calls, bytes,
187 calls = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dfloppy.h72 static int calls=0; local
82 if(!calls)
107 calls++;
115 printk("count=%x, residue=%x calls=%d bytes=%d dma_wait=%d\n",
116 virtual_dma_count, virtual_dma_residue, calls, bytes,
118 calls = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/contrib/minizip/
H A Dcrypt.h102 static unsigned calls = 0; /* ensure different random header each time */ variable
111 if (++calls == 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/contrib/minizip/
H A Dcrypt.h101 static unsigned calls = 0; /* ensure different random header each time */ local
110 if (++calls == 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/contrib/minizip/
H A Dcrypt.h102 static unsigned calls = 0; /* ensure different random header each time */ variable
111 if (++calls == 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/contrib/minizip/
H A Dcrypt.h101 static unsigned calls = 0; /* ensure different random header each time */ local
110 if (++calls == 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/contrib/minizip/
H A Dcrypt.h102 static unsigned calls = 0; /* ensure different random header each time */ variable
111 if (++calls == 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/contrib/minizip/
H A Dcrypt.h101 static unsigned calls = 0; /* ensure different random header each time */ local
110 if (++calls == 1)

Completed in 222 milliseconds

1234567891011>>