Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ ceph_seq_cmp
Function
ceph_seq_cmp
src/include/msgr.h:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
typedef __u32 ceph_seq_t;
73
74
static inline __s32 ceph_seq_cmp(__u32 a, __u32 b)
75
{
76
return (__s32)a - (__s32)b;
77
}
78
79
80
/*
Callers
7
add_update_cap
Method · 0.85
handle_cap_export
Method · 0.85
adjust_cap_wanted
Method · 0.85
handle_client_caps
Method · 0.85
process_request_cap_release
Method · 0.85
_update_cap_fields
Method · 0.85
_do_cap_release
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected