Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
A Dpolicydb.c2726 rc = put_entry(buf, sizeof(u32), 1, fp); in mls_write_level()
2789 rc = put_entry(buf, sizeof(u32), 2, fp); in sens_write()
2793 rc = put_entry(key, 1, len, fp); in sens_write()
2818 rc = put_entry(buf, sizeof(u32), 3, fp); in cat_write()
2822 rc = put_entry(key, 1, len, fp); in cat_write()
2938 rc = put_entry(key, 1, len, fp); in perm_write()
2964 rc = put_entry(key, 1, len, fp); in common_write()
3073 rc = put_entry(key, 1, len, fp); in class_write()
3149 rc = put_entry(key, 1, len, fp); in role_write()
3198 rc = put_entry(key, 1, len, fp); in type_write()
[all …]
A Dconditional.c462 rc = put_entry(buf, sizeof(u32), 3, fp); in cond_write_bool()
465 rc = put_entry(key, 1, len, fp); in cond_write_bool()
488 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_av_list()
509 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node()
514 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node()
521 rc = put_entry(buf, sizeof(u32), 2, fp); in cond_write_node()
543 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_list()
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()
A Davtab.c623 rc = put_entry(buf16, sizeof(u16), 4, fp); in avtab_write_item()
628 rc = put_entry(&cur->datum.u.xperms->specified, sizeof(u8), 1, fp); in avtab_write_item()
631 rc = put_entry(&cur->datum.u.xperms->driver, sizeof(u8), 1, fp); in avtab_write_item()
636 rc = put_entry(buf32, sizeof(u32), in avtab_write_item()
640 rc = put_entry(buf32, sizeof(u32), 1, fp); in avtab_write_item()
655 rc = put_entry(buf, sizeof(u32), 1, fp); in avtab_write()
A Dpolicydb.h369 static inline int put_entry(const void *buf, size_t bytes, int num, struct policy_file *fp) in put_entry() function
/linux/Documentation/translations/zh_CN/core-api/
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)
/linux/Documentation/core-api/
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)
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_sp.h690 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry); member
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()

Completed in 35 milliseconds