Searched refs:zap (Results 1 – 25 of 32) sorted by relevance
12
/linux/security/keys/ |
A D | user_defined.c | 103 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/arch/alpha/lib/ |
A D | strncat.S | 73 2: zap $1, $24, $1 79 zap $1, 1, $1
|
A D | strncpy.S | 40 zap $1, $4, $1 77 zap $1, $2, $1
|
A D | ev6-csum_ipv6_magic.S | 101 zap $19,0x3,$19 # U : <sign bits>bbaa0000 107 zap $4,0xa,$4 # U : U U L L : 0000000000CC00AA
|
A D | ev67-strncat.S | 78 2: zap $1, $24, $1 # U :
|
A D | stxcpy.S | 87 zap t0, t8, t0 # e0 : clear dst bytes <= null 226 zap t0, t8, t0 # e0 : kill dest bytes <= null
|
A D | ev6-stxcpy.S | 103 zap t0, t8, t0 # E : clear dst bytes <= null 253 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
|
A D | stxncpy.S | 101 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 262 zap t1, t8, t1 # e0 : kill dest bytes <= null
|
A D | memchr.S | 49 zap $18, 0x80, $5 #-e0 :
|
A D | ev6-stxncpy.S | 127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 306 zap t1, t8, t1 # U : kill dest bytes <= null
|
A D | ev6-memchr.S | 47 zap $18, 0x80, $5 # U : Bound length
|
/linux/fs/afs/ |
A D | security.c | 146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local 282 zap = rcu_access_pointer(vnode->permit_cache); in afs_cache_permit() 283 if (!afs_cb_is_broken(cb_break, vnode) && zap == permits) in afs_cache_permit() 286 zap = replacement; in afs_cache_permit() 289 afs_put_permits(zap); in afs_cache_permit()
|
A D | dir.c | 1215 goto zap; in afs_d_delete() 1220 goto zap; in afs_d_delete() 1225 zap: in afs_d_delete()
|
/linux/Documentation/driver-api/media/drivers/ |
A D | vidtv.rst | 388 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>`_.
|
A D | dvb-usb.rst | 279 (t|s)zap, mplayer and dvbscan to test the basics. VDR-xine provides the
|
/linux/Documentation/devicetree/bindings/display/msm/ |
A D | gpu.yaml | 80 zap-shader: 84 points to reserved memory to store the zap shader that can be used to 284 zap-shader {
|
/linux/fs/pstore/ |
A D | ram_core.c | 506 bool zap = !!(prz->flags & PRZ_FLAG_ZAP_OLD); in persistent_ram_post_init() local 526 zap = true; in persistent_ram_post_init() 536 zap = true; in persistent_ram_post_init() 540 if (zap) in persistent_ram_post_init()
|
/linux/arch/arm64/boot/dts/qcom/ |
A D | msm8996-xiaomi-gemini.dts | 124 zap-shader {
|
A D | msm8996-xiaomi-scorpio.dts | 79 zap-shader {
|
A D | sdm845-xiaomi-beryllium.dts | 263 zap-shader {
|
A D | sdm845-mtp.dts | 445 zap-shader {
|
A D | sdm850-lenovo-yoga-c630.dts | 353 zap-shader {
|
A D | sdm845-oneplus-common.dtsi | 373 zap-shader {
|
A D | sm8250-mtp.dts | 475 zap-shader {
|
A D | qrb5165-rb5.dts | 563 zap-shader {
|
Completed in 42 milliseconds
12