Home
last modified time | relevance | path

Searched full:dead (Results 1 – 25 of 1072) sorted by relevance

12345678910>>...43

/OK3568_Linux_fs/kernel/security/keys/
H A Dgc.c25 * Reaper for links from keyrings to dead keys.
44 .name = ".dead",
70 * Schedule a dead links collection run.
90 * Reap keys of dead type.
93 * collector: the first to mark keys of that type as being dead, the second to
94 * collect dead links and the third to clean up the dead keys. We have to be
180 #define KEY_GC_REAPING_DEAD_1 0x10 /* - We need to mark dead keys */ in key_garbage_collector()
181 #define KEY_GC_REAPING_DEAD_2 0x20 /* - We need to reap dead key links */ in key_garbage_collector()
182 #define KEY_GC_REAPING_DEAD_3 0x40 /* - We need to reap dead keys */ in key_garbage_collector()
183 #define KEY_GC_FOUND_DEAD_KEY 0x80 /* - We found at least one dead key */ in key_garbage_collector()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dxfrm_policy.sh176 … echo netns exec $ns ip xfrm policy add src dead:$i::/64 dst dead:$i:$j::/64 dir out action block
177 … echo netns exec $ns ip xfrm policy add src dead:$i:$j::/64 dst dead:$i::/24 dir fwd action block
365 ip -net ns$i addr add dead:$i::2/64 dev $DEV
369 ip -net ns$i addr add dead:$i::fd dev $DEV
370 ip -net ns$i addr add dead:$i::fe dev $DEV
412 do_esp ns3 dead:3::1 dead:3::10 dead:1::/64 dead:2::/64 $SPI1 $SPI2
414 do_esp ns4 dead:3::10 dead:3::1 dead:2::/64 dead:1::/64 $SPI2 $SPI1
421 do_esp_policy_get_check ns3 dead:1::/64 dead:2::/64
422 do_esp_policy_get_check ns4 dead:2::/64 dead:1::/64
438 do_exception ns3 dead:3::1 dead:3::10 dead:2::fd dead:2:f0::/96
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Ddead_code.c2 "dead code: start",
17 "dead code: mid 1",
28 "dead code: mid 2",
43 "dead code: end 1",
54 "dead code: end 2",
66 "dead code: end 3",
80 "dead code: tail of main + func",
96 "dead code: tail of main + two functions",
114 "dead code: function in the middle and mid of another func",
132 "dead code: middle of main before call",
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A Dconntrack_icmp_related.sh43 echo -n dead:$1::2
103 ip -net nsclient1 -6 route add default via dead:1::1
106 ip -net nsclient2 route add default via dead:2::1
111 ip -net nsrouter1 addr add dead:1::1/64 dev eth1
112 ip -net nsrouter1 addr add dead:3::1/64 dev veth0
114 ip -net nsrouter1 -6 route add default via dead:3::10
118 ip -net nsrouter2 addr add dead:2::1/64 dev eth1
119 ip -net nsrouter2 addr add dead:3::10/64 dev eth2
121 ip -net nsrouter2 route add default via dead:3::1
213 ip netns exec nsclient1 ping6 -q -c 1 -s 1000 dead:2::2 >/dev/null
[all …]
H A Dnft_nat.sh63 ip -net "$ns0" addr add dead:1::1/64 dev veth0
67 ip -net "$ns0" addr add dead:2::1/64 dev veth1
74 ip -net ns$i-$sfx addr add dead:$i::99/64 dev eth0
75 ip -net ns$i-$sfx route add default via dead:$i::1
188 ip6 daddr dead:1::99 dnat $IPF to dead:2::99
198 ip netns exec "$ns0" ping -q -c 1 dead:1::99 > /dev/null
425 ip netns exec "$ns2" ping -q -c 1 dead:1::99 > /dev/null # ping ns2->ns1
463 ip netns exec "$ns2" ping -q -c 1 dead:1::99 > /dev/null # ping ns2->ns1
501 ip netns exec "$ns2" ping -q -c 1 dead:1::99 > /dev/null # ping ns2->ns1
626 ip netns exec "$ns2" ping -q -c 1 dead:1::99 > /dev/null # ping ns2->ns1
[all …]
H A Dnft_queue.sh64 ip -net ${nsrouter} addr add dead:1::1/64 dev veth0
68 ip -net ${nsrouter} addr add dead:2::1/64 dev veth1
77 ip -net ${ns1} addr add dead:1::99/64 dev eth0
79 ip -net ${ns1} route add default via dead:1::1
82 ip -net ${ns2} addr add dead:2::99/64 dev eth0
84 ip -net ${ns2} route add default via dead:2::1
157 ip netns exec ${ns1} ping -c 1 -q dead:2::99 > /dev/null
171 ip netns exec ${ns1} ping -c 1 -q dead:2::1 > /dev/null
194 ip netns exec ${ns1} ping -W 2 -c 1 -q dead:2::99 > /dev/null
H A Dnft_flowtable.sh74 ip -net nsr1 addr add dead:1::1/64 dev veth0
77 ip -net nsr2 addr add dead:2::1/64 dev veth1
137 ip -net ns$i addr add dead:$i::99/64 dev eth0
138 ip -net ns$i route add default via dead:$i::1
327 ip -net ns2 route del default via dead:2::1
410 ip -net ns2 route add default via dead:2::1
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh162 ip -net "$ns1" addr add dead:beef:1::1/64 dev ns1eth2 nodad
166 ip -net "$ns1" route add default via dead:beef:1::2
169 ip -net "$ns2" addr add dead:beef:1::2/64 dev ns2eth1 nodad
173 ip -net "$ns2" addr add dead:beef:2::1/64 dev ns2eth3 nodad
176 ip -net "$ns2" route add default via dead:beef:2::2
181 ip -net "$ns3" addr add dead:beef:2::2/64 dev ns3eth2 nodad
185 ip -net "$ns3" addr add dead:beef:3::2/64 dev ns3eth4 nodad
188 ip -net "$ns3" route add default via dead:beef:2::1
193 ip -net "$ns4" addr add dead:beef:3::1/64 dev ns4eth3 nodad
196 ip -net "$ns4" route add default via dead:beef:3::2
[all …]
H A Dsimult_flows.sh69 ip -net "$ns1" addr add dead:beef:1::1/64 dev ns1eth1 nodad
72 ip -net "$ns1" route add default via dead:beef:1::2
75 ip -net "$ns1" addr add dead:beef:2::1/64 dev ns1eth2 nodad
78 ip -net "$ns1" route add default via dead:beef:2::2 metric 101
85 ip -net "$ns2" addr add dead:beef:1::2/64 dev ns2eth1 nodad
89 ip -net "$ns2" addr add dead:beef:2::2/64 dev ns2eth2 nodad
93 ip -net "$ns2" addr add dead:beef:3::2/64 dev ns2eth3 nodad
99 ip -net "$ns3" addr add dead:beef:3::3/64 dev ns3eth1 nodad
102 ip -net "$ns3" route add default via dead:beef:3::2
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dneigh.h87 __field(u8, dead)
112 __entry->dead = n->dead;
142 "dead %d refcnt %d primary_key4 %pI4 primary_key6 %pI6c "
148 __entry->type, __entry->dead, __entry->refcnt,
167 __field(u8, dead)
189 __entry->dead = n->dead;
216 "dead %d refcnt %d primary_key4 %pI4 primary_key6 %pI6c "
221 __entry->type, __entry->dead, __entry->refcnt,
/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmrecovery.c218 * 2) negotiate who will take over all the locks for the dead node.
221 * and moves aside those mastered by the dead guy
232 * everything and recovery for this dead node is done
233 *10) go back to 2) while there are still dead nodes
242 mlog(ML_NOTICE, "%s(%d): recovery info, state=%s, dead=%u, master=%u\n", in dlm_print_reco_node_status()
257 st = "dead"; in dlm_print_reco_node_status()
325 * could be dead or just not joined */
328 int dead; in dlm_is_node_dead() local
330 dead = !test_bit(node, dlm->domain_map); in dlm_is_node_dead()
332 return dead; in dlm_is_node_dead()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dlockref.c59 * lockref_get_not_zero - Increments count unless the count is 0 or dead
115 * lockref_get_or_lock - Increments count unless the count is 0 or dead
144 * If the lockref was dead or locked, return an error.
184 * lockref_mark_dead - mark lockref dead
195 * lockref_get_not_dead - Increments count unless the ref is dead
197 * Return: 1 if count updated successfully or 0 if lockref was dead
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dtimes.h37 clock_t tms_cutime; /* User CPU time of dead children. */
38 clock_t tms_cstime; /* System CPU time of dead children. */
43 dead children (and their dead children) in BUFFER.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dtimes.h37 clock_t tms_cutime; /* User CPU time of dead children. */
38 clock_t tms_cstime; /* System CPU time of dead children. */
43 dead children (and their dead children) in BUFFER.
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dpsmouse-smbus.c22 bool dead; member
39 if (smbdev->dead) in psmouse_smbus_check_adapter()
73 if (!smbdev->dead) { in psmouse_smbus_detach_i2c_client()
77 smbdev->dead = true; in psmouse_smbus_detach_i2c_client()
172 if (smbdev->dead) { in psmouse_smbus_disconnect()
176 smbdev->dead = true; in psmouse_smbus_disconnect()
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dserio_raw.c39 bool dead; member
90 if (serio_raw->dead) { in serio_raw_open()
167 if (serio_raw->dead) in serio_raw_read()
189 serio_raw->dead); in serio_raw_read()
210 if (serio_raw->dead) { in serio_raw_write()
247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
376 * dead device.
398 serio_raw->dead = true; in serio_raw_disconnect()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vblade/files/
H A Dvblade.init45 echo "$prog dead but subsys locked"
101 return 1 # "Program is dead and /var/run pid file exists"
145 echo $"${base} dead but pid file exists"
154 echo $"${base} dead but subsys locked"
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Ddump.py96 serial console. This helps to end testing when target is really dead, hanging
107 …print("Too many errors when dumping data from target, assuming it is dead! Will not dump data anym…
127 This helps to end testing when target is really dead, hanging or unresponsive.
141 …print("Too many errors when dumping data from qemu monitor, assuming it is dead! Will not dump dat…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtimevar.def75 DEFTIMEVAR (TV_IPA_UNREACHABLE , "ipa dead code removal")
116 DEFTIMEVAR (TV_DELETE_TRIVIALLY_DEAD , "trivially dead code")
127 DEFTIMEVAR (TV_DF_NOTE , "df reg dead/unused notes")
235 DEFTIMEVAR (TV_DCE , "dead code elimination")
236 DEFTIMEVAR (TV_DSE1 , "dead store elim1")
237 DEFTIMEVAR (TV_DSE2 , "dead store elim2")
H A Dvaltrack.h25 /* Debug uses of dead regs. */
27 /* Entry that maps a dead pseudo (REG) used in a debug insns that dies
77 /* Node of a linked list of uses of dead REGs in debug insns. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtimevar.def75 DEFTIMEVAR (TV_IPA_UNREACHABLE , "ipa dead code removal")
116 DEFTIMEVAR (TV_DELETE_TRIVIALLY_DEAD , "trivially dead code")
127 DEFTIMEVAR (TV_DF_NOTE , "df reg dead/unused notes")
235 DEFTIMEVAR (TV_DCE , "dead code elimination")
236 DEFTIMEVAR (TV_DSE1 , "dead store elim1")
237 DEFTIMEVAR (TV_DSE2 , "dead store elim2")
H A Dvaltrack.h25 /* Debug uses of dead regs. */
27 /* Entry that maps a dead pseudo (REG) used in a debug insns that dies
77 /* Node of a linked list of uses of dead REGs in debug insns. */
/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu-refcount.h83 * Start dead w/ ref == 0 in atomic mode. Must be revived with
178 * then we'd have to mask off DEAD separately as DEAD may be in __ref_is_percpu()
179 * visible without ATOMIC if we race with percpu_ref_kill(). DEAD in __ref_is_percpu()
342 * percpu_ref_is_dying - test whether a percpu refcount is dying or dead
345 * Returns %true if @ref is dying or dead.
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c189 /* don't need to get the RCU readlock here - the process is dead and in release_task()
506 struct list_head *dead) in find_child_reaper() argument
525 list_for_each_entry_safe(p, n, dead, ptrace_entry) { in find_child_reaper()
579 * Any that need to be release_task'd are put on the @dead list.
582 struct list_head *dead) in reparent_leader() argument
595 list_add(&p->ptrace_entry, dead); in reparent_leader()
611 struct list_head *dead) in forget_original_parent() argument
616 exit_ptrace(father, dead); in forget_original_parent()
619 reaper = find_child_reaper(father, dead); in forget_original_parent()
640 reparent_leader(father, p, dead); in forget_original_parent()
[all …]
/OK3568_Linux_fs/kernel/sound/ppc/
H A Dpmac.c38 * tx status comes up "DEAD". This happens on some PowerComputing Pmac
40 * IDE and sound. However, this measure would deal with DEAD status if
300 if (stat & (ACTIVE|DEAD)) { in snd_pmac_pcm_pointer()
360 * Handle DEAD DMA transfers:
361 * if the TX status comes up "DEAD" - reported on some Power Computing machines
367 * When DEAD status is first reported the content of the faulted dbdma block is
371 * On any subsequent DEAD result we just do the bump-ups (we know that we are
376 * DEAD status. However this is a TODO for now - we'll see what gets reported.
389 /* to clear DEAD status we must first clear RUN in snd_pmac_pcm_dead_xfer()
424 /* should complete clearing the DEAD status */ in snd_pmac_pcm_dead_xfer()
[all …]

12345678910>>...43