Home
last modified time | relevance | path

Searched refs:AVAILABLE (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/tools/rv/
H A Drv-mon.rst31 AVAILABLE MONITORS
/linux/Documentation/trace/
H A Dosnoise-tracer.rst65 …# TASK-PID CPU# |||| TIMESTAMP IN US IN US AVAILABLE IN US HW N…
84 - The % OF CPU AVAILABLE reports the percentage of CPU available for
/linux/tools/perf/Documentation/
H A Dperf-script-perl.txt166 AVAILABLE MODULES AND FUNCTIONS
/linux/net/ipv4/
H A Digmp.c488 #define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0) macro
528 AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) { in add_grec()
559 if (AVAILABLE(skb) < sizeof(__be32) + in add_grec()
603 if (skb && AVAILABLE(skb) < sizeof(struct igmpv3_grec)) { in add_grec()
/linux/net/ipv6/
H A Dmcast.c1916 #define AVAILABLE(skb) ((skb) ? skb_availroom(skb) : 0) macro
1957 AVAILABLE(skb) < grec_size(pmc, type, gdeleted, sdeleted)) { in add_grec()
1990 if (AVAILABLE(skb) < sizeof(*psrc) + in add_grec()
2036 if (skb && AVAILABLE(skb) < sizeof(struct mld2_grec)) { in add_grec()
/linux/Documentation/driver-api/
H A Ddevice_link.rst264 DORMANT <=> AVAILABLE <=> CONSUMER_PROBE => ACTIVE
/linux/LICENSES/dual/
H A DCC-BY-4.0302 AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h324 AVAILABLE = 1, enumerator
H A Dmegaraid_sas_fusion.c5283 instance->fw_crash_state = AVAILABLE; in megasas_fusion_crash_dump()