MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / is_not_set

Function is_not_set

include/crm/common/util.h:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 const char *condition, gboolean do_core, gboolean do_fork);
80
81static inline gboolean
82is_not_set(long long word, long long bit)
83{
84 return ((word & bit) == 0);
85}
86
87static inline gboolean
88is_set(long long word, long long bit)

Callers 15

count_resourcesFunction · 0.85
create_action_nameFunction · 0.85
create_dotfileFunction · 0.85
crm_ipc_sendFunction · 0.85
log_data_elementFunction · 0.85
custom_actionFunction · 0.85
get_failcountFunction · 0.85
find_anonymous_cloneFunction · 0.85
unpack_find_resourceFunction · 0.85
unpack_rsc_opFunction · 0.85
native_add_runningFunction · 0.85
native_find_rscFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68