Searched refs:publication (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | name_table.c | 120 static struct publication *publ_create(u32 type, u32 lower, u32 upper, in publ_create() 124 struct publication *publ = kzalloc(sizeof(*publ), GFP_ATOMIC); in publ_create() 232 static struct publication *tipc_nameseq_insert_publ(struct net *net, in tipc_nameseq_insert_publ() 240 struct publication *publ; in tipc_nameseq_insert_publ() 355 static struct publication *tipc_nameseq_remove_publ(struct net *net, in tipc_nameseq_remove_publ() 360 struct publication *publ; in tipc_nameseq_remove_publ() 436 struct publication *crs; in tipc_nameseq_subscribe() 470 struct publication *tipc_nametbl_insert_publ(struct net *net, u32 type, in tipc_nametbl_insert_publ() 475 struct publication *publ; in tipc_nametbl_insert_publ() 498 struct publication *tipc_nametbl_remove_publ(struct net *net, u32 type, in tipc_nametbl_remove_publ() [all …]
|
D | name_distr.c | 59 static void publ_to_item(struct distr_item *i, struct publication *p) in publ_to_item() 115 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ) in tipc_named_publish() 141 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ) in tipc_named_withdraw() 171 struct publication *publ; in named_distribute() 229 static void tipc_publ_subscribe(struct net *net, struct publication *publ, in tipc_publ_subscribe() 250 static void tipc_publ_unsubscribe(struct net *net, struct publication *publ, in tipc_publ_unsubscribe() 271 static void tipc_publ_purge(struct net *net, struct publication *publ, u32 addr) in tipc_publ_purge() 274 struct publication *p; in tipc_publ_purge() 295 struct publication *publ, *tmp; in tipc_publ_notify() 311 struct publication *publ = NULL; in tipc_update_nametbl() [all …]
|
D | name_table.h | 69 struct publication { struct 103 struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower, argument 108 struct publication *tipc_nametbl_insert_publ(struct net *net, u32 type, 111 struct publication *tipc_nametbl_remove_publ(struct net *net, u32 type,
|
D | name_distr.h | 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);
|
D | socket.c | 2175 struct publication *publ; in tipc_sk_publish() 2199 struct publication *publ; in tipc_sk_withdraw() 2200 struct publication *safe; in tipc_sk_withdraw() 2713 struct publication *publ) in __tipc_nl_add_sk_publ() 2755 struct publication *p; in __tipc_nl_list_sk_publ() 2774 p = list_first_entry(&tsk->publications, struct publication, in __tipc_nl_list_sk_publ()
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | amd-powernow.txt | 27 is available in the "BIOS and Kernel Developer's Guide", publication
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 299 by another node may arrive after a second, overlapping name publication already
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 91 1995 also saw the first publication of DYNIX/ptx's RCU mechanism 1308 First publication of working lock-based deferred free patches
|