Home
last modified time | relevance | path

Searched full:publication (Results 1 – 25 of 36) sorted by relevance

12

/linux/net/tipc/
H A Dname_distr.c45 * publ_to_item - add publication info to a publication message
46 * @p: publication info
49 static void publ_to_item(struct distr_item *i, struct publication *p) in publ_to_item()
59 * named_prepare_buf - allocate & initialize a publication message
84 * tipc_named_publish - tell other nodes about a new publication by this node
86 * @p: the new publication
88 struct sk_buff *tipc_named_publish(struct net *net, struct publication *p) in tipc_named_publish()
101 skb = named_prepare_buf(net, PUBLICATION, ITEM_SIZE, 0); in tipc_named_publish()
103 pr_warn("Publication distribution failure\n"); in tipc_named_publish()
114 * tipc_named_withdraw - tell other nodes about a withdrawn publication by this node
[all …]
H A Dname_table.c224 * tipc_publ_create - create a publication structure
227 * @key: publication key
229 static struct publication *tipc_publ_create(struct tipc_uaddr *ua, in tipc_publ_create()
233 struct publication *p = kzalloc_obj(*p, GFP_ATOMIC); in tipc_publ_create()
280 /* tipc_service_find_range - find service range matching publication parameters
297 struct publication *p) in tipc_service_create_range()
332 struct publication *p) in tipc_service_insert_publ()
336 struct publication *_p; in tipc_service_insert_publ()
349 /* Return if the publication already exists */ in tipc_service_insert_publ()
379 * tipc_service_remove_publ - remove a publication from a service
[all …]
H A Dname_distr.h45 * struct distr_item - publication info distributed to other nodes
50 * @key: publication key
56 * Key field uniquely identifies publication, in the event a port has
60 * the same for all items contained within a publication message.
70 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ);
71 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ);
H A Dsubscr.h46 struct publication;
81 struct publication *p,
H A Dsubscr.c43 struct publication *p, in tipc_sub_send_event()
87 struct publication *p, in tipc_sub_report_overlap()
H A Dsocket.c2907 struct publication *p; in tipc_sk_publish()
2930 struct publication *safe, *p; in tipc_sk_withdraw()
2941 /* Unbind specific publication */ in tipc_sk_withdraw()
3698 struct publication *publ) in __tipc_nl_add_sk_publ()
3740 struct publication *p; in __tipc_nl_list_sk_publ()
3759 p = list_first_entry(&tsk->publications, struct publication, in __tipc_nl_list_sk_publ()
3838 struct publication *p; in tipc_sk_filtering()
3864 struct publication, binding_sock); in tipc_sk_filtering()
3942 struct publication *p; in tipc_sk_dump()
3969 struct publication, binding_sock); in tipc_sk_dump()
H A Dnet.c104 * steps the root of the 'publication' linked list between each lookup.
/linux/drivers/watchdog/
H A Dsp5100_tco.c12 * See AMD Publication 43009 "AMD SB700/710/750 Register Reference Guide",
13 * AMD Publication 44413 "AMD SP5100 Register Reference Guide"
14 * AMD Publication 45482 "AMD SB800-Series Southbridges Register
16 * AMD Publication 48751 "BIOS and Kernel Developer’s Guide (BKDG)
18 * AMD Publication 51192 "AMD Bolton FCH Register Reference Guide"
19 * AMD Publication 52740 "BIOS and Kernel Developer’s Guide (BKDG)
21 * AMD Publication 55570-B1-PUB "Processor Programming Reference (PPR)
24 * AMD Publication 55772-A1-PUB "Processor Programming Reference (PPR)
/linux/include/uapi/linux/
H A Dtipc.h74 * Publication scopes when binding service / service range
124 #define TIPC_PUBLISHED 1 /* publication event */
H A Dtipc_netlink.h211 /* Publication info */
/linux/Documentation/devicetree/bindings/tpm/
H A Dmicrosoft,ftpm.yaml24 https://www.microsoft.com/en-us/research/publication/ftpm-software-implementation-tpm-chip/
/linux/Documentation/scheduler/
H A Dsched-eevdf.rst6 in a scientific publication in 1995 [1]. The Linux kernel began
/linux/drivers/char/tpm/
H A Dtpm_svsm.c12 * Publication # 58019 Revision: 1.00
/linux/net/sunrpc/
H A DKconfig59 (NIST Special Publication 800-38B). These include
/linux/Documentation/process/
H A Dcontribution-maturity-model.rst84 and/or products, and the publication date of the upstream kernel
/linux/include/linux/
H A Dtpm_svsm.h13 * Publication # 58019 Revision: 1.00
/linux/Documentation/driver-api/
H A Ds390-drivers.rst19 Operation", IBM publication no. SA22-7832.
/linux/drivers/net/ethernet/amd/
H A Da2065.h19 * Publication #16907, Rev. B, Amendment/0, May 1994
H A Dariadne.h17 * Publication #16907, Rev. B, Amendment/0, May 1994
/linux/include/linux/mtd/
H A Dcfi.h104 * Publication 100" dated December 1, 2001.
/linux/drivers/pci/hotplug/
H A Dpciehp_core.c227 ctrl_err(ctrl, "Publication to user space failed (%d)\n", rc); in pciehp_probe()
/linux/Documentation/admin-guide/pm/
H A Dcpufreq_drivers.rst43 is available in the "BIOS and Kernel Developer's Guide", publication
/linux/fs/crypto/
H A Dcrypto.c20 * Special Publication 800-38E and IEEE P1619/D16.
/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst548 by another node may arrive after a second, overlapping name publication already
/linux/fs/smb/server/
H A Doplock.c1297 * Set o_fp before any publication so that concurrent readers in smb_grant_oplock()
1301 * Keep the original publication order so concurrent opens can in smb_grant_oplock()

12