Searched refs:sl (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | cb_refs.c | 30 unsigned long sl = 0; in underflow_prog() local 32 p = bpf_kfunc_call_test_acquire(&sl); in underflow_prog() 42 unsigned long sl = 0; in cb2() local 44 *(void **)ctx = bpf_kfunc_call_test_acquire(&sl); in cb2() 74 unsigned long sl = 0; in cb3() local 77 bpf_kfunc_call_test_acquire(&sl); in cb3() 89 unsigned long sl = 0; in nested_cb() local 92 p = bpf_kfunc_call_test_acquire(&sl); in nested_cb() 104 unsigned long sl = 0; in non_cb_transfer_ref() local 106 p = bpf_kfunc_call_test_acquire(&sl); in non_cb_transfer_ref() [all …]
|
| /tools/testing/selftests/net/ |
| A D | fin_ack_lat.c | 33 struct linger sl; in client() local 46 sl.l_onoff = 1; in client() 47 sl.l_linger = 0; in client() 48 if (setsockopt(sock, SOL_SOCKET, SO_LINGER, &sl, sizeof(sl))) in client()
|
| /tools/perf/util/ |
| A D | probe-file.c | 174 struct strlist *sl; in probe_file__get_rawlist() local 179 sl = strlist__new(NULL, NULL); in probe_file__get_rawlist() 180 if (sl == NULL) in probe_file__get_rawlist() 199 ret = strlist__add(sl, buf); in probe_file__get_rawlist() 207 return sl; in probe_file__get_rawlist() 215 strlist__delete(sl); in probe_file__get_rawlist() 222 struct strlist *sl, *rawlist; in __probe_file__get_namelist() local 231 sl = strlist__new(NULL, NULL); in __probe_file__get_namelist() 240 ret = strlist__add(sl, buf); in __probe_file__get_namelist() 253 strlist__delete(sl); in __probe_file__get_namelist() [all …]
|
| /tools/testing/selftests/net/tcp_ao/ |
| A D | rst.c | 76 struct linger sl; in close_forced() local 78 sl.l_onoff = 1; in close_forced() 79 sl.l_linger = 0; in close_forced() 80 if (setsockopt(sk, SOL_SOCKET, SO_LINGER, &sl, sizeof(sl))) in close_forced()
|
| /tools/virtio/ |
| A D | vhost_net_test.c | 279 struct scatterlist sl; in run_tx_test() local 291 sg_init_one(&sl, dev->test_buf, HDR_LEN + TEST_BUF_LEN); in run_tx_test() 292 r = virtqueue_add_outbuf(vq->vq, &sl, 1, in run_tx_test() 346 struct scatterlist sl; in run_rx_test() local 357 sg_init_one(&sl, dev->res_buf, HDR_LEN + TEST_BUF_LEN); in run_rx_test() 359 r = virtqueue_add_inbuf(vq->vq, &sl, 1, in run_rx_test()
|
| A D | virtio_test.c | 172 struct scatterlist sl; in run_test() local 197 sg_init_one(&sl, dev->buf, dev->buf_size); in run_test() 198 r = virtqueue_add_outbuf(vq->vq, &sl, 1, in run_test()
|
| /tools/perf/arch/arm/tests/ |
| A D | regs_load.S | 51 str sl, [r0, #SL]
|
| /tools/memory-model/Documentation/ |
| A D | litmus-tests.txt | 517 6 P0(int *sl, int *x0, int *x1) 522 11 r2 = xchg_acquire(sl, 1); 525 14 smp_store_release(sl, 0); 528 17 P1(int *sl, int *x0, int *x1) 533 22 r2 = xchg_acquire(sl, 1); 536 25 smp_store_release(sl, 0); 628 7 P0(int *sl, int *x0, int *x1) 633 12 r2 = xchg_acquire(sl, 1); 636 15 smp_store_release(sl, 0); 646 25 r2 = xchg_acquire(sl, 1); [all …]
|
| /tools/testing/selftests/alsa/ |
| A D | conf.c | 313 size_t sl = strlen(fn) + strlen(namelist[j]->d_name) + 2; in conf_load() local 314 char *filename = malloc(sl); in conf_load()
|
Completed in 15 milliseconds