Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 25 of 142) sorted by relevance

123456

/linux-3.4.99/arch/powerpc/net/
Dbpf_jit_comp.c38 if (ctx->seen & (SEEN_MEM | SEEN_DATAREF)) { in bpf_jit_build_prologue()
40 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_prologue()
49 if (ctx->seen & SEEN_MEM) { in bpf_jit_build_prologue()
55 if (ctx->seen & (1 << (i-r_M))) in bpf_jit_build_prologue()
63 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_prologue()
77 if (ctx->seen & SEEN_XREG) { in bpf_jit_build_prologue()
109 if (ctx->seen & (SEEN_MEM | SEEN_DATAREF)) { in bpf_jit_build_epilogue()
111 if (ctx->seen & SEEN_DATAREF) { in bpf_jit_build_epilogue()
117 if (ctx->seen & SEEN_MEM) { in bpf_jit_build_epilogue()
120 if (ctx->seen & (1 << (i-r_M))) in bpf_jit_build_epilogue()
[all …]
/linux-3.4.99/arch/x86/net/
Dbpf_jit_comp.c133 u8 t_op, f_op, seen = 0, pass; in bpf_jit_compile() local
159 u8 seen_or_pass0 = (pass == 0) ? (SEEN_XREG | SEEN_DATAREF | SEEN_MEM) : seen; in bpf_jit_compile()
231 seen |= SEEN_XREG; in bpf_jit_compile()
243 seen |= SEEN_XREG; in bpf_jit_compile()
255 seen |= SEEN_XREG; in bpf_jit_compile()
267 seen |= SEEN_XREG; in bpf_jit_compile()
289 seen |= SEEN_XREG; in bpf_jit_compile()
303 seen |= SEEN_XREG; in bpf_jit_compile()
313 seen |= SEEN_XREG; in bpf_jit_compile()
325 seen |= SEEN_XREG; in bpf_jit_compile()
[all …]
/linux-3.4.99/net/netfilter/
Dnf_conntrack_proto_tcp.c516 struct ip_ct_tcp_state *sender = &state->seen[dir]; in tcp_in_window()
517 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window()
856 if (((ct->proto.tcp.seen[dir].flags in tcp_packet()
857 | ct->proto.tcp.seen[!dir].flags) in tcp_packet()
900 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_end = in tcp_packet()
902 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_maxend = in tcp_packet()
904 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_maxwin = in tcp_packet()
907 ct->proto.tcp.seen[ct->proto.tcp.last_dir].td_scale = in tcp_packet()
909 ct->proto.tcp.seen[ct->proto.tcp.last_dir].flags = in tcp_packet()
911 memset(&ct->proto.tcp.seen[dir], 0, in tcp_packet()
[all …]
/linux-3.4.99/arch/arm/net/
Dbpf_jit_32.c61 u32 seen; member
140 if (ctx->seen & SEEN_CALL) in saved_regs()
143 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in saved_regs()
145 if (ctx->seen & SEEN_DATA) in saved_regs()
147 if (ctx->seen & SEEN_X) in saved_regs()
156 return fls(ctx->seen & SEEN_MEM); in mem_words_used()
193 if (ctx->seen & (SEEN_DATA | SEEN_SKB)) in build_prologue()
196 if (ctx->seen & SEEN_DATA) { in build_prologue()
215 if (ctx->seen & SEEN_MEM) in build_prologue()
223 if (ctx->seen & SEEN_MEM) in build_epilogue()
[all …]
/linux-3.4.99/drivers/zorro/
Dnames.c22 unsigned short seen; member
94 int nr = prod_p->seen + 1; in zorro_name_device()
95 prod_p->seen = nr; in zorro_name_device()
/linux-3.4.99/drivers/of/
Ddevice.c134 int seen = 0, cplen, sl; in of_device_uevent() local
149 add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in of_device_uevent()
153 seen++; in of_device_uevent()
155 add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen); in of_device_uevent()
/linux-3.4.99/sound/aoa/soundbus/
Dcore.c65 int cplen, seen = 0; in soundbus_uevent() local
92 retval = add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in soundbus_uevent()
97 seen += 1; in soundbus_uevent()
100 retval = add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen); in soundbus_uevent()
/linux-3.4.99/drivers/net/ethernet/8390/
D3c503.c383 static irqreturn_t el2_probe_interrupt(int irq, void *seen) in el2_probe_interrupt() argument
385 *(bool *)seen = true; in el2_probe_interrupt()
400 bool seen; in el2_open() local
403 dev->name, &seen); in el2_open()
410 seen = false; in el2_open()
415 free_irq(*irqp, &seen); in el2_open()
416 if (!seen) in el2_open()
/linux-3.4.99/Documentation/accounting/
Ddelay-accounting.txt45 delay seen for cpu, sync block I/O, swapin, memory reclaim etc.
76 seen by a given task or a task group (tgid).
79 seen.
103 Get delays seen in executing a given simple command
/linux-3.4.99/drivers/usb/host/
Dohci-hcd.c421 struct ed **seen = NULL; in unlink_watchdog_func() local
432 seen = kcalloc(max, sizeof *seen, GFP_ATOMIC); in unlink_watchdog_func()
433 if (!seen) in unlink_watchdog_func()
444 if (seen[temp] == ed) { in unlink_watchdog_func()
452 seen[seen_count++] = ed; in unlink_watchdog_func()
482 kfree(seen); in unlink_watchdog_func()
Dohci-dbg.c554 struct ed **seen, *ed; in fill_periodic_buffer() local
560 if (!(seen = kmalloc (DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC))) in fill_periodic_buffer()
588 if (seen [temp] == ed) in fill_periodic_buffer()
621 seen [seen_count++] = ed; in fill_periodic_buffer()
638 kfree (seen); in fill_periodic_buffer()
Dehci-dbg.c560 union ehci_shadow p, *seen; in fill_periodic_buffer() local
566 if (!(seen = kmalloc (DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC))) in fill_periodic_buffer()
610 if (seen [temp].ptr != p.ptr) in fill_periodic_buffer()
652 seen [seen_count++].qh = p.qh; in fill_periodic_buffer()
693 kfree (seen); in fill_periodic_buffer()
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-class-net-batman-adv14 Indicates the status of <iface> as it is seen by batman.
/linux-3.4.99/include/linux/netfilter/
Dnf_conntrack_tcp.h62 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member
/linux-3.4.99/drivers/staging/media/cxd2099/
DTODO7 doing it, as seen at:
/linux-3.4.99/arch/alpha/lib/
Dev67-strrchr.S78 beq t1, $loop # U : if we havnt seen a null, loop
99 cmoveq t8, 0x3f, t2 # E : Compensate for case when no match is seen
/linux-3.4.99/Documentation/filesystems/caching/
Dfscache.txt227 unc=N Number of uncache page requests seen
228 Acquire n=N Number of acquire cookie requests seen
239 Updates n=N Number of update cookie requests seen
242 Relinqs n=N Number of relinquish cookie requests seen
245 AttrChg n=N Number of attribute changed requests seen
250 Allocs n=N Number of allocation requests seen
258 Retrvls n=N Number of retrieval (read) requests seen
268 Stores n=N Number of storage (write) requests seen
/linux-3.4.99/Documentation/video4linux/bttv/
DREADME.freeze34 I've seen reports that bttv 0.7.x crashes whereas 0.8.x works rock solid
71 VGA cards seems to cause trouble sometimes. I've also seen funny
/linux-3.4.99/Documentation/devicetree/bindings/regulator/
Dregulator.txt31 its just seen as a special case of a regulator being a
/linux-3.4.99/tools/power/cpupower/bench/
DREADME-BENCH92 100 0 100 0 100 0 100 load seen by ondemand(%)
94 50 50 50 50 50 50 50 load seen by ondemand(%)
/linux-3.4.99/Documentation/sound/oss/
DESS16 little testprogram that shows that is works, haven't seen a real program that
/linux-3.4.99/scripts/mod/
Dmodpost.h110 int seen; member
/linux-3.4.99/Documentation/hwmon/
Dw83l785ts20 of external resistors, so the user cannot change it. Values seen so
/linux-3.4.99/Documentation/early-userspace/
Dbuffer-format.txt87 When a nondirectory with c_nlink > 1 is seen, the (c_maj,c_min,c_ino)
101 When a "TRAILER!!!" end-of-archive marker is seen, the tuple buffer is
/linux-3.4.99/Documentation/
DIRQ-affinity.txt38 As can be seen from the line above IRQ44 was delivered only to the first four

123456