summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2025-12-14 12:15:17 -0800
committerAndrew Morton <akpm@linux-foundation.org>2025-12-23 11:23:12 -0800
commit6ba776b533ca902631fa106b8a90811b3f40b08d (patch)
tree0be8191c2f64ecdb438c2c8d6f83d9fe99f748d9 /tools/perf/scripts/python/bin/task-analyzer-record
parent6a0e5b333842cf65d6f4e4f0a2a4386504802515 (diff)
downloadkernel-6ba776b533ca902631fa106b8a90811b3f40b08d.tar.gz
mm: leafops.h: correct kernel-doc function param. names
Modify the kernel-doc function parameter names to prevent kernel-doc warnings: Warning: include/linux/leafops.h:135 function parameter 'entry' not described in 'leafent_type' Warning: include/linux/leafops.h:540 function parameter 'pte' not described in 'pte_is_uffd_marker' Link: https://lkml.kernel.org/r/20251214201517.2187051-1-rdunlap@infradead.org Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> Cc: Liam Howlett <liam.howlett@oracle.com> Cc: Michal Hocko <mhocko@suse.com> Cc: Mike Rapoport <rppt@kernel.org> Cc: Suren Baghdasaryan <surenb@google.com> Cc: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions
FD. Updated some data structures and flags. Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net> Link: https://lore.kernel.org/r/20201110101852.1973-7-socketcan@hartkopp.net Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> 2020-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp The helper functions can_len2dlc and can_dlc2len are only relevant for CAN FD data length code (DLC) conversion. To fit the introduced can_cc_dlc2len for Classical CAN we rename: can_dlc2len -> can_fd_dlc2len to get the payload length from the DLC can_len2dlc -> can_fd_len2dlc to get the DLC from the payload length Suggested-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net> Link: https://lore.kernel.org/r/20201110101852.1973-6-socketcan@hartkopp.net Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> 0nfs: remove unnecessary check for NULL inode->i_flock from nfs_delegation_cla...Jeff Layton 2013-04-05NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in useTrond Myklebust 2013-04-05NFSv4: Clean up nfs_expire_all_delegationsTrond Myklebust 2013-04-05NFSv4: Fix nfs_server_return_all_delegationsTrond Myklebust 2013-04-05NFSv4: Be less aggressive about returning delegations for open filesTrond Myklebust 2013-04-05NFSv4: Clean up delegation recall error handlingTrond Myklebust 2013-02-11NFSv4: Ensure delegation recall and byte range lock removal don't conflictTrond Myklebust 2013-02-11NFSv4.1: Don't lose locks when a server reboots during delegation returnTrond Myklebust 2012-06-29NFS: Create a return_delegation rpc opBryan Schumaker 2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker 2012-06-29NFS: Use nfs4_destroy_server() to clean up NFS v4Bryan Schumaker 2012-05-08NFSv4: nfs_client_return_marked_delegations can't flush dataTrond Myklebust 2012-05-08NFS: nfs_inode_return_delegation() should always flush dirty dataTrond Myklebust 2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust 2012-03-10NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWNTrond Myklebust 2012-03-08NFS: Don't copy read delegation stateids in setattrTrond Myklebust 2012-03-07NFSv4.1 handle DS stateid errorsAndy Adamson 2012-03-06NFSv4: Add helpers for basic copying of stateidsTrond Myklebust 2012-03-06NFSv4: Further clean-ups of delegation stateid validationTrond Myklebust 2012-03-06NFSv4.1: Fix matching of the stateids when returning a delegationTrond Myklebust 2012-03-06NFS: Properly handle the case where the delegation is revokedTrond Myklebust 2011-10-18NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust 2011-07-25NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation()Trond Myklebust 2011-05-27nfs,rcu: convert call_rcu(nfs_free_delegation_callback) to kfree_rcu()Lai Jiangshan 2011-01-28NFS: Fix an NFS client lockdep issueTrond Myklebust