Home
last modified time | relevance | path

Searched refs:put_entry (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/security/selinux/ss/
H A Dpolicydb.c2729 rc = put_entry(buf, sizeof(u32), 1, fp); in mls_write_level()
2763 rc = put_entry(buf, sizeof(u32), items, fp); in mls_write_range_helper()
2792 rc = put_entry(buf, sizeof(u32), 2, fp); in sens_write()
2796 rc = put_entry(key, 1, len, fp); in sens_write()
2821 rc = put_entry(buf, sizeof(u32), 3, fp); in cat_write()
2825 rc = put_entry(key, 1, len, fp); in cat_write()
2845 rc = put_entry(buf, sizeof(u32), 3, fp); in role_trans_write_one()
2850 rc = put_entry(buf, sizeof(u32), 1, fp); in role_trans_write_one()
2864 rc = put_entry(buf, sizeof(u32), 1, fp); in role_trans_write()
2882 rc = put_entry(buf, sizeof(u32), 1, fp); in role_allow_write()
[all …]
H A Dconditional.c463 rc = put_entry(buf, sizeof(u32), 3, fp); in cond_write_bool()
466 rc = put_entry(key, 1, len, fp); in cond_write_bool()
489 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_av_list()
510 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node()
515 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node()
522 rc = put_entry(buf, sizeof(u32), 2, fp); in cond_write_node()
544 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_list()
H A Debitmap.c494 rc = put_entry(buf, sizeof(u32), 3, fp); in ebitmap_write()
513 rc = put_entry(buf, sizeof(u32), 1, fp); in ebitmap_write()
518 rc = put_entry(buf64, sizeof(u64), 1, fp); in ebitmap_write()
534 rc = put_entry(buf, sizeof(u32), 1, fp); in ebitmap_write()
539 rc = put_entry(buf64, sizeof(u64), 1, fp); in ebitmap_write()
H A Davtab.c593 rc = put_entry(buf16, sizeof(u16), 4, fp); in avtab_write_item()
598 rc = put_entry(&cur->datum.u.xperms->specified, sizeof(u8), 1, fp); in avtab_write_item()
601 rc = put_entry(&cur->datum.u.xperms->driver, sizeof(u8), 1, fp); in avtab_write_item()
606 rc = put_entry(buf32, sizeof(u32), in avtab_write_item()
610 rc = put_entry(buf32, sizeof(u32), 1, fp); in avtab_write_item()
625 rc = put_entry(buf, sizeof(u32), 1, fp); in avtab_write()
H A Dpolicydb.h369 static inline int put_entry(const void *buf, size_t bytes, size_t num, struct policy_file *fp) in put_entry() function
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dkref.rst200 static void put_entry(struct my_data *entry)
216 static void put_entry(struct my_data *entry)
256 static void put_entry(struct my_data *entry)
261 这对于在put_entry()中移除kref_put()周围的mutex锁是很有用的,但是重要的是
304 static void put_entry(struct my_data *entry)
/openbmc/linux/Documentation/core-api/
H A Dkref.rst204 static void put_entry(struct my_data *entry)
221 static void put_entry(struct my_data *entry)
263 static void put_entry(struct my_data *entry)
268 Which is useful to remove the mutex lock around kref_put() in put_entry(), but
314 static void put_entry(struct my_data *entry)
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h690 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry); member
H A Dbnx2x_sp.c383 return mp->put_entry(mp, offset); in bnx2x_put_cam_offset_mac()
397 return vp->put_entry(vp, offset); in bnx2x_put_cam_offset_vlan()
4350 p->put_entry = bnx2x_credit_pool_put_entry; in bnx2x_init_credit_pool()
4355 p->put_entry = bnx2x_credit_pool_put_entry_always_true; in bnx2x_init_credit_pool()
4361 p->put_entry = bnx2x_credit_pool_put_entry_always_true; in bnx2x_init_credit_pool()
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c1335 goto put_entry; in erdma_mmap()
1341 put_entry: in erdma_mmap()