acceptable 76 drivers/pci/pcie/aspm.c struct aspm_latency acceptable[8]; acceptable 438 drivers/pci/pcie/aspm.c struct aspm_latency *acceptable; acceptable 447 drivers/pci/pcie/aspm.c acceptable = &link->acceptable[PCI_FUNC(endpoint->devfn)]; acceptable 452 drivers/pci/pcie/aspm.c (link->latency_up.l0s > acceptable->l0s)) acceptable 457 drivers/pci/pcie/aspm.c (link->latency_dw.l0s > acceptable->l0s)) acceptable 474 drivers/pci/pcie/aspm.c (latency + l1_switch_latency > acceptable->l1)) acceptable 645 drivers/pci/pcie/aspm.c struct aspm_latency *acceptable = acceptable 646 drivers/pci/pcie/aspm.c &link->acceptable[PCI_FUNC(child->devfn)]; acceptable 655 drivers/pci/pcie/aspm.c acceptable->l0s = calc_l0s_acceptable(encoding); acceptable 658 drivers/pci/pcie/aspm.c acceptable->l1 = calc_l1_acceptable(encoding); acceptable 44 fs/exportfs/expfs.c int (*acceptable)(void *context, struct dentry *dentry), acceptable 50 fs/exportfs/expfs.c if (acceptable(context, result)) acceptable 60 fs/exportfs/expfs.c if (dentry != result && acceptable(context, dentry)) { acceptable 422 fs/exportfs/expfs.c int (*acceptable)(void *, struct dentry *), void *context) acceptable 446 fs/exportfs/expfs.c if (!acceptable) acceptable 464 fs/exportfs/expfs.c if (!acceptable(context, result)) { acceptable 485 fs/exportfs/expfs.c alias = find_acceptable_alias(result, acceptable, context); acceptable 553 fs/exportfs/expfs.c alias = find_acceptable_alias(result, acceptable, context); acceptable 218 include/linux/exportfs.h int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *), acceptable 577 net/dccp/input.c bool acceptable; acceptable 609 net/dccp/input.c acceptable = inet_csk(sk)->icsk_af_ops->conn_request(sk, skb) >= 0; acceptable 612 net/dccp/input.c if (!acceptable) acceptable 6142 net/ipv4/tcp_input.c bool acceptable; acceptable 6163 net/ipv4/tcp_input.c acceptable = icsk->icsk_af_ops->conn_request(sk, skb) >= 0; acceptable 6167 net/ipv4/tcp_input.c if (!acceptable) acceptable 6209 net/ipv4/tcp_input.c acceptable = tcp_ack(sk, skb, FLAG_SLOWPATH | acceptable 6213 net/ipv4/tcp_input.c if (!acceptable) {