Searched refs:RETURN (Results 1 – 25 of 56) sorted by relevance
123
/Linux-v5.4/tools/testing/selftests/bpf/progs/ |
D | test_sock_fields_kern.c | 133 #define RETURN { \ macro 154 RETURN; in egress_read_sock_fields() 159 RETURN; in egress_read_sock_fields() 163 RETURN; in egress_read_sock_fields() 168 RETURN; in egress_read_sock_fields() 175 RETURN; in egress_read_sock_fields() 180 RETURN; in egress_read_sock_fields() 200 RETURN; in egress_read_sock_fields() 211 RETURN; in egress_read_sock_fields() 227 RETURN; in ingress_read_sock_fields() [all …]
|
/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/ |
D | osdep_service.c | 34 goto RETURN; in rtw_alloc_etherdev_with_old_priv() 39 RETURN: in rtw_alloc_etherdev_with_old_priv() 48 goto RETURN; in rtw_free_netdev() 53 goto RETURN; in rtw_free_netdev() 58 RETURN: in rtw_free_netdev()
|
/Linux-v5.4/lib/ |
D | lru_cache.c | 34 #define RETURN(x...) do { \ macro 318 RETURN(); in lc_del() 368 RETURN(NULL); in __lc_get() 383 RETURN(NULL); in __lc_get() 388 RETURN(e); in __lc_get() 395 RETURN(e); in __lc_get() 401 RETURN(NULL); in __lc_get() 412 RETURN(NULL); in __lc_get() 420 RETURN(NULL); in __lc_get() 427 RETURN(NULL); in __lc_get() [all …]
|
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ |
D | osdep_service.c | 211 goto RETURN; in rtw_alloc_etherdev_with_old_priv() 217 RETURN: in rtw_alloc_etherdev_with_old_priv() 228 goto RETURN; in rtw_alloc_etherdev() 236 goto RETURN; in rtw_alloc_etherdev() 240 RETURN: in rtw_alloc_etherdev() 249 goto RETURN; in rtw_free_netdev() 254 goto RETURN; in rtw_free_netdev() 259 RETURN: in rtw_free_netdev()
|
/Linux-v5.4/drivers/scsi/ |
D | 53c700.scr | 176 RETURN, WHEN NOT MSG_OUT 194 RETURN, IF NOT TWO_BYTE_MSG, AND MASK TWO_BYTE_MSG_MASK 197 RETURN 210 RETURN 214 RETURN 218 RETURN 222 RETURN 226 RETURN 233 RETURN
|
D | 53c700_d.h_shipped | 227 RETURN, WHEN NOT MSG_OUT 263 RETURN, IF NOT TWO_BYTE_MSG, AND MASK TWO_BYTE_MSG_MASK 275 RETURN 321 RETURN 334 RETURN 347 RETURN 360 RETURN 373 RETURN 386 RETURN
|
/Linux-v5.4/Documentation/driver-api/ |
D | parport-lowlevel.rst | 189 RETURN VALUE 312 RETURN VALUE 433 RETURN VALUE 559 RETURN VALUE 644 RETURN VALUE 689 RETURN VALUE 725 RETURN VALUE 759 RETURN VALUE 785 RETURN VALUE 820 RETURN VALUE [all …]
|
/Linux-v5.4/arch/c6x/lib/ |
D | remu.S | 33 || [!B1] b .s2 B3 ; RETURN A 47 ;; RETURN A may happen here (note: must happen before the next branch)
|
D | divremu.S | 25 ||[!b1] b .s2 B3 ; RETURN A 45 ;; RETURN A may happen here (note: must happen before the next branch)
|
D | divu.S | 39 || [!B1] b .s2 B3 ; RETURN A 57 ;; RETURN A may happen here (note: must happen before the next branch)
|
/Linux-v5.4/arch/m68k/fpsp040/ |
D | satan.S | 348 |--IF |X| < 2^(-40), RETURN X AS ANSWER. OTHERWISE, APPROXIMATE 402 |--IF |X| > 2^(100), RETURN SIGN(X)*(PI/2 - TINY). OTHERWISE, 403 |--RETURN SIGN(X)*PI/2 + ATAN(-1/X).
|
D | stwotox.S | 200 fmoves #0x3F800000,%fp0 | ...RETURN 1 + X 304 fmoves #0x3F800000,%fp0 | ...RETURN 1 + X
|
/Linux-v5.4/tools/lib/traceevent/Documentation/ |
D | libtraceevent-field_read.txt | 24 RETURN VALUE
|
D | libtraceevent-cpus.txt | 28 RETURN VALUE
|
D | libtraceevent-endian_read.txt | 24 RETURN VALUE
|
D | libtraceevent-long_size.txt | 28 RETURN VALUE
|
D | libtraceevent-file_endian.txt | 38 RETURN VALUE
|
D | libtraceevent-page_size.txt | 30 RETURN VALUE
|
D | libtraceevent-parse_head.txt | 29 RETURN VALUE
|
D | libtraceevent-fields.txt | 28 RETURN VALUE
|
D | libtraceevent-func_find.txt | 31 RETURN VALUE
|
D | libtraceevent-strerror.txt | 31 RETURN VALUE
|
D | libtraceevent-event_find.txt | 37 RETURN VALUE
|
D | libtraceevent-host_endian.txt | 45 RETURN VALUE
|
/Linux-v5.4/Documentation/admin-guide/ |
D | svga.rst | 51 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE> 52 to continue or wait 30 secs" message. If you press <RETURN>, you enter the 78 you wish to set and press <RETURN>. If the computer complains something about 80 a mode. It's also possible to press only <RETURN> which leaves the current mode.
|
123