Searched refs:pace (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/smb/server/ |
| H A D | smbacl.h | 92 struct posix_acl_entry *pace); 106 struct posix_acl_entry *pace) in posix_acl_uid_translate() argument 111 vfsuid = make_vfsuid(idmap, &init_user_ns, pace->e_uid); in posix_acl_uid_translate() 118 struct posix_acl_entry *pace) in posix_acl_gid_translate() argument 123 vfsgid = make_vfsgid(idmap, &init_user_ns, pace->e_gid); in posix_acl_gid_translate()
|
| /linux/include/trace/events/ |
| H A D | mptcp.h | 28 __field(u32, pace) 47 __entry->pace = READ_ONCE(ssk->sk_pacing_rate); 50 __entry->pace = 0; 53 if (ssk && sk_fullsock(ssk) && __entry->pace) 54 __entry->ratio = div_u64((u64)ssk->sk_wmem_queued << 32, __entry->pace); 61 __entry->snd_wnd, __entry->pace,
|
| /linux/fs/smb/client/ |
| H A D | cifsacl.c | 727 static void dump_ace(struct smb_ace *pace, char *end_of_acl) in dump_ace() argument 733 if (le16_to_cpu(pace->size) < 16) { in dump_ace() 734 cifs_dbg(VFS, "ACE too small %d\n", le16_to_cpu(pace->size)); in dump_ace() 738 if (end_of_acl < (char *)pace + le16_to_cpu(pace->size)) { in dump_ace() 743 num_subauth = pace->sid.num_subauth; in dump_ace() 747 pace->sid.revision, pace->sid.num_subauth, pace->type, in dump_ace() 748 pace->flags, le16_to_cpu(pace->size)); in dump_ace() 751 i, le32_to_cpu(pace->sid.sub_auth[i])); in dump_ace()
|
| H A D | cifsproto.h | 256 extern unsigned int setup_authusers_ACE(struct smb_ace *pace); 257 extern unsigned int setup_special_mode_ACE(struct smb_ace *pace, 260 extern unsigned int setup_special_user_owner_ACE(struct smb_ace *pace);
|
| /linux/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp-reg.h | 77 u32 pace; member
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 1462 u32 pace, burst, wmem; in mptcp_subflow_get_send() local 1484 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send() 1485 if (unlikely(!pace)) { in mptcp_subflow_get_send() 1488 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send() 1489 if (!pace) in mptcp_subflow_get_send() 1493 linger_time = div_u64((u64)READ_ONCE(ssk->sk_wmem_queued) << 32, pace); in mptcp_subflow_get_send()
|
| /linux/Documentation/process/ |
| H A D | stable-api-nonsense.rst | 108 Linux kernel development is continuous and at a rapid pace, never
|
| /linux/init/ |
| H A D | Kconfig | 1377 The time will keep going with the same pace.
|