Home
last modified time | relevance | path

Searched refs:fpl (Results 1 – 6 of 6) sorted by relevance

/linux/net/unix/
A Dgarbage.c165 if (!fpl->dead) in unix_del_edge()
196 if (!fpl->count_unix) in unix_add_edges()
216 WRITE_ONCE(fpl->user->unix_inflight, fpl->user->unix_inflight + fpl->count); in unix_add_edges()
220 fpl->inflight = true; in unix_add_edges()
241 if (!fpl->dead) { in unix_del_edges()
247 WRITE_ONCE(fpl->user->unix_inflight, fpl->user->unix_inflight - fpl->count); in unix_del_edges()
286 fpl->edges = kvmalloc_array(fpl->count_unix, sizeof(*fpl->edges), in unix_prepare_fpl()
288 if (!fpl->edges) in unix_prepare_fpl()
300 if (fpl->inflight) in unix_destroy_fpl()
303 kvfree(fpl->edges); in unix_destroy_fpl()
[all …]
/linux/net/core/
A Dscm.c82 if (!fpl) in scm_fp_copy()
85 if (!fpl) in scm_fp_copy()
87 *fplp = fpl; in scm_fp_copy()
88 fpl->count = 0; in scm_fp_copy()
99 fpp = &fpl->fp[fpl->count]; in scm_fp_copy()
101 if (fpl->count + num > fpl->max) in scm_fp_copy()
124 fpl->count++; in scm_fp_copy()
127 if (!fpl->user) in scm_fp_copy()
138 if (fpl) { in __scm_destroy()
143 kfree(fpl); in __scm_destroy()
[all …]
/linux/include/net/
A Daf_unix.h21 void unix_add_edges(struct scm_fp_list *fpl, struct unix_sock *receiver);
22 void unix_del_edges(struct scm_fp_list *fpl);
24 int unix_prepare_fpl(struct scm_fp_list *fpl);
25 void unix_destroy_fpl(struct scm_fp_list *fpl);
27 void wait_for_unix_gc(struct scm_fp_list *fpl);
A Dscm.h57 struct scm_fp_list *scm_fp_dup(struct scm_fp_list *fpl);
/linux/drivers/s390/char/
A Ddiag_ftp.c103 static int diag_ftp_2c4(struct diag_ftp_ldfpl *fpl, in diag_ftp_2c4() argument
115 : [rc] "=d" (rc), "+m" (*fpl) in diag_ftp_2c4()
116 : [cmd] "0" (cmd), [addr] "d" (virt_to_phys(fpl)), in diag_ftp_2c4()
/linux/tools/testing/selftests/alsa/
A Dtest-pcmtest-driver.c35 FILE *fp, *fpl; in read_patterns() local
42 fpl = fopen(plf, "r"); in read_patterns()
43 if (!fpl) in read_patterns()
45 fscanf(fpl, "%u", &patterns[i].len); in read_patterns()
46 fclose(fpl); in read_patterns()

Completed in 14 milliseconds