Searched refs:WS (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/selftests/net/forwarding/ |
| A D | sch_ets_tests.sh | 13 declare -a WS 22 if ((!${WS[$i]})); then 111 elif ((${WS[$stream]} == 0)); then 119 ${WS[$low_stream]} ${WS[$stream]} \ 156 WS=($( 191 WS[1]=8000
|
| /linux/arch/arm/kernel/ |
| A D | head-inflate-data.c | 50 WS(strm)->inflate_state.wsize = 0; in __inflate_kernel_data() 51 WS(strm)->inflate_state.window = NULL; in __inflate_kernel_data()
|
| /linux/tools/net/sunrpc/xdrgen/grammars/ |
| A D | xdr.lark | 118 %import common.WS 119 %ignore WS
|
| /linux/lib/ |
| A D | decompress_inflate.c | 139 WS(strm)->inflate_state.wsize = 0; in __gunzip() 140 WS(strm)->inflate_state.window = NULL; in __gunzip()
|
| /linux/lib/zlib_inflate/ |
| A D | infutil.h | 37 #define WS(strm) ((struct inflate_workspace *)(strm->workspace)) macro
|
| A D | inflate.c | 66 state = &WS(strm)->inflate_state; in zlib_inflateInit2() 85 state->window = PTR_ALIGN(&WS(strm)->working_window[0], PAGE_SIZE); in zlib_inflateInit2() 87 state->window = &WS(strm)->working_window[0]; in zlib_inflateInit2()
|
| /linux/Documentation/driver-api/mei/ |
| A D | iamt.rst | 26 starting with Release 6.0) over HTTP/S or WS-Management protocol over 40 over HTTP (deprecated starting with Release 6.0) or with WS-Management over
|
| /linux/scripts/dtc/ |
| A D | dtc-lexer.l | 235 <*>{WS}+ /* eat whitespace */
|
| /linux/net/rxrpc/ |
| A D | ar-internal.h | 26 #define rxrpc_queue_work(WS) queue_work(rxrpc_workqueue, (WS)) argument 27 #define rxrpc_queue_delayed_work(WS,D) \ argument 28 queue_delayed_work(rxrpc_workqueue, (WS), (D))
|
| /linux/Documentation/hwmon/ |
| A D | asus_ec_sensors.rst | 9 * Pro WS X570-ACE
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | renesas,rsnd.txt | 235 Each SSI can share WS pin. It is based on platform. 236 This is example if SSI1 want to share WS pin with SSI0
|
| /linux/scripts/ |
| A D | decode_stacktrace.sh | 108 if ${READELF} -WS "$fn" | grep -qwF .debug_line ; then
|
| /linux/Documentation/networking/device_drivers/can/ |
| A D | can327.rst | 101 After issuing the "``AT WS``" command, the controller will respond with 104 >AT WS
|
| /linux/arch/powerpc/xmon/ |
| A D | ppc-opc.c | 788 #define WS EVUIMM_8 + 1 macro 789 #define DRM WS 794 #define PSWM WS + 1 4963 {"eratre", X(31,179), X_MASK, PPCA2, 0, {RT, RA, WS}}, 5002 {"eratwe", X(31,211), X_MASK, PPCA2, 0, {RS, RA, WS}},
|
| /linux/drivers/eisa/ |
| A D | eisa.ids | 627 ICU0300 "Gateway Ethertwist PC/PC-WS(National Chipset)"
|
Completed in 39 milliseconds