/kernel/linux/linux-5.10/tools/memory-model/Documentation/ |
H A D | litmus-tests.txt | 235 of end states satisfying and not satisfying the "exists" clause, just 597 Why not just add the "filter" clause to the "exists" clause, thus 614 Why not just try it? Line 4 of the following modified litmus test 729 pointer. The RCU read-side critical section spanning lines 19-22 is just 913 whether with or without "-speedcheck true". Increasing by just three
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | file.c | 46 * After the check passes, just call generic_file_open() to do its work. 80 * with new data via mmap() based writes, so we cannot just zero it. And since 343 /* If file is encrypted, deny access, just like NT4. */ in ntfs_prepare_file_for_write() 926 * touched by the write, in which case we just leave the buffer in ntfs_prepare_pages_for_non_resident_write() 1040 * here, so we can just use the _rl_ version. in ntfs_prepare_pages_for_non_resident_write()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 72 * fsync() flushes and waits on dirty pages, but just queues metadata 153 * No pages were pinned -- just free the array. in iter_get_bvecs_alloc() 860 * If the read spans object boundary, just do multiple reads. (That's not 1410 * If write spans object boundary, just do multiple writes. (For a 2217 * to (size - src_off), just drop to VFS default implementation, as the in is_file_size_ok()
|
/kernel/linux/linux-5.10/mm/ |
H A D | khugepaged.c | 492 * Insert just behind the scanning cursor, to let the area settle in __khugepaged_enter() 940 * Just release the previous allocation if there is any danger of that. in khugepaged_prealloc_page() 1296 * the registered range. So, just be simple. in khugepaged_scan_pmd() 2064 * And rmap walk here is just too costly... in khugepaged_scan_file() 2126 * Don't wait for semaphore (to avoid long wait times). Just move to
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | hrtimer.c | 866 * resolution timer interrupts. On UP we just disable interrupts and 1320 * Just relax if the timer expires in hard interrupt context or if in hrtimer_cancel_wait_running() 1333 * unlikely and just causes another wait loop. in hrtimer_cancel_wait_running() 2136 * timer could be seen as !active and just vanish away in migrate_hrtimer_list() 2239 * timer could be seen as !active and just vanish away in migrate_hrtimer_list()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | aops.c | 312 * i_size might have just been updated as we grabed the meta lock. We in ocfs2_readpage() 317 * and notice that the page they just read isn't needed. in ocfs2_readpage() 378 * Check whether a remote node truncated this file - we just in ocfs2_readahead() 1043 * non allocating write, we just change the one in ocfs2_grab_pages_for_write() 1764 * and non-sparse clusters we just extended. For non-sparse writes, in ocfs2_write_begin_nolock()
|
H A D | namei.c | 1262 * And that's why, just like the VFS, we need a file system in ocfs2_rename() 1272 /* here we cannot guarantee the inodes haven't just been in ocfs2_rename() 1288 /* if old and new are the same, this'll just do one lock. */ in ocfs2_rename() 1388 /* If we cannot find the file specified we should just */ in ocfs2_rename() 2262 * Journaling within the func just make the logic look more in ocfs2_orphan_add()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | super.c | 326 * the unlink almost completed, it just did not in finish_unfinished() 391 "detected, just remove " in finish_unfinished() 691 /* we don't mark inodes dirty, we just log them */ 1680 * information, so we just look at the magic string in read_super_block() 2437 /* Just start temporary transaction and finish it */ in reiserfs_quota_on()
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | tcp.c | 69 * In the following two log macros, the whitespace after the ',' just 273 /* Just in case we mess up the translation table above */ in o2net_sys_err_to_errno() 857 "couldn't find handler we *just* registered " in o2net_register_handler() 1919 * accepts may result in just 1 softIRQ. If we terminate in o2net_accept_many() 1923 * and the connections will just sit in the queue. in o2net_accept_many()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_core.c | 364 * (protoff == skb->len) means the packet has not data, just in ipv6_get_l4proto() 1258 /* There's a small race here where we may free a just-assured 1291 * already fired or someone else deleted it. Just drop ref in early_drop_list() 1416 * we will just continue with next hash slot. in gc_worker() 2203 * conntrack, so we just use the 'reply' direction in get_next_corpse()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | cpia1.c | 1193 /* just dark */ in monitor_exposure() 1213 /* just light */ in monitor_exposure() 1239 /* just dark */ in monitor_exposure() 1259 /* just light */ in monitor_exposure() 1478 /* FIXME: this is just dirty trial and error */ in sd_start()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/ni_route_values/ |
H A D | ni_mseries.c | 951 /* these are just a guess; see GATE SELECT NOTE */ 986 /* these are just a guess; see GATE SELECT NOTE */ 1225 /* these are just a guess; see GATE SELECT NOTE */ 1260 /* these are just a guess; see GATE SELECT NOTE */ 1739 * implemented--just including this because data was found in
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | dir.c | 521 /* Is there a mountpoint here? If so, just exit */ in nfs_prime_dcache() 1436 * A weaker form of d_revalidate for revalidating just the d_inode(dentry) 1441 * In this situation, we just want to verify that the inode itself is OK 1451 * procfs-style symlink. Just assume it's correct for now, but we may in nfs_weak_revalidate() 2613 * use rcu_assign_pointer, so just force the memory barrier. in nfs_access_add_cache()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 727 * for the next 16 fragments. The engineers say just an option in typhoon_start_tx() 744 * Just loop and it will appear. This comes from the acenic driver. in typhoon_start_tx() 1349 /* Cannot just map the firmware image using dma_map_single() as in typhoon_download_firmware() 1564 /* no room in ring, just drop the skb in typhoon_recycle_rx_skb() 2454 * know how to nudge it along, just kick it. in typhoon_init_one()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | cpia1.c | 1194 /* just dark */ in monitor_exposure() 1214 /* just light */ in monitor_exposure() 1240 /* just dark */ in monitor_exposure() 1260 /* just light */ in monitor_exposure() 1479 /* FIXME: this is just dirty trial and error */ in sd_start()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/am437x/ |
H A D | am437x-vpfe.c | 1171 * One frame is just being captured. If the in vpfe_handle_interlaced_irq() 1190 * if one field is just being captured configure in vpfe_handle_interlaced_irq() 1477 /* Just double check nothing has gone wrong */ in vpfe_s_fmt() 2446 /* for now just enable it here instead of waiting for the open */ in vpfe_probe() 2538 * open() or just before start streaming. in vpfe_suspend()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | axnet_cs.c | 834 * just use spinlocks. For the longer lockups we disable the irq the device 839 * Note: in theory we can just disable the irq on the card _but_ there is 1107 #if 1 /* This might just be an interrupt for a PCI device sharing this line */ in ax_interrupt() 1526 /* If the card is stopped, just return the present stats. */ in get_stats() 1602 * be parallel to just about everything else. Its also fairly quick and
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_main.c | 61 * fm10k_exit_module is called just before the driver is removed 245 * less than the skb header size, otherwise it will just attach the page as 905 /* return true if we just wrapped the ring */ in fm10k_tx_desc_push() 916 /* Check again in a case another CPU has just made room available */ in __fm10k_maybe_stop_tx() 1559 /* If we don't have QoS, just fallback to only RSS. */ in fm10k_set_num_queues()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dax.c | 57 * is just used for locking. In total four special bits. 866 * already in the tree, we will skip the insertion and just dirty the PMD as 905 * existing entry is a PMD, we will just leave the PMD in the in dax_insert_entry() 1735 * the PTE we need to set up. If so just return and the fault will be in dax_iomap_pte_fault() 1856 * the PMD we need to set up. If so just return and the fault will be in dax_iomap_pmd_fault()
|
H A D | super.c | 138 * Just reacquire @sb->s_umount for the caller. in super_lock() 472 * had just acquired. 525 * had just found a superblock in super_blocks or fs_type->fs_supers 1504 * just loop waiting for SB_BORN so even freeze_bdev() cannot proceed. in setup_bdev_super() 1770 * the superblock structure contents that we just set up, not in vfs_get_tree()
|
/kernel/linux/linux-6.6/fs/iomap/ |
H A D | buffered-io.c | 434 * Just like mpage_readahead and block_read_full_folio, we always in iomap_read_folio() 435 * return 0 and just set the folio error flag on errors. This in iomap_read_folio() 803 * Do the simplest thing and just treat any short write to a in __iomap_write_end() 1642 * If we're failing the IO now, just mark the ioend with an in iomap_submit_ioend() 1958 * offset is just equal to the EOF. in iomap_do_writepage()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | file.c | 47 * After the check passes, just call generic_file_open() to do its work. 81 * with new data via mmap() based writes, so we cannot just zero it. And since 339 /* If file is encrypted, deny access, just like NT4. */ in ntfs_prepare_file_for_write() 919 * touched by the write, in which case we just leave the buffer in ntfs_prepare_pages_for_non_resident_write() 1033 * here, so we can just use the _rl_ version. in ntfs_prepare_pages_for_non_resident_write()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | aops.c | 309 * i_size might have just been updated as we grabed the meta lock. We in ocfs2_read_folio() 314 * and notice that the folio they just read isn't needed. in ocfs2_read_folio() 375 * Check whether a remote node truncated this file - we just in ocfs2_readahead() 1039 * non allocating write, we just change the one in ocfs2_grab_pages_for_write() 1760 * and non-sparse clusters we just extended. For non-sparse writes, in ocfs2_write_begin_nolock()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | super.c | 326 * the unlink almost completed, it just did not in finish_unfinished() 391 "detected, just remove " in finish_unfinished() 691 /* we don't mark inodes dirty, we just log them */ 1680 * information, so we just look at the magic string in read_super_block() 2433 /* Just start temporary transaction and finish it */ in reiserfs_quota_on()
|
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | tcp.c | 68 * In the following two log macros, the whitespace after the ',' just 272 /* Just in case we mess up the translation table above */ in o2net_sys_err_to_errno() 858 "couldn't find handler we *just* registered " in o2net_register_handler() 1921 * accepts may result in just 1 softIRQ. If we terminate in o2net_accept_many() 1925 * and the connections will just sit in the queue. in o2net_accept_many()
|