Home
last modified time | relevance | path

Searched refs:forget (Results 1 – 25 of 45) sorted by relevance

12

/linux/Documentation/filesystems/
H A Dudf.rst45 belonging to that uid and gid. Mount options also accept the string "forget".
46 The forget option causes all IDs to be written to disk as -1 which is a way
50 the interactively logged on user, and also specify the forget option. This way
/linux/rust/kernel/fs/
H A Dfile.rs441 core::mem::forget(self); in fd_install()
442 core::mem::forget(file); in fd_install()
/linux/Documentation/scsi/
H A Dscsi_eh.rst154 assumed to forget about the scmd at that point. However, if a scmd
155 has timed out, unless hostt->eh_timed_out() made lower layers forget
162 forget about - timed out scmds later.
204 device forget about timed out scmds and make them ready for new
373 and STU doesn't make lower layers forget about those
428 On completion, the handler should have made lower layers forget about
469 lower layers forget about them before doing anything else with
/linux/fs/fuse/
H A Dinode.c87 sl->forget = fuse_alloc_forget(); in fuse_alloc_submount_lookup()
88 if (!sl->forget) in fuse_alloc_submount_lookup()
113 fi->forget = fuse_alloc_forget(); in fuse_alloc_inode()
114 if (!fi->forget) in fuse_alloc_inode()
126 kfree(fi->forget); in fuse_alloc_inode()
137 kfree(fi->forget); in fuse_free_inode()
153 fuse_queue_forget(fc, sl->forget, sl->nodeid, 1); in fuse_cleanup_submount_lookup()
154 sl->forget = NULL; in fuse_cleanup_submount_lookup()
176 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode()
178 fi->forget = NULL; in fuse_evict_inode()
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck.sh115 echo Did you forget to switch your compiler with '--kmake-arg CC=<cc-that-supports-kcsan>'?
/linux/rust/kernel/
H A Ddevice_id.rs115 core::mem::forget(ids);
H A Ddebugfs.rs543 core::mem::forget(Entry::file(name, &self.entry, data, vtable)); in read_binary_file()
/linux/Documentation/arch/arm/sa1100/
H A Dserial_uart.rst50 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
/linux/sound/hda/controllers/
H A DKconfig11 This option enables the HD-audio controller. Don't forget
/linux/Documentation/networking/
H A Ddriver.rst115 Do not forget that once you return NETDEV_TX_OK from your
/linux/Documentation/driver-api/thermal/
H A Dnouveau_thermal.rst52 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c650 } forget; member
668 ocelot_mact_forget(ocelot, w->forget.addr, w->forget.vid); in ocelot_mact_work()
699 ether_addr_copy(w.forget.addr, addr); in ocelot_mc_unsync()
700 w.forget.vid = OCELOT_STANDALONE_PVID; in ocelot_mc_unsync()
/linux/Documentation/process/
H A D8.Conclusion.rst27 And, of course, one should not forget https://kernel.org/, the definitive
H A Dvolatile-considered-harmful.rst42 forget anything it knows. There will be no optimization problems with
/linux/Documentation/arch/arm/stm32/
H A Dstm32-dma-mdma-chaining.rst160 Don't forget to refer to your SRAM pool in your device node. You need to
287 Don't forget to release these new sg_tables after getting the descriptors
377 Don't forget to terminate both channels. STM32 DMA channel is configured in
/linux/Documentation/driver-api/rapidio/
H A Dmport_cdev.rst52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
/linux/Documentation/arch/x86/
H A Dentry_64.rst61 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
/linux/rust/pin-init/internal/src/
H A Dinit.rs349 ::core::mem::forget(#guards);
/linux/Documentation/i2c/busses/
H A Di2c-i801.rst145 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
/linux/Documentation/admin-guide/
H A Dbug-bisect.rst15 aspects even kernel developers occasionally forget. This includes detecting
/linux/scripts/
H A DKbuild.include190 # It is a typical mistake to forget the FORCE prerequisite. Check it here so
/linux/Documentation/virt/kvm/x86/
H A Drunning-nested-guests.rst222 out because when reporting bugs, people tend to forget to even
/linux/Documentation/sound/cards/
H A Dcmipci.rst147 off. (Also don't forget to turn on "IEC958 Output Switch", too.)
H A Daudigy-mixer.rst268 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
/linux/Documentation/bpf/
H A Dringbuf.rst120 impossible to reserve a record, but forget to submit (or discard) it.

12