| /linux/arch/alpha/lib/ |
| H A D | ev67-strrchr.S | 53 lda t5, -1 # E : build garbage mask 56 mskqh t5, a0, t4 # E : Complete garbage mask 58 cmpbge zero, t4, t4 # E : bits set iff byte is garbage 61 andnot t1, t4, t1 # E : clear garbage from null test 62 andnot t3, t4, t3 # E : clear garbage from char test
|
| H A D | strrchr.S | 31 lda t4, -1 # .. e1 : build garbage mask 37 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 39 andnot t1, t4, t1 # .. e1 : clear garbage from null test 40 andnot t3, t4, t3 # e0 : clear garbage from char test
|
| H A D | ev67-strchr.S | 40 lda t4, -1 # E : build garbage mask 50 cmpbge zero, t4, t4 # E : bits set iff byte is garbage 58 andnot t0, t4, t0 # E : clear garbage bits
|
| H A D | strchr.S | 27 lda t4, -1 # .. e1 : build garbage mask 33 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage 38 andnot t0, t4, t0 # e0 : clear garbage bits
|
| H A D | ev6-csum_ipv6_magic.S | 148 zapnot $4,3,$0 # U : clear upper garbage bits
|
| H A D | stxncpy.S | 160 mskql t0, a0, t0 # e0 : mask trailing garbage in dst 163 mskqh t1, a0, t1 # e0 : mask leading garbage in src
|
| H A D | ev6-stxncpy.S | 199 mskql t0, a0, t0 # U : mask trailing garbage in dst 203 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
|
| /linux/drivers/resctrl/ |
| H A D | mpam_internal.h | 136 struct mpam_garbage garbage; member 290 struct mpam_garbage garbage; member 311 struct mpam_garbage garbage; member 322 struct mpam_garbage garbage; member 345 struct mpam_garbage garbage; member 363 struct mpam_garbage garbage; member 386 struct mpam_garbage garbage; member
|
| H A D | mpam_devices.c | 134 static inline void init_garbage(struct mpam_garbage *garbage) in init_garbage() argument 136 init_llist_node(&garbage->llist); in init_garbage() 142 _x->garbage.to_free = _x; \ 143 llist_add(&_x->garbage.llist, &mpam_garbage); \ 323 init_garbage(&class->garbage); in mpam_class_alloc() 371 init_garbage(&comp->garbage); in mpam_component_alloc() 426 init_garbage(&vmsc->garbage); in mpam_vmsc_alloc() 546 init_garbage(&ris->garbage); in mpam_ris_create_locked() 547 ris->garbage.pdev = pdev; in mpam_ris_create_locked() 2025 init_garbage(&msc->garbage); in do_mpam_msc_drv_probe() [all …]
|
| /linux/fs/jffs2/ |
| H A D | README.Locking | 17 the garbage collector will obtain this right at the beginning of 20 garbage collect pass. 49 avoid deadlocks with garbage collection -- the VFS will lock the i_sem 51 allocation may trigger garbage-collection, which may need to move a 53 VFS. If the garbage collection code were to attempt to lock the i_sem 54 of the inode from which it's garbage-collecting a physical node, this 59 mutex, which is obtained by the garbage collection code and also 94 pointer when the garbage collection thread exits. The code to kill the 132 the jffs2_raw_node_ref structures in question while the garbage
|
| /linux/net/unix/ |
| H A D | Makefile | 8 unix-y := af_unix.o garbage.o
|
| /linux/fs/proc/ |
| H A D | kcore.c | 275 LIST_HEAD(garbage); in kcore_update_ram() 287 list_splice_tail(&list, &garbage); in kcore_update_ram() 293 list_move(&pos->list, &garbage); in kcore_update_ram() 301 list_for_each_entry_safe(pos, tmp, &garbage, list) { in kcore_update_ram()
|
| /linux/tools/memory-model/litmus-tests/ |
| H A D | MP+onceassign+derefonce.litmus | 8 * pre-initialization garbage when it traverses an RCU-protected data
|
| /linux/arch/m68k/fpsp040/ |
| H A D | x_ovfl.S | 14 | If the instruction is move_out, then garbage is stored in the
|
| /linux/arch/arc/lib/ |
| H A D | strcmp.S | 74 cmp_s r3,r2 ; ... be independent of trailing garbage
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180-idp.dts | 568 * garbage data when the TX pin of the Bluetooth module is 642 * to prevent BT SoC from receiving garbage during sleep. 652 * garbage data when the TX pin of the Bluetooth module
|
| H A D | sc7280-qcard.dtsi | 533 * garbage data when the TX pin of the Bluetooth module is 631 * garbage data when the TX pin of the Bluetooth module 643 * to prevent BT SoC from receiving garbage during sleep.
|
| H A D | sc7280-idp.dtsi | 706 * garbage data when the TX pin of the Bluetooth module is 813 * to prevent BT SoC from receiving garbage during sleep. 823 * garbage data when the TX pin of the Bluetooth module
|
| H A D | qcm6490-idp.dts | 776 * garbage data when the TX pin of the Bluetooth module is 1051 * garbage data when the TX pin of the Bluetooth module 1062 * to prevent BT SoC from receiving garbage during sleep.
|
| H A D | qcm6490-particle-tachyon.dts | 735 * to prevent BT SoC from receiving garbage during sleep. 745 * garbage data when the TX pin of the Bluetooth module
|
| /linux/Documentation/litmus-tests/ |
| H A D | README | 75 ensure that an RCU reader will not see pre-initialization garbage.
|
| /linux/Documentation/fb/ |
| H A D | tridentfb.rst | 62 If in some modes which barely fit the memory you see garbage
|
| /linux/Documentation/process/ |
| H A D | botching-up-ioctls.rst | 75 an ioctl struct with random stack garbage in the yet unused parts. Which 77 but garbage. This is also the reason why you must explicitly pad all 79 might insert could contain garbage.
|
| /linux/Documentation/filesystems/ |
| H A D | affs.rst | 186 the bytes 0x00dc..0x00df of block 0 with garbage, thus invalidating 189 Linux will ignore this garbage and recognize the RDB anyway, but
|
| H A D | nilfs2.rst | 28 cleaner or garbage collector) are required. Details on the tools are 138 NILFS_IOCTL_CLEAN_SEGMENTS Do garbage collection operation in the
|