Home
last modified time | relevance | path

Searched refs:zap (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.3-rc2/security/keys/
A Duser_defined.c103 struct user_key_payload *zap = NULL; in user_update() local
114 zap = dereference_key_locked(key); in user_update()
118 if (zap) in user_update()
119 call_rcu(&zap->rcu, user_free_payload_rcu); in user_update()
/linux-6.3-rc2/arch/alpha/lib/
A Dstrncat.S73 2: zap $1, $24, $1
79 zap $1, 1, $1
A Dstrncpy.S40 zap $1, $4, $1
77 zap $1, $2, $1
A Dev6-csum_ipv6_magic.S101 zap $19,0x3,$19 # U : <sign bits>bbaa0000
107 zap $4,0xa,$4 # U : U U L L : 0000000000CC00AA
A Dev67-strncat.S78 2: zap $1, $24, $1 # U :
A Dstxcpy.S87 zap t0, t8, t0 # e0 : clear dst bytes <= null
226 zap t0, t8, t0 # e0 : kill dest bytes <= null
A Dev6-stxcpy.S103 zap t0, t8, t0 # E : clear dst bytes <= null
253 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
A Dmemchr.S49 zap $18, 0x80, $5 #-e0 :
A Dstxncpy.S101 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
262 zap t1, t8, t1 # e0 : kill dest bytes <= null
A Dev6-stxncpy.S127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
306 zap t1, t8, t1 # U : kill dest bytes <= null
A Dev6-memchr.S47 zap $18, 0x80, $5 # U : Bound length
/linux-6.3-rc2/fs/afs/
A Dsecurity.c146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local
281 zap = rcu_access_pointer(vnode->permit_cache); in afs_cache_permit()
282 if (!afs_cb_is_broken(cb_break, vnode) && zap == permits) in afs_cache_permit()
285 zap = replacement; in afs_cache_permit()
288 afs_put_permits(zap); in afs_cache_permit()
A Ddir.c1217 goto zap; in afs_d_delete()
1222 goto zap; in afs_d_delete()
1227 zap: in afs_d_delete()
/linux-6.3-rc2/Documentation/driver-api/media/drivers/
A Dvidtv.rst388 Using dvb-zap
391 dvbv5-zap is a command line tool that can be used to record MPEG-TS to disk. The
395 $ dvbv5-zap -c dvb_channel.conf "beethoven" -o music.ts -P -t 10
422 $ dvbv5-zap -c dvb_channel.conf "beethoven" -P -r &
428 For more information on dvb-zap check its online documentation here:
429 `dvb-zap Documentation
430 <https://www.linuxtv.org/wiki/index.php/Dvbv5-zap>`_.
431 See also: `zap <https://www.linuxtv.org/wiki/index.php/Zap>`_.
/linux-6.3-rc2/Documentation/devicetree/bindings/display/msm/
A Dgpu.yaml83 zap-shader:
88 points to reserved memory to store the zap shader that can be used to
290 zap-shader {
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dsdm845-lg-judyp.dts37 zap-shader {
A Dmsm8996-oneplus3.dts28 zap-shader {
A Dmsm8996-oneplus3t.dts29 zap-shader {
A Dsdm845-lg-judyln.dts51 zap-shader {
A Dmsm8996pro-xiaomi-natrium.dts71 zap-shader {
A Dmsm8996-xiaomi-gemini.dts126 zap-shader {
A Dmsm8996pro-xiaomi-scorpio.dts95 zap-shader {
A Dsdm845-xiaomi-beryllium-common.dtsi276 zap-shader {
A Dsdm845-lg-common.dtsi471 zap-shader {
/linux-6.3-rc2/fs/pstore/
A Dram_core.c511 bool zap = !!(prz->flags & PRZ_FLAG_ZAP_OLD); in persistent_ram_post_init() local
531 zap = true; in persistent_ram_post_init()
541 zap = true; in persistent_ram_post_init()
545 if (zap) in persistent_ram_post_init()

Completed in 28 milliseconds

12